summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-08-04jsch-native: Deleted.Robert Schuster4
jzlib-native: Deleted. jsch: BBCLASSEXTEND="native"-ified. jzlib: Dito.
2010-08-04jacl-native: Deleted.Robert Schuster2
jacl: BBCLASSEXTEND="native"-ified.
2010-08-04commons-logging-native: Deleted.Robert Schuster4
commons-net-native: Deleted. commons-logging: BBCLASSEXTEND="native"-ified. commons-net: BBCLASSEXTEND="native"-ified.
2010-08-04avalon-framework-api-native: RemoveRobert Schuster12
bsf-native: Dito. log4j1.2-native: Dito. oro-native: Dito. regexp-native: Dito. avalon-framework-api: BBCLASSEXTEND="native"-ified. bsf-native: Dito. log4j1.2-native: Dito. oro-native: Dito. regexp-native: Dito.
2010-08-04jamvm-native 1.5.4: New version.Robert Schuster1
2010-08-04libunwind: --enable-debug-frame is needed for armSteffen Sledz1
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2010-08-04libxi: move to 1.3.2 with fixed ASCIIDOC testMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03Recipe fixups for package_dbg usageChris Larson3
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-08-03rootfs_ipk.bbclass: add support for PACKAGE_INSTALL_ATTEMPTONLYChris Larson1
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-08-03rootfs_ipk.bbclass: install the package manager in a separate pass from the ↵Chris Larson1
other packages It seems that installing opkg/opkg-collateral blows away the configuration we need to install more packages, so lets make that explicit by installing those things last. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-08-03xcb-proto: Get rid of legacy staging.Khem Raj8
* Convert to using INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-03opkg: first stab at restoring upgrade pathsKoen Kooi2
2010-08-03opkg recipe overhaul - removal of opkg-nogpg and opkg-nogpg-nocurl.Graham Gower27
None of the distros in OE appear to want/need gpg or curl support in opkg; so have opkg.inc remove them by default. This diff makes things more consistent across all distros/tasks/images. The slugos recipe is kept intact and further divided from the more modern recipes. The opkg-native recipe is the sane-srcrev version even when building slugos, which should allow for changes to opkg related bbclasses without breaking the slugos build. Build tested for qemumipsel/minimal-image and nslu2/slugos-image. minimal-image builds 10% quicker in my setup and is 1mb smaller. Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-04byacc: kill -native recipe, replace with BBCLASSEXTENDRoman I Khimov2
Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-03mesa_7.2.bb: Tinker DEBUG_OPTIMIZATION to avoid gcc ICEKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-03uclibc_git.bb: move to latest git tip.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-03mpfr_3.0.0.bb: Override needs to be thumb instead of armv4tKhem Raj1
* This covers the case when compiling with thumb mode Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-03recipes: Fix the PATHs for toolchains.Khem Raj33
* Look into the new multi-machine friendly installation. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03gcc,eglibc: Use the paths for mutli-machine safe toolchain install.Khem Raj10
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03binutils-cross.inc: Dont install duplicate copies of tools create relative ↵Khem Raj1
symlinks instead. * Dont generate shared libraries and bfd. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03bitbake.conf,cmake.bbclass,cross.bbclass,icecc.bbclass: Point the toolchain ↵Khem Raj4
paths to new multi-machine friendly toolchain install location. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03strace: add latest 4.5.20 versionDenys Dmytriyenko1
Earlier versions may have build issues associated with linux header changes: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560516 Thanks to Pierluigi Passaro <pierluigi.passaro@phoenixsoftware.it> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-03openldap: update 2.4.21 to 2.4.23Roman I Khimov2
* bugfixes mostly, considered as safe upgrade * fixes CVE-2010-0211 and CVE-2010-0212 * switch to PACKAGES_DYNAMIC for backends, allows to kill some recipe bloat, might be nice to do additional OECONF cleanup later (probably adding more modules as they're nicely packaged) * add openldap-backends package to easily install all backends at once * kill legacy staging Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-03attr: added BBCLASSEXTEND = "native"Frans Meulenbroeks1
added BBCLASSEXTEND = "native" this is needed for squashfs-tools, otherwise it is not possible to build mksquashfs and hence no squashfs creation on the build system Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-03squashfs-tools: added dependency to attr/attr-nativeFrans Meulenbroeks2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-03tar: Upgrade to v1.23Scott Garman2
* Addresses CVE-2010-0624 Signed-off-by: Scott Garman <sgarman@zenlinux.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-03freetype: removed 2.1 versionFrans Meulenbroeks4
this one had an empty do_install so probably the removal of do_stage broke it; as it is quite old removed it Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-03sane-backends: removed legacy stagingFrans Meulenbroeks2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-03angstrom-uboot-scripts: bump PRKoen Kooi1
2010-08-03angstrom-uboot-scripts: added default boot scriptsjkridner@beagleboard.org2
Added default boot scripts for the BeagleBoard validation image. Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-08-03neon: updated 0.26.0 to 0.29.3Enrico Scholz1
Recipe was moved because old (and new) recipe have a negative default preference and only 0.25.5 is referenced by distributions. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
2010-08-03libidl: remove really old versionsKoen Kooi3
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks502
This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-08-03linknx: 0.0.1.26 -> 0.0.1.27Dirk Opfer4
bump version number of cvs recipe
2010-08-03pthsem: 2.0.7 -> 2.0.8Dirk Opfer2
Get rid of legacy staging
2010-08-03argp-standalone: Remove staging null opsDirk Opfer1
2010-08-03owfs: 2.7p28 -> 2.8p0Dirk Opfer1
remove legacy style staging
2010-08-03libgee-0.5.2: fix SRC_URI for -nativeMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03linux-openmoko-2.6.32: upgrade stable patch to 2.6.32.17, move more stuff to ↵Martin Jansa4
modules, update om-gta02 to load them Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03distribute_license: added class to copy license filesChase Maupin1
* This class can be used to copy license files from package sources into the deploy directory so they can be distributed. * By default it searches the top-level source directory for files matching COPYING* or LICENSE* * Search depth and pattern can be modified using the LICENSE_SEARCH_DEPTH and LICENSE_FILES variables respectively. * Thanks to Koen Kooi and Bernhard Reutner-Fischer for their inputs and suggestions. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-08-03fftw: remove legacy stagingKoen Kooi1
2010-08-03shr: add PREFERRED_PROVIDER_virtual/libglMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03task-shr-feed: use MACHINE_ARCH, because glamo-dri-tests is only for om-gta02Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03maxima: oe-stylizeMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03shr-theme-niebiee: add phoneui-shr-theme-niebiee to RDEPENDSSebastian Krzyszkowiak1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03linux-openmoko-2.6.34: add patch for proper gsm sysfs node pathMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03linux-kexecboot: add 2.6.35Martin Jansa5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03linux: add 2.6.35Martin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03xorg-xserver: new style stagingMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03xorg: bump latest versions from 2010-08-02Martin Jansa20
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>