summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-04-16nss: update to 3.12.6Koen Kooi18
2010-04-16recipes/linux: convert users of do_stage_append to new style stagingkoen.kooi@gmail.com14
Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-16kernel bbclass: convert to new style staging (from poky)koen.kooi@gmail.com1
Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-16linux-2.6.24: deactivate the LEON co-processor for hipox machinet.fromm3
There are massive network problems when transmitting UDP packets using the LEON copro. UDP packet contents get overwritten at the sender side, UDP checksums are incorrect, and the like. The problem can be triggered by writing small (< MTU size) packets into a socket in rapid succession to multiple receivers on a system without any other load. Until we can fix the LEON firmware we disable it. Signed-off-by: Thilo Fromm <t.fromm@dresearch.de> Acked-by: Steffen Sledz <sledz@dresearch.de>
2010-04-16nss: make .pc file match do_install layoutKoen Kooi2
2010-04-16nss: add pkgconfig supportKoen Kooi2
2010-04-16nss 3.12: import from jalimo, convert to new style staging, convert to new ↵Koen Kooi11
style checksums, fix QA errors, fix packaging
2010-04-16nspr 4.7.1: import from jalimo overlay, convert to new style staging and ↵Koen Kooi9
checksums
2010-04-15clamav: remove versions <0.95Roman I Khimov7
See removal.txt and c1aab90e5e removal.txt: proposal to remove ClamAV versions < 0.95 in April for reasoning. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-04-15xorg-headers-native: flag with NATIVE_INSTALL_WORKS = "1"Koen Kooi1
2010-04-15gedit(-plugins): add 2.30.0Koen Kooi2
2010-04-15gtksourceview2: add 2.10.0, convert 2.9.1 to new style stagingKoen Kooi2
2010-04-15at-spi: add 1.30.0Koen Kooi1
2010-04-15claws-mail: bump PRKoen Kooi1
2010-04-15ti-xdctools: add PRIVATE_LIBS list for internal libsKoen Kooi1
2010-04-15abiword 2.8.3: bump PRKoen Kooi1
2010-04-15gpsd: fix dbg packagingKoen Kooi1
2010-04-15libxml2: fix regression where -native wouldn't build python stuff needed for ↵Koen Kooi1
xml2po anymore * also fix 1 bug in do_install where it pokes stuff outside of ${D} * binconfig hack is still there, though
2010-04-15linux 2.6.31: add cm-x300 supportSiebren Hakkesteegt3
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-04-15cm-x300: add machine configurationSiebren Hakkesteegt1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-04-15xorg-app: convert to new style stagingKoen Kooi4
2010-04-15xorg-lib: switch to new style stagingKoen Kooi6
2010-04-15gnome-db-daemon: fix src_uri nameKoen Kooi1
2010-04-15python-pygobject 2.20: convert to new style stagingKoen Kooi1
2010-04-15phoneme-advanced-foundation: add build 160Henning Heinold2
2010-04-15kernel bbclass: read version from ${B}, remove obsolete hostap logic that ↵Koen Kooi1
breaks the build (from poky)
2010-04-15kernel bbclass: don't depend on c library (from poky)Koen Kooi1
2010-04-15gnome-dvb-daemon: add 0.1.17Koen Kooi1
2010-04-15gnome: convert a lot of recipes to new style stagingKoen Kooi52
2010-04-15gail: convert to new style stagingKoen Kooi1
2010-04-15libnids: Upgrade to 1.24Scott Garman2
* Addresses CVE-2010-0751 * Use new-style checksums Signed-off-by: Scott Garman <sgarman@zenlinux.com> Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
2010-04-15pixman git + 0.18.0: add patches to fix TLS behaviourKoen Kooi4
2010-04-15gnome-common, gnome-doc-utils: use gnomebase.bbclassKoen Kooi3
2010-04-15gnome: split out gnomebase.bbclass that doesn't have gconf and gmime dependsKoen Kooi3
2010-04-15ventura: bump SRCREV for usability fixesMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-14bitbake.conf: drop default inclusion of collections.incChris Larson1
It can interfere with the bblayers stuff in bitbake master. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-04-15recipes: more checksums and more fixes to download them allMartin Jansa100
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-14var_src_uri.xml: Update the git entry to include branch and SRCREVTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-04-14packaged-staging.bbclass: use 'os.unlink()' instead of spawning 'rm'Enrico Scholz1
Doing a '-c clean' operation on a staged package with very much files (e.g. glibc) took several minutes because * every removed file was reported * an 'rm' instance was spawned for every file This patch uses the native 'os.unlink()' method for removing files and reports only the removed root directory instead of the single files. Based upon maillist discussion, reporting happens with 'debug' level instead of 'note' one, and only error conditions due to non-existing files will be ignored. Other (e.g. permission denied) errors will now abort the build while they were silently ignored previously. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Acked-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Acked-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-04-14kernel.bbclass: s!D!PKGD! (trivial)Enrico Scholz1
Acked-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Acked-by: Roman I Khimov <khimov@altell.ru>
2010-04-14gnome-utils: don't try to build help, it fails most of the timesKoen Kooi1
2010-04-14imote2-image.bb: Add imote2 image with lowpan-tools and ibrdtnStefan Schmidt1
Based on Angstrom minimalist image.
2010-04-14lowpan-tools_git.bb: Bump SRCREV to get segfault fixesStefan Schmidt1
2010-04-14live555: also copy all headers into /usr/includeKoen Kooi1
2010-04-14gnome-python-desktop: add 2.30.0Koen Kooi1
2010-04-14live555 20090602: convert to new style stagingKoen Kooi1
2010-04-14liba52: convert to new style stagingKoen Kooi1
2010-04-14angstrom-task-gnome: bump PRKoen Kooi1
2010-04-14linux-omap-psp 2.6.32: add patch to allow OTG port to detect host cables ↵Koen Kooi2
with a gadget loaded
2010-04-14navit,navit-icons: bump SRCREVMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>