summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2010-02-26gdb-cross: Allow to build after recent gettext changesGary Thomas1
Signed off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-26packaged-staging: post-process non-binary files to fix paths in native packagesJoshua Lock1
Extend the existing libtool hack so that native packages (native, cross, sdk) have all non-binary files scanned and the STAGING_DIR fixed up. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-26preferred-xorg-versions: Bump versions to match available recipesJoshua Lock1
The PREFERRED_VERSIONS for makedepend and xorg-cf-files where set for versions which we no longer carry recipes for. Increase them to make BB happy. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-23linux-omap: Build fixRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23poky-moblin.inc: Move to meta-moblinRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23glibc: Allow 2.9 to work with binutils 2.20 (patch from OE.dev)Richard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23poky/moblin: Switch to binutils 2.20Richard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23binutils: Add 2.20 (patchset from OE.dev)Richard Purdie17
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23libpcap: Update to 1.0.0 and sync with OE.devRichard Purdie8
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23portmap: Sync with OE.devRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23a52dec: Clean up CFLAGSRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-22perl: Update to work with native binary relative path locationsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-22relocatable.bbclass: Clean up indentationRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-22relocatable.bbclass: Handle symlinks correctlyRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-18cross.bbclass: Note that relocatable binaries disabled for a reasonJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-18linux: Enable linux-2.6.32 for qemux86 and qemuppcJoshua Lock2
The qemux86 configuration is simply a copy of the qemux86-defconfig from linux-rp with make oldconfig and mostly default answers. Configuration for qemuppc already exists but DEFAULT_PREFERENCE was not set in the recipe. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-18relocatable.bbclass: Enhancements to rpath replacement algorithmJoshua Lock1
This patch removes the hard coded number of parent directory operators ( /..) placed into the rpath and instead fully dynamically generates the rpath entries based on the current rpath. Theoretically this patch means we can now make cross packages relocatable but this is *not* enabled as chrpath can only set a new rpath of the same length or shorter than the existing rpath. Due to the amount of parent directory jumps we need to encode in the rpath this can easily fail when TMPDIR is in a short namespace (e.g. /usr/poky). Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-15eggdbus: Add missing dbus-glib DEPENDSRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15sanity.bbclass: Add chrpath to the required utilitiesJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-12relocatable.bbclass: Tidy up classJoshua Lock1
There was a hard coded path and a spurious variable left in before the last commit. Whoops ... Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-12chrpath: Only set the chrpath binary for the native packageJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-12relocatable.bbclass: Improve logic and styleJoshua Lock1
The initial pass at this class was pretty lame and broke on a lot of native packages. This rewrite makes the code a lot more dynamic, removing use of hard coded paths and improving the logic. The class now runs a chrpath -l over the binary to determine what rpaths are currently set. It then munges the output and determines relative versions of each component of the rpath and uses chrpath -r to set them. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-11relocatable.bbclass: remove hard-coded rpaths from native binariesJoshua Lock3
The relocatable path will pre-process built binaries in SYSROOT_DESTDIR and replace any harcoded dynamic link rpaths with relative paths. Add an inherit of class in native.bbclass to make our native packages relocatable and tweak the chrpath recipe so that the native package can make itself relocatable with the just built chrpath binary. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-11xserver-nodm-init: Make sure kdrive servers have the console keyboard enabledRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-11xserver-kdrive: Add keyboard fix (partially from OE.devRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-11preferred-xorg-versions: Update xserver-kdrive versionRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-11xserver-xf86: Drop old versions and update xserver-xf86-lite versionRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-11xserver-kdrive: Add 1.7.99.2Richard Purdie31
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-11calibrateproto: Add missing length fields to X_RepliesRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-11sharp-flash-header: Convert from leagacy stagingRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-11binutils: Apply cross compiling changes to libtool since we don't autoreconfRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-11keymaps: Use RDEPENDS_${PN}Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-11linux-libc-headers: extend nativesdk for 2.6.29Joshua Lock1
2.6.29 is the PREFERRED_VERSION of linux-libc-headers for ditro=poky but there was no buildable recipe for that version. Fix this with a simple BBCLASSEXTEND Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-10preferred-xorg-versions.inc: bump preferred util-macrosJoshua Lock1
We no longer have a recipe for 1.5.0 so bump to 1.6.0 Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-10distros: set xserver-xf86 as default PREFERRED_PROVIDER for virtual/xserverJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-10qemux86: fix setting of preferred provider for virtual/xserverJoshua Lock2
Change the virtual/xserver preferred provider in qemu.inc to a soft assign and set preferred provider in qemux86 before the require so that the value is retained. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-10preferred-xorg-versions: increase various components to match Moblin distroJoshua Lock1
Switch to using xserver-xf86-dri-lite 1.7.99.2 and the updated dependencies it requires by default. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-10libdrm: bump version to 2.4.17 as required by mesa 7.7Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-10poky-default: bump preferred glibc version to 2.9 for Poky distroJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-09ofono: bump to 0.17Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-09connman: bump to 0.48Joshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-09eds-dbus: Fix DEPENDS, add gnome-keyring and use libsoup-2.4 not libsoupJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-09libpcap: Fix PRJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-09libpcap: fix configure with newer autofoo and fix inheritJoshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-09xorg-macros: 1.5.0 -> 1.6.0Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05libical: Add from OE.dev with cleanupRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05eds-dbus: Pull from git, not svnRichard Purdie5
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05mesa-dri-git: Handle cross compiling of the glsl utilsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05mesa-dri: Use master branch for git versionsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05xserver-xf86-dri-lite: Update git recipe for latest versionsRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>