summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2012-07-24grub: Use COMPATIBLE_HOST variable instead of anonymous pythonRichard Purdie1
This cleans up code added in 2008 to use modern syntax. It is functionally equivalent. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-24grub: Allow reautoconf with the correct parametersRichard Purdie1
Without this change, an effective reautoconf happens at compile time with potentially incorrect parameters. This change ensures it happens once, in do_configure with the correct parameters. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22Pyphon-native: Fix typoRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22python-native: Use append instead of += so the lsb override for EXTRA_OECONF ↵Richard Purdie1
works as expected Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22gnome-doc-utils: Update to use python-nativeRichard Purdie1
This includes a wrapper so that the full path to python-native is encoded whilst not exceeding any environment length constraints as hinted at in the patch to this area of code already included. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22gtk-doc: Ensure we run gtkdocize else we could see build failures (e.g. ↵Richard Purdie1
evolution-data-server) This is a fix to Ross' series, we need to run gtkdocize in case anything was built from source control and the appropriate files are missing. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22libgnome-keyring: Add missing DEPENDS on glib-2.0Richard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22kmod: Add missing DEPENDS on pkgconfig-nativeRichard Purdie1
Without this it can't reautoconf or run configure since it depends on pkg-config. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22sstate: Set SSTAGE_PKGARCH for allarch packages to allow reuseRichard Purdie1
allarch sstate packages could be marked as machine or package_arch specific. This change ensures they are not. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22allarch: No need to make packaging machine specificRichard Purdie1
Normally do_package is machine specific but this makes little sense for allarch recipes. This patch unsets the appropriate variable. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22linux-yocto/3.4: emgd, mtd nand and kmemcheck fixesBruce Ashfield2
Updating the 3.4 meta SRCREV for the following fixes: 949fddd meta: crownbay.scc change emgd branch name cd0721a yocto/emgd: emgd 1.14 driver c2b5ee3 meta: disable CONFIG_MTD_NAND_VERIFY_WRITE 004cadb meta: kmemcheck: 'other' configs turning on CONFIG_FUNCTION_TRACER Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22kernel-yocto.bbclass: Delete superfluous creation of ${S}/.git directoryRobert P. J. Day1
In do_kernel_checkout(), replace the creation of ${S}/.git with just the creation of ${S} since the .git subdirectory is created only a few lines later using a "mv". Here's the original code: rm -rf ${S} mkdir -p ${S}/.git echo "WARNING. ${WORKDIR}/git is not a bare clone." echo "Ensure that the SRC_URI includes the 'bareclone=1' option." # we can fix up the kernel repository, but at the least the meta # branch must be present. The machine branch may be created later. mv ${WORKDIR}/git/.git ${S} <-- See? There it is. There's no functional change here, it's just less confusing. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22kernel-yocto.bbclass: Fix some obvious typoes in comments.Robert P. J. Day1
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22openssl: upgrade to 1.0.0jScott Garman18
Addresses CVE-2012-2333 Fixes [YOCTO #2682] Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22autoconf: updated to 2.69Bogdan Marinescu2
Tested with core-image-sato-sdk and lib32-core-image-sato-sdk. This update was done mainly because multilib builds failed on master with this error: | autoreconf: running: aclocal -I /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/m4/ -I /poky/build/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.12 -I /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/aclocal-copy/ -I /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/m4/ -I /poky/build/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.12 -I /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/aclocal-copy/ --force --warnings=cross | aclocal: warning: unknown warning category 'cross' | configure.ac:18: error: Autoconf version 2.69 or higher is required Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22libxml2: Update for python-native changesMorgan Little1
Add pythonnative to the inherits list Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22perf: Update for python-native changesMorgan Little1
Add pythonnative to the inherits list Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22gobject-introspection: Update for python-native changesMorgan Little2
Add pythonnative to the inherits list Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22mesa-common: Update for python-native changesMorgan Little1
Add pythonnative to the inherits list Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22telepathy-python: Update for python-native changesMorgan Little1
Add pythonnative to the inherits list Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22mklibs-native: Update for python-native changesMorgan Little1
Add pythonnative to the inherits list Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22python-pyrex-native: Update for python-native changesMorgan Little1
Add pythonnative to the inherits list Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22python-scons-native: Update for python-native changesMorgan Little1
Add pythonnative to the inherits list Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22python: Update for python-native changesMorgan Little1
Add pythonnative onto the list of inherits and update the paths to the binaries referenced in the recipe to the new paths. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22python-native: Put binaries in seperate directoryMorgan Little4
Update python-native to install the binaries in the python-native directory, add pythonnative.bbclass to let recipes that need python-native use the binaries and update disutils access the new binaries. Update distutils-base to inherit pythonnative. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22Remove gtk-docRoss Burton2
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22vte: cleanup thanks to new gtk-doc.bbclassRoss Burton2
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22atk: cleanup thanks to new gtk-doc.bbclassRoss Burton1
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22webkit-gtk: cleanup thanks to new gtk-doc.bbclassRoss Burton1
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22evolution-data-server: cleanup thanks to new gtk-doc.bbclassRoss Burton1
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22kmod: inherit gtk-doc, gnome-doc-utils-native isn't the package you were ↵Ross Burton1
looking for Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22pango: cleanup thanks to new gtk-doc.bbclassRoss Burton2
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22clutter: cleanup thanks to new gtk-doc.bbclassRoss Burton3
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22librsvg: cleanup thanks to new gtk-doc.bbclassRoss Burton1
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22libglade: cleanup thanks to new gtk-doc.bbclassRoss Burton1
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22gtk+: cleanup thanks to new gtk-doc.bbclassRoss Burton4
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22libgnome-keyring: cleanup thanks to new gtk-doc.bbclassRoss Burton1
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-22libart-lgpl: Does not require gtk-docSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-20libart_lgpl: cleanup thanks to new gtk-doc.bbclassRoss Burton1
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20gnome-keyring: cleanup thanks to new gtk-doc.bbclassRoss Burton1
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20gail: cleanup thanks to new gtk-doc.bbclassRoss Burton1
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20polkit-gnome: cleanup thanks to new gtk-doc.bbclassRoss Burton1
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20polkit: cleanup thanks to new gtk-doc.bbclassRoss Burton1
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20connman: cleanup thanks to new gtk-doc.bbclassRoss Burton1
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20gconf: cleanup thanks to new gtk-doc.bbclassRoss Burton1
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20gypsy: inherit gtk-docRoss Burton3
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20cogl: cleanup thanks to new gtk-doc.bbclassRoss Burton3
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20gobject-introspection: cleanup thanks to new gtk-doc.bbclassRoss Burton2
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20gconf: cleanup thanks to new gtk-doc.bbclassRoss Burton1
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-07-20glib-2.0: cleanup thanks to new gtk-doc.bbclassRoss Burton2
Signed-off-by: Ross Burton <ross.burton@intel.com>