summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2013-03-18tcltk: Fix for ${B} != ${S}Richard Purdie1
This change allows ${B} != ${S} builds to work since otherwise gnu-configise is executed in the wrong places and various source paths aren't correct. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18image_types.bbclass: only create links if the target existsAndreas Oberritter1
When creating images containing many partitions, rootfs.$type may not be available. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18libuucu: Remove the COMPATIBLE_HOST checkRichard Purdie1
liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18lttng-ust: remove the COMPATIBLE_HOST checkMaxin B. John1
liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18babeltrace: remove the COMPATIBLE_HOST checkMaxin B. John1
liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18lttng-tools: remove the COMPATIBLE_HOST checkMaxin B. John1
liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18lttng-modules: remove the COMPATIBLE_HOST checkMaxin B. John1
liburcu-0.7.6 supports MIPS. So, we can remove the COMPATIBLE_HOST check intended for MIPS. Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18distcc: Fix case where ${B} != ${S}Richard Purdie2
Add patch to fix out of tree build failures. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18xcursor-transparent-theme: Refresh patches and ${B} != ${S} fixesRichard Purdie2
Refresh the patches and fix out of tree build issue. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18libsdl: Fix ${B} != ${S} issuesRichard Purdie1
Fix out of tree builds by remvoing cwd assumption. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18lttng-ust: Fix case where ${B} != ${S}Richard Purdie1
Fix out of tree builds by ensuring bootstrap is executed in ${S}. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18libnewt: Fix ${B} != ${S} (partial)Richard Purdie1
Fix low hanging out of tree build issue but others remain. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18icu: Fix case where ${B} != ${S}Richard Purdie1
Fix out of tree builds by fixing cwd assumptions and using correct full paths where needed, or just simply the correct paths. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18libfakekey: Update to new revision to fix ${B} != ${S} issuesRichard Purdie1
Upgrade to new upstream revision which includes out of tree build fixes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18diffstat: Fix case where ${B} != ${S}Richard Purdie1
Fix out of tree builds by fixing cwd assumptions. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18nasm: Fix case where ${B} != ${S} (partial)Richard Purdie1
Fix out of tree build by fixing cwd assumptions. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18sudo: Fix case where ${B} != ${S}Richard Purdie1
Fix out of tree builds by using full path to files in ${S} and remove cwd assumptions. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18e2fsprogs: Fix case where ${B} != ${S}Richard Purdie1
Fix out of tree builds by placing built objects in the correct location. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18docbook-utils-native: Fix case where ${B} != ${S}Richard Purdie1
Fix out of tree builds by using full paths to source and built objects as appropriate. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18chrpath: Fix case where ${B} != ${S}Richard Purdie1
Fix out of tree builds for the native case by using the correct path to the built object. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18sysfsutils: Fix case where ${B} != ${S}Richard Purdie2
Patch the makefiles to allow out of tree builds to work. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18rpm: Fix case where ${B} != ${S}Richard Purdie1
Fix out of tree builds by removing assumptions about cwd and using full paths to files in ${S}. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18rsync: Fix case where ${B} != ${S}Richard Purdie1
Allow out of tree builds to work by removing assumptions about cwd. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18valgrind: Fix case where ${B} != ${S}Richard Purdie1
Fix out of tree builds by referring to the build object in ${B}. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18psplash: Fix case where ${B} != ${S}Richard Purdie1
Allow out of tree builds to work by using the full path to the source file. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18binconfig: Handle the case where ${B} != ${S}Richard Purdie1
This change allows ${B} != ${S} builds to work which use binconfig. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18ncurses: Fix case where ${B} != ${S}Richard Purdie1
This change allows ${B} != ${S} builds to work as otherwise gnu-configize is executed in the incorrect directory. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18cross-localedef-native: Fix case where ${B} != ${S}Richard Purdie1
This change allows ${B} != ${S} builds to work since otherwise configure isn't found. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-18pigz: Update to 2.3Saul Wold2
Rebased the patch and added math library to satify tree.c's log() requirement. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18libenv-perl: Update to 1.04Saul Wold1
LICENSE file's year was updated. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18sysstat: Update to 10.1.4Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18lsbinitscripts: Update to 9.45Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18man-pages: Update to 3.50Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18kernel bbclass: return to original directory in do_deployChase Maupin1
* During the base kernel_do_deploy function the directory is changed to DEPLOYDIR in order to do some cleanup and symlinking. However, the directory is not changed back to the original starting directory ${S} at the end. For append functions this means that the starting directory is not ${S} as expected but instead ${DEPLOYDIR}. For functions like the do_deploy_append in recipes-kernel/linux/linux-dtb.inc there is an assumption that you are still in the source directory and not the DEPLOYDIR. Without this change the .dtb files are not copied because the check for the existence of ${DTS_FILE} which is a relative path from the ${S} directory fails. This means that the .dtb files are not copied into the deploy directory and subsequently the deploy/images directory. In the log.do_deploy file you will see lines like: Warning: arch/arm/boot/dts/xxxxx.dts is not available! Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18documentation.conf: remove unused variable QA_LOGAndreas Oberritter1
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18cracklib: Generate compiled dict using default dictionaryColin Walters1
While cracklib compiles, the generated library's FascistCheck() API will look for the default compiled dictionary, fail to find it, and invoke exit(1), which then in turn breaks gnome-initial-setup that uses cracklib via libpwquality. (Quality here obviously referring to the password, and not the libraries...) What we do here is basically the same as what happens in the current Fedora spec file, except the latter uses a far larger dictionary. To make this work, we need to build cracklib-native because the dictionary compiler is written in native code. Signed-off-by: Colin Walters <walters@verbum.org> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18linux-firmware: upgrade to git HEAD c530a75c1e6a472b0eb9558310b518f0dfcd8860Cristian Iorga1
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18qt-mobility: Add pulseaudio dependency if DISTRO_FEATURES has pulseaudioFelipe F. Tonello1
Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18qt-mobility: Add bluez dependency if DISTRO_FEATURES has bluetoothFelipe F. Tonello1
Some modules doesn't requires bluez4 to compile. So it's unnecessary to have it as dependency. Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18nss-myhostname: add 0.3 versionMarcin Juszkiewicz1
Meta-linaro layer had own netbase.bbappend which took care of adding MACHINE name to /etc/hosts to get it resolvable. Koen Kooi pointed to nss-myhostname as better solution. Tested, works fine so I add it for other users. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18mobile-broadband-provider-info: Upgrade to v20120614Radu Moisan1
Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18apr-util: Upgrade to v1.5.1Radu Moisan1
Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18babeltrace: Upgrade to v1.0.3Radu Moisan1
Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18liburcu: Upgrade to v0.7.6Radu Moisan1
License file changed but still compliant with LGPLv2.1 Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18systemtap: Upgrade to v2.1Radu Moisan2
Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18cronie: Upgrade to v1.4.9Radu Moisan1
Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18hdparm: Upgrade to v9.43Radu Moisan1
Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18u-boot: Upgrade to v2013.01.01Radu Moisan1
Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18u-boot-mkimage: Upgrade to v2013.01.01Radu Moisan1
Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-03-18u-boo-fw-utils: Upgrade to v2013.01.01Radu Moisan1
Signed-off-by: Radu Moisan <radu.moisan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>