Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-03-13 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Khem Raj | 21 | |
into org.openembedded.dev | ||||
2009-03-13 | checksums.ini: merge checksums from mamona | Koen Kooi | 1 | |
2009-03-13 | thttpd: disable PARALLEL_MAKE due to build failures | Mike Westerhof | 1 | |
2009-03-13 | u-boot 1.2.0: add support for dm355-leopard | Koen Kooi | 2 | |
2009-03-13 | dm355-leopard: add board file for the dm355 leopard board | Koen Kooi | 1 | |
2009-03-12 | preferred-om-2008-versions.inc: Update to version that are available | Stefan Schmidt | 1 | |
2009-03-12 | proftpd: fixed paths | Frans Meulenbroeks | 1 | |
2009-03-12 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Frans Meulenbroeks | 1 | |
into org.openembedded.dev | ||||
2009-03-12 | proftpd: added missing make.patch | Frans Meulenbroeks | 1 | |
2009-03-12 | Kernel bbclass "too many open files" bugfix | Jader H. Silva | 1 | |
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. | ||||
2009-03-12 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Frans Meulenbroeks | 3 | |
into org.openembedded.dev | ||||
2009-03-12 | proftpd: previous recipe was no good; fixed it; this one is without pam and ↵ | Frans Meulenbroeks | 1 | |
might require some more chown's | ||||
2009-03-12 | cmake-native 2.6.3: New recipe. | Robert Schuster | 1 | |
2009-03-12 | checksums.ini: Added cmake 2.6.3 entry. | Robert Schuster | 1 | |
2009-03-12 | llvm-native 2.5: New recipe. | Robert Schuster | 2 | |
checksums.ini: Added llvm 2.5 entry. | ||||
2009-03-12 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Frans Meulenbroeks | 3 | |
into org.openembedded.dev | ||||
2009-03-12 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Koen Kooi | 1 | |
into org.openembedded.dev | ||||
2009-03-12 | gstreamer-ti: bump PR | Koen Kooi | 1 | |
2009-03-12 | sane-srcrevs: update fso-abyss, libgsm0710 and libgsm0710mux rev. | John Lee | 1 | |
2009-03-12 | checksums: add ti codeccs | Koen Kooi | 1 | |
2009-03-12 | angstrom/build-feeds.sh: added proftpd and wt3 to the feed | Frans Meulenbroeks | 1 | |
2009-03-12 | wt3: created: wt 3.* (including 2.99); retain package wt (which is for 2.*) ↵ | Frans Meulenbroeks | 5 | |
as 2.* and 3.* are not compatible | ||||
2009-03-12 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Frans Meulenbroeks | 5 | |
into org.openembedded.dev | ||||
2009-03-11 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Khem Raj | 7 | |
into org.openembedded.dev | ||||
2009-03-12 | checksums.ini: | woglinde | 1 | |
* add openjdk-6-src-b14-25_nov_2008 * add hotspotversion f9d938ede196 * add icedtea6-1.4 | ||||
2009-03-12 | checksums.ini: add sums for openjdk-6-src-b12-28_aug_2008 | woglinde | 1 | |
2009-03-12 | checksums.ini: add sums for icedtea6-1.3.1 | woglinde | 1 | |
2009-03-12 | chinook-compat: pin to older avahi version | woglinde | 1 | |
2009-03-12 | checksums.ini: add sums for rhino | woglinde | 1 | |
2009-03-12 | chinook-compat: pin version of libsdl-directfb to 1.2.11 | woglinde | 1 | |
2009-03-12 | libsdl-directfb: added updated version 1.2.11 | woglinde | 1 | |
2009-03-12 | chinook-compat: pin libtool revision | woglinde | 1 | |
* pin libtool-native and cross to 1.5.10 otherwise the older freetype 2.2 version can't be build | ||||
2009-03-12 | ncurses: set LEAD_SONAME to libncurses.so.5 and bump PR | woglinde | 1 | |
2009-03-11 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Koen Kooi | 2 | |
into org.openembedded.dev | ||||
2009-03-11 | ti-codec-combos: Update recipe to use ti software download site | Roger Monk | 1 | |
Signed-off-by: Koen Kooi <koen@openembedded.org> | ||||
2009-03-11 | checksums.ini: add more checksums | Koen Kooi | 1 | |
2009-03-11 | checksums.ini: add gpe-scap 1.4 | Florian Boor | 1 | |
2009-03-11 | python-coherence: updated DEPENDS (removed unneeded zope, added a few ↵ | Frans Meulenbroeks | 1 | |
missing ones) | ||||
2009-03-11 | python-coherence_0.6.0.bb: removed (should have been moved to 0.6.2 but a ↵ | Frans Meulenbroeks | 1 | |
new 0.6.2 was made, so dropping this one now) | ||||
2009-03-11 | zope: added __init__.py* files to python-zopeinterface, otherwie the package ↵ | Frans Meulenbroeks | 1 | |
does not work! | ||||
2009-03-11 | proftpd: yet another ftp daemon; created recipe | Frans Meulenbroeks | 2 | |
2009-03-11 | gpe-scap: bump PV of svn recipe | Florian Boor | 1 | |
2009-03-11 | gpe-scap: Add 1.4 fixing MIPS target support. | Florian Boor | 1 | |
2009-03-10 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Khem Raj | 2 | |
into org.openembedded.dev | ||||
2009-03-10 | linux-2.6.24: patch for maximum PCI address range for OXNAS machine | Steffen Sledz | 2 | |
2009-03-10 | autotools.bbclass: Add new pattern to match -L<libdir> in dependency_libs | Khem Raj | 1 | |
* Current pattern match does one think wrong consider something like this dependency_libs=' -L/home/kraj/work/oe/build/eglibc/omap5912osk/work/x86_64-linux/ncurses-native-5.4-r17/ncurses-5.4/lib' this pattern when matched gets converted to dependency_libs=' -L/home/kraj/work/oe/build/eglibc/omap5912osk/staging/x86_64-linux/usr/lib/lib' which is wrong. If we had a '/' appended to original path then it would work. This patch lets it straight. | ||||
2009-03-09 | linux-msm7xxxx: update htcvogue defconfig update srcrevs use correct branch ↵ | Lukas Gorris | 2 | |
for htcblackstone | ||||
2009-03-09 | checksums.ini: Update checksum for busybox-1.13.2-modprobe.patch | Khem Raj | 1 | |
* This patch has been redone and additional fix added. | ||||
2009-03-09 | linux-davinci_git.bb : Comment out DEFAULT_PREFERENCE = "-1" for now. | Philip Balister | 1 | |
2009-03-09 | opkg: upgraded to R204: this fixes the endless loop in opkg upgrade coreutils | Frans Meulenbroeks | 1 | |