aboutsummaryrefslogtreecommitdiffstats
path: root/meta
AgeCommit message (Collapse)Author
2011-06-23common-licenses: Additions and correctionsBeth Flanagan
I've added more licenses from SPDX and corrected the gcc license so that it is a. parsable and b. accurate to the SPDX standard. I've also done some cleanup of license text and gdb's LICENSE field. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
2011-06-23python: Add python to the dependency to pygobjectMark Hatle
pygobject requires both python and pygobject-native for compilation. Without python pygobject may fail to compile.. and items that depend on pygobject will fail to compile. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23db: Fix file ownershipMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23gnome-doc-utils: Fix the owner/group on select filesMark Hatle
All of the files in ${datadir}/xml/gnome/xslt were being given the uid/gid of the build user. Fix this for the target case, avoid it in the native. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23tzdata: Ensure all files are owned by root:rootMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23libtirpc: Fix owner/group of /etc/netconfigMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23ghostscript: Fix owner/group of /etc/cupsMark Hatle
/etc/cups is owned by root:lp from the cups package, the associated ghostscript was creating the /etc/cups directory as root:root. /etc/cups is the authoritative source. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23base-passwd: Fix owners/groupsMark Hatle
Fix the owners and groups of specific files copied from the developmen tree. This resolves an issue where those files gain the user/group id of the build user. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23resolveconf: Fix file ownersMark Hatle
The file ownership of various configuration files needs to be set to root:root otherwise it inherits the user id of the build. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23native.bbclass: Add a simple chown intercept commandMark Hatle
During native recipe processing we want to intercept any calls to chown and do nothing. This prevents errors and allows the same recipes to be used for both native and target recipes. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23kernel.bbclass: Stop do_install poking directly into the sysroot and evading ↵Richard Purdie
sstate do_install was putting files directly into the sysroot which means sstate had no knowledge of them. This meant they didn't get cleaned along with the other files from the task amongst other issues. This patch puts them in ${D} where they were supposted to be. Tested-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-23packagedata.py: Fix read_subpkgdata_dict()Richard Purdie
If both VAR and VAR_foo are in subd, we need to ensure VAR_foo gets returned. Currently the code would work randomly. The only current user is the rpm packaging backend. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-23classes/package_rpm.bbclass: Change the way the PV is transformedMark Hatle
There were some odd instances where the PKGV could not be loaded in the old way. Change to verify that PKGV exists before attempting to retrieve the value from the key. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23kernel.bbclass: Stage System.map with KERNEL_VERSION suffixTom Rini
Without this, images will fail now that kernel-abiversion is back. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-06-23clutter: Use new git repoZhai Edwin
clutter move its git server from clutter-project.org to gnome.org [YOCTO #1040] got fixed Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-06-23kernel.bbclass: restore kernel-abiversion fileKoen Kooi
This fixes external module recipes that need $KERNEL_VERSION. It got removed by commit a9d41062e24a6b99661b3a5256f369b557433607 Author: Darren Hart <dvhart@linux.intel.com> Date: Tue Mar 8 17:09:10 2011 -0800 kernel/bbclass: rework kernel and module classes to allow for building out-of-tree modules seemingly as an oversight. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Darren Hart <dvhart@linux.intel.com>
2011-06-23perf: Fix linux-tools to ensure perf is installed under "fakeroot"Mark Hatle
If perf isn't installed under "fakeroot" (pseudo) control, all of the files are given the build user's uid/gid. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23kernel.bbclass: Add support for perf-dbg packageMark Hatle
The perf component is built with the kernel, so ensure that it gets the debug information associated with it. Also bump the PR in the linux-yocto-* to ensure they get rebuilt. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23sysfsutils: Fall back to default -dbg packageMark Hatle
The overriden -dbg package wasn't including all of the associated sources, fall back to the default -dbg package instead. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23classes/package_rpm.bbclass: Enhance diagnostic messagesMark Hatle
We clearly state now if we are: * Skipping an empty package * Creating a (full) package * Creating an empty package Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23python: Switch to using the default -dbg packageMark Hatle
Python was missing a lot of debug information. Switch to use the default -dbg package. Also add some additional debug information to the -dbg package. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23python-pyobject: Remove unnecessary -dbg settingMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23libxml-parser-perl: Fix debug packageMark Hatle
Certain files were being missed in the -dbg package, fix this. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23texinfo: Change to use the standard -dbg fileMark Hatle
Remove the custom -dbg package and replace it the standard configuration. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23psmisc: Remove custom -dbg packages, use defaultMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23modutils: Add in missing -dbg packageMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23liba52: Remove custom -dbg, fall back to defaultMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23python-gst: Add missing files to the -dbg packageMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23mc: Add missing debug files to -dbgMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23gamin: Add missing debug files to -dbgMark Hatle
Add the missing files to the base -dbg package, remove the libPN-dbg as it is non-standard. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23gthumb: Add missing debug filesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23systemtamp: Add missing debug filesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23trace-cmd: Add missing debug filesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23gstreamer: Add missing debug files.Mark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23gtk-sato-engine: Add missing debug filesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23libproxy: Add missing debug filesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23wireless-tools: Avoid stripping binariesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23busybox: Avoid stripping binariesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23quota: Avoid stripping binariesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23sysstat: Avoid stripping binariesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23db: Avoid stripping binariesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23unzip: Avoid stripping binariesMark Hatle
Not only do we have to override things on the make line, but we need to hack on configure as well to avoid certain behavior. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23dropbear: Don't patch in configureMark Hatle
We need to avoid applying a patch in configure, because a rebuild could trigger this, without triggering do_patch. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23nasm: Fix aclocalMark Hatle
The mv of aclocal.m4 can only occur once, or it will fail. On a re-run of configure this will fail. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23boost: Move the do_configure_prepend to a seperate taskMark Hatle
We need to perform those actions after patch, and before configure. Otherwise a rebuild starting with configure will fail. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23tinylogin: Avoid stripped binariesMark Hatle
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-06-23tcmode-default.inc: use 4.6 for GCCVERSION and SDKGCCVERSIONKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-23gcc-4.6: Switch to using svn SRC_URI for recipeKhem Raj
We call the recipes 4.6 Remove the backport patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-06-22Revert "eglibc: Upgrade recipes from 2.13 -> 2.14"Richard Purdie
This reverts commit 2a68cf4d315cdd18766de0c75928ff17846a6cd7. 2.14 isn't ready for prime time :( (A load of files no longer seem to get installed for example)
2011-06-22Revert "tcmode-default.inc: Bump EGLIBCVERSION to 2.14"Richard Purdie
This reverts commit 0250ece17e50fde0f87833f0f1a7d203fcfb4343. 2.14 isn't ready for prime time use :(