blob: bf9cefbb5cb0a3912a73672a6e80ad8c3a0a9cad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
1.0.0 (2012-04-00)
[ P. J. McDermott ]
* After each build leave behind any file in the work area named "*stamp",
rather than "*.buildstamp".
* Write an opkhelper(7) manual page.
* Print build and host system architecture and platform information.
* Support cross building (with a new '-a' option to opkbuild, new 'OH_BUILD_*
and 'OH_HOST_*' variables, and toolchain variables).
* Exit on incorrect usage of genopkg.sh.
* Warn if files remain in installation destination.
0.2.2 (2012-04-11)
[ P. J. McDermott ]
* Only read build flags if they exist.
* Fix pathname expansion in oh-installfiles.
0.2.1 (2012-04-10)
[ P. J. McDermott ]
* Resolve path to status override file in opkbuild so that it's relative to
the package directory.
* Make oh-installfiles really support pathname expansion patterns in
'install' files.
* Exit if a single installable architecture cannot be found.
0.2.0 (2012-03-21)
[ P. J. McDermott ]
* Output version information when opkbuild is passed a '-V' option.
* Support manual package status overrides (to satisfy build dependencies).
* Fix expected format of "Build-Depends" control field.
(Note that versioned build dependencies are still not supported yet.)
* Refer to GNU Binutils programs by variable value, if set.
* Read build flags from system into the environment.
* Remove CPU vendor from architecture tuple.
0.1.1 (2012-02-16)
[ P. J. McDermott ]
* Fix source archive matching.
* Fix source archive compression format detection.
* Fix archive extraction error handling.
* Fix archived file listing.
* Make oh-installfiles exit on error.
* Fix MANDIR path.
0.1.0 (2012-02-13)
[ P. J. McDermott ]
* Initial release.
|