summaryrefslogtreecommitdiffstats
path: root/meta
AgeCommit message (Collapse)Author
2010-03-19claws-mail: Fix building with new automakeJoshua Lock
Having the same file listed multiple times in Makefile.am breaks with new Autotools Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-19poky-fixed-revisions: Bump twitter-glib to a buildable versionJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-19poky-fixed-revisions: Align Clutter revisions with Moblin distroJoshua Lock
Primarily to pull in a newer Clutter, which works fixes a build error, but new versions of software are nice anyway... Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-19clutter: Fix building version 0.8Joshua Lock
Fix building of Clutter with new Automake Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-19libxscrnsaver: bump version to 1.2.0Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-19liblbxutil: Bump version and fix dependenciesJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-18task-poky: No longer need to exclude pcmanfm on powerpcRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-18pcmanfm: Allow package to build on PowerPCGary Thomas
Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-18zoom2.conf : switch to using the TI integration tree for kernelGraeme Gregory
Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-18linux-omap-zoomsync_2.6.32.bb : add kernel from TI zoom2 integration treeGraeme Gregory
This is the latest code from dev.omapzoom.org and is also what OE is using for zoom2 machine. Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-18bison: 2.0 -> 2.3Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-16eds-dbus: Add parallel make fixes from PangoRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-15task-poky: Disable pcmanfm on powerpc (until confirmed it works)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-15Add i686 SDK machineRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-05packaged-staging: tweak previous fix to accomodate possible changes to CROSS_DIRJoshua Lock
This change, suggested by Chris Larson, ensures that the fix works even if the definition of CROSS_DIR changes. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-04packaged-staging: Fix packagaging of cross packagesJoshua Lock
packagedstaging_fastpath() was only copying the contents of CROSS_DIR to PSTAGE_TMPDIR resulting in the folders contents being packaged and then installed incorrectly at the top level of CROSS_DIR rather than in HOST_ARCH specific sub directories. This patch fixes that issue by copying the directory and its contents rather than just the directory contents. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-03packaged-staging: Fix typo, grep not qrep ...Joshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-03-03xf86-video-omapfb: Bump revision.Enric Balletbo i Serra
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-03xserver-xf86-config: Do not set default depth to 16 for IGEP v2.Enric Balletbo i Serra
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-03xserver-xf86-lite: Fix compilation break for ARM architecture.Enric Balletbo i Serra
This patch syncs the patches used in xserver-xf86-dri-lite and adds a new patch that fixes a compilation break for ARM architecture. (http://www.mail-archive.com/xorg-devel@lists.x.org/msg04137.html) Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-03gcc: Fix fail to compile since they can't find limits.h include.Enric Balletbo i Serra
With gcc package on my build machine gcc can't find limits.h include. $ cat x.c $ gcc -M x.c In file included from x.c:1: /usr/include/limits.h:125:26: error: no include path in which to search for limits.h This patch adds missing includes to gcc package. Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-03liboil: 0.3.14 -> 0.3.17Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-03eds-dbus: Disable parallel make build problemRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-01tasks: Bump to version 0.15Joshua Lock
The Owl patch has gone in upstream but requires a different configure switch so soft assign in the .inc and set appropriately in the 0.15 recipe. 0.16 is out but doesn't build with Poky's Gtk+ version. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-26gdb-cross: Allow to build after recent gettext changesGary Thomas
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 Lock
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 Lock
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 Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23poky-moblin.inc: Move to meta-moblinRichard Purdie
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 Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23poky/moblin: Switch to binutils 2.20Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23binutils: Add 2.20 (patchset from OE.dev)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23libpcap: Update to 1.0.0 and sync with OE.devRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23portmap: Sync with OE.devRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-23a52dec: Clean up CFLAGSRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-22perl: Update to work with native binary relative path locationsRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-22relocatable.bbclass: Clean up indentationRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-22relocatable.bbclass: Handle symlinks correctlyRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-18cross.bbclass: Note that relocatable binaries disabled for a reasonJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-18linux: Enable linux-2.6.32 for qemux86 and qemuppcJoshua Lock
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 Lock
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 Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-15sanity.bbclass: Add chrpath to the required utilitiesJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-12relocatable.bbclass: Tidy up classJoshua Lock
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 Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-12relocatable.bbclass: Improve logic and styleJoshua Lock
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 Lock
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 Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-11xserver-kdrive: Add keyboard fix (partially from OE.devRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-11preferred-xorg-versions: Update xserver-kdrive versionRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>