Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
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)
|
|
new 0.6.2 was made, so dropping this one now)
|
|
does not work!
|
|
|
|
|
|
|
|
|
|
for htcblackstone
|
|
* This patch has been redone and additional fix added.
|
|
|
|
|
|
into org.openembedded.dev
|
|
This reverts commit 25b281668e62d90c027978b13b53075534b81d0c.
As pointed out by Pieter <pieterg@gmx.com> my logic here was backwards
and the code was correct before and this change is incorrect.
|
|
|
|
|
|
|
|
|
|
|