summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-03-13dm355-leopard: add board file for the dm355 leopard boardKoen Kooi1
2009-03-12preferred-om-2008-versions.inc: Update to version that are availableStefan Schmidt1
2009-03-12proftpd: fixed pathsFrans Meulenbroeks1
2009-03-12Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Frans Meulenbroeks1
into org.openembedded.dev
2009-03-12proftpd: added missing make.patchFrans Meulenbroeks1
2009-03-12Kernel bbclass "too many open files" bugfixJader H. Silva1
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-12Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Frans Meulenbroeks3
into org.openembedded.dev
2009-03-12proftpd: previous recipe was no good; fixed it; this one is without pam and ↵Frans Meulenbroeks1
might require some more chown's
2009-03-12cmake-native 2.6.3: New recipe.Robert Schuster1
2009-03-12checksums.ini: Added cmake 2.6.3 entry.Robert Schuster1
2009-03-12llvm-native 2.5: New recipe.Robert Schuster2
checksums.ini: Added llvm 2.5 entry.
2009-03-12Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Frans Meulenbroeks3
into org.openembedded.dev
2009-03-12Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi1
into org.openembedded.dev
2009-03-12gstreamer-ti: bump PRKoen Kooi1
2009-03-12sane-srcrevs: update fso-abyss, libgsm0710 and libgsm0710mux rev.John Lee1
2009-03-12checksums: add ti codeccsKoen Kooi1
2009-03-12angstrom/build-feeds.sh: added proftpd and wt3 to the feedFrans Meulenbroeks1
2009-03-12wt3: created: wt 3.* (including 2.99); retain package wt (which is for 2.*) ↵Frans Meulenbroeks5
as 2.* and 3.* are not compatible
2009-03-12Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Frans Meulenbroeks5
into org.openembedded.dev
2009-03-12checksums.ini:woglinde1
* add openjdk-6-src-b14-25_nov_2008 * add hotspotversion f9d938ede196 * add icedtea6-1.4
2009-03-12checksums.ini: add sums for openjdk-6-src-b12-28_aug_2008woglinde1
2009-03-12checksums.ini: add sums for icedtea6-1.3.1woglinde1
2009-03-12chinook-compat: pin to older avahi versionwoglinde1
2009-03-12checksums.ini: add sums for rhinowoglinde1
2009-03-12chinook-compat: pin version of libsdl-directfb to 1.2.11woglinde1
2009-03-12libsdl-directfb: added updated version 1.2.11woglinde1
2009-03-12chinook-compat: pin libtool revisionwoglinde1
* pin libtool-native and cross to 1.5.10 otherwise the older freetype 2.2 version can't be build
2009-03-12ncurses: set LEAD_SONAME to libncurses.so.5 and bump PRwoglinde1
2009-03-11Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi2
into org.openembedded.dev
2009-03-11ti-codec-combos: Update recipe to use ti software download siteRoger Monk1
Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-03-11checksums.ini: add more checksumsKoen Kooi1
2009-03-11checksums.ini: add gpe-scap 1.4Florian Boor1
2009-03-11python-coherence: updated DEPENDS (removed unneeded zope, added a few ↵Frans Meulenbroeks1
missing ones)
2009-03-11python-coherence_0.6.0.bb: removed (should have been moved to 0.6.2 but a ↵Frans Meulenbroeks1
new 0.6.2 was made, so dropping this one now)
2009-03-11zope: added __init__.py* files to python-zopeinterface, otherwie the package ↵Frans Meulenbroeks1
does not work!
2009-03-11proftpd: yet another ftp daemon; created recipeFrans Meulenbroeks2
2009-03-11gpe-scap: bump PV of svn recipeFlorian Boor1
2009-03-11gpe-scap: Add 1.4 fixing MIPS target support.Florian Boor1
2009-03-10linux-2.6.24: patch for maximum PCI address range for OXNAS machineSteffen Sledz2
2009-03-09linux-msm7xxxx: update htcvogue defconfig update srcrevs use correct branch ↵Lukas Gorris2
for htcblackstone
2009-03-09checksums.ini: Update checksum for busybox-1.13.2-modprobe.patchKhem Raj1
* This patch has been redone and additional fix added.
2009-03-09linux-davinci_git.bb : Comment out DEFAULT_PREFERENCE = "-1" for now.Philip Balister1
2009-03-09opkg: upgraded to R204: this fixes the endless loop in opkg upgrade coreutilsFrans Meulenbroeks1
2009-03-09Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi3
into org.openembedded.dev
2009-03-09Revert "module-base: Fix the test on KERNEL_OBJECT_SUFFIX"Tom Rini1
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.
2009-03-09linux-2.6.24: PCI config delay patch for OXNAS machineSteffen Sledz2
2009-03-09antlr 2.7.7: Use java-native bbclass.Robert Schuster1
2009-03-09native.bbclass: Remove java specific stuff from do_stage again.Robert Schuster1
2009-03-09java-native.bbclass: New file.Robert Schuster1
2009-03-09jamvm-native 1.5.2: Set PR to r0.Robert Schuster1