Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
tree mode
|
|
* Updated recipe to correct build warnings where combos weren't properly cleaned before building, and hence gave confusing warnings.
* Removed some unused paths from XDCPATH
* Added top level html doc to install target and qualiTI reports
|
|
patch
|
|
|
|
|
|
|
|
|
|
into org.openembedded.dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into org.openembedded.dev
|
|
|
|
tempfile.mkstemp() is used to create a temporary file. This function
return a tuple with an OS file descriptor and a filename. Filename is
stored in "tmpfile" but descriptor is not stored anywhere, but it is
still open because it's only an integer to python so it is not closed at
the end of the function.
For each iteration in which this function is called, a new OS file
descriptor is opened, but not closed. The solution is to store the file
descriptor and close it.
|
|
into org.openembedded.dev
|
|
might require some more chown's
|
|
|
|
|
|
checksums.ini: Added llvm 2.5 entry.
|
|
into org.openembedded.dev
|
|
into org.openembedded.dev
|
|
|
|
|
|
|
|
|
|
as 2.* and 3.* are not compatible
|
|
into org.openembedded.dev
|
|
* add openjdk-6-src-b14-25_nov_2008
* add hotspotversion f9d938ede196
* add icedtea6-1.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* pin libtool-native and cross to 1.5.10 otherwise the
older freetype 2.2 version can't be build
|
|
|
|
into org.openembedded.dev
|
|
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
|
|
|
|
missing ones)
|