summaryrefslogtreecommitdiff
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
* kernel.bbclass: unify white spacesMartin Jansa2012-04-241-13/+13
| | | | | | | | | | * indentation was with spaces and tabs, unify to use tabs instead of spaces, for shell code and populate_packages_preppend, because "python populate_packages" expects tabs (or 8 spaces) * and use 4 spaces for anonymous python Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kernel.bbclass: merge uboot_mkimage improvements from meta-oeMartin Jansa2012-04-241-16/+25
| | | | | | | | * allows to detect ENTRYPOINT from kernel binary marked with UBOOT_ENTRYSYMBOL used e.g. by ben-nanonote Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* utils.bbclass: Testing via env in create_wrapper is a nice idea but breaks ↵Richard Purdie2012-04-241-3/+1
| | | | | | | | | | | | things For example, pseudo-native wants to set LD_LIBRBARY_PATH but setting this into the environment here causes the existing pseudo (running during do_install) to poke into paths in /opt and this breaks builds. The simplest fix is simply not to do this. Comments tweaks to match the code. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libproxy: fix compilation with gcc 4.7Nitin A Kamble2012-04-242-1/+32
| | | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* distro_tracking: manual check updatesScott Garman2012-04-241-12/+12
| | | | | | | | | | | | | | | Manual check updates for the following recipes: libpng libgdbus expat chrpath e2fsprogs opensp nfs-utils Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* u-boot: add 2012.04 releaseOtavio Salvador2012-04-241-0/+30
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-mkimage: add 2012.04 releaseOtavio Salvador2012-04-241-0/+33
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fw-utils: add 2012.04 releaseOtavio Salvador2012-04-241-0/+33
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot.inc: fix compilation when using 'gold' as linkerOtavio Salvador2012-04-241-0/+4
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dpkg-native: fix deb-based rootfs construction failure on Fedora 16Paul Eggleton2012-04-242-2/+201
| | | | | | | | | | | | | Backport a fix from 1.16.x upstream to use fd instead of stream-based I/O in dpkg-deb, which avoids the use of fflush() on an input stream (the behaviour of which is undefined by POSIX, and appears to have changed in the version of glibc introduced in Fedora 16 and presumably other systems). Fixes [YOCTO #1858]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bootimg.bbclass: Tweak iso images to become hybrid imagesDamien Lespiau2012-04-241-0/+2
| | | | | | | | | | | This allows iso images to be written to usb keys and booted on systems which have a BIOS which support this. There is no real down side to tweaking the iso images in this way. [YOCTO #1763 partial] Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kernel: Fix packaging issueSaul Wold2012-04-241-1/+1
| | | | | | | | | | | | Remove /etc since it is empty, when creating a machine that does not deliver any module config files, the /etc is empty and is then warned about not being shipped, so we remove it. This occurs in the routerstationpro with the following warning: WARNING: For recipe linux-yocto, the following files/directories were installed but not shipped in any package: WARNING: /etc Signed-off-by: Saul Wold <sgw@linux.intel.com>
* distro_tracking: Update Manual CheckSaul Wold2012-04-241-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | Update the manual check dates for: sqlite3 libcap libcheck console-tools psmisc boost sysfsutils less unzip zip usbutils sysstat cracklib libexif qemugl glew squashfs-tools lame libmad lsb Signed-off-by: Saul Wold <sgw@linux.intel.com>
* sqlite3: Upgrade to 3.7.11Saul Wold2012-04-242-11/+11
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* lame: Upgrade to 3.99.5Saul Wold2012-04-241-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* sysstat: Upgrade to 10.0.3Saul Wold2012-04-242-8/+8
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* quilt: move empty quiltrc to native sysconfdirSaul Wold2012-04-245-8/+9
| | | | | | | | | | | | patch.bbclass orignally pointed at /usr/bin/quiltrc for an empty version to ensure that no user setting were picked up, change this to /etc/quiltrc in the Native sysroot since we now have a native sysconfdir. Make sure that the quiltrc is actually installed in the Native sysconfdir, not the target, so fix this after the recipe split. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gcc: Add plugins package for ARM, fix /usr/incude packagingSaul Wold2012-04-241-1/+7
| | | | | | | | | | WARNING: For recipe gcc, the following files/directories were installed but not shipped in any package: WARNING: /usr/include WARNING: /usr/lib/gcc/arm-poky-linux-gnueabi/4.6.4/plugin/libgcc WARNING: /usr/lib/gcc/arm-poky-linux-gnueabi/4.6.4/plugin/libgcc/config WARNING: /usr/lib/gcc/arm-poky-linux-gnueabi/4.6.4/plugin/libgcc/config/arm WARNING: /usr/lib/gcc/arm-poky-linux-gnueabi/4.6.4/plugin/libgcc/config/arm/bpabi-lib.h Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-kdrive: Add xkb to existing docs listSaul Wold2012-04-241-1/+1
| | | | | | | | | | WARNING: For recipe xserver-kdrive, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/man WARNING: /usr/share/man/man5 WARNING: /usr/share/man/man1 WARNING: /usr/share/man/man1/Xephyr.1 WARNING: /usr/share/man/man1/Xserver.1 Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libgcc: Package additional *crt*.o files for PPCSaul Wold2012-04-241-1/+1
| | | | | | | | | WARNING: For recipe libgcc, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/powerpc-poky-linux/4.6.4/ecrti.o WARNING: /usr/lib/powerpc-poky-linux/4.6.4/ncrti.o WARNING: /usr/lib/powerpc-poky-linux/4.6.4/ecrtn.o WARNING: /usr/lib/powerpc-poky-linux/4.6.4/ncrtn.o Signed-off-by: Saul Wold <sgw@linux.intel.com>
* binutils: add embedspu for ppc buildsSaul Wold2012-04-241-0/+1
| | | | | | WARNING: For recipe binutils, the following files/directories were installed but not shipped in any package: WARNING: /usr/bin/embedspu Signed-off-by: Saul Wold <sgw@linux.intel.com>
* bluez4: make alsa support conditional upon DISTRO_FEATURESJonas Danielsson2012-04-242-3/+6
| | | | | | Do not enable alsa in bluez4 unless it's included in DISTRO_FEATURES. Signed-off-by: Jonas Danielsson <jonas.danielsson@lundinova.se>
* bdwgc: Set ARM_INSTRUCTION_SET to "arm"Ken Werner2012-04-241-0/+2
| | | | | | | | | | The bdwgc recipe uses a version of libatomic that fails when building in Thumb mode. This has been fixed upstream already. The pulseaudio/libatomics-ops_1.2.bb has the same issue and sets the ARM_INSTRUCTION_SET to "arm" (probably until a new version gets pulled in). This patch applies the same workaround to the bdwgc/bdwgc_20110107.bb recipe. Signed-off-by: Ken Werner <ken.werner@linaro.org>
* qt4-x11-free: enable -accessibility and -smRobert Yang2012-04-241-0/+3
| | | | | | | | | | | | | | | | | | | Is it possible to enable the "-sm -accessibility" in oe-core, please? There is a meta-kde layer which requires the "-sm -accessibility", but they are disabled in meta/recipes-qt/qt4/qt4.inc: QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm" I checked the log of the qt4, can't find the related log for "-no-accessibility -no-sm". Another way is use the bbappend, but it would be great if it can be enabled in oe-core. This only enables for qt4-x11, doesn't enable for qt4-embedded, and have done testing on: qemux86, qemuarm, qemumips, qemuppc. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
* gthumb: Disable parallel make for gthumb installDarren Hart2012-04-241-0/+2
| | | | | | | | | | | | | With PARALLEL_MAKE set to 14, I frequently see the gthumb do_install task hang. Make is spinning at 100% CPU and the build makes no more progress. The following work-around proposed by Richard Purdie allows progress to be made. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Joshua Lock <josh@linux.intel.com> CC: Richard Purdie <richard.purdie@linuxfoundation.org>
* console-tools: Use update-alternativesMark Hatle2012-04-241-22/+5
| | | | | | | | Use update-alternatives and sync to the way the replace kbd package does things. Using update-alternatives ensures that the proper provides are setup in the packages. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* kbd: Use update-alternativesMark Hatle2012-04-241-27/+7
| | | | | | | | Change to use ALTERNATIVE_LINKS from update-alternatives. This ensures the links are created consistently and the package provides are correct. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* gzip: Use update-alternatives classMark Hatle2012-04-243-40/+18
| | | | | | | Switch to using the update-alternatives class. Need this for consistency and to ensure the necessary package provides get set. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* findutils: Use update-alternativesMark Hatle2012-04-243-34/+10
| | | | | | | Change to using update-alternatives to ensure that we're consistently using the class, and the package provides are being setup properly. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* shadow: Use update-alternativesMark Hatle2012-04-241-25/+22
| | | | | | | | Switch to using ALTERNATIVE_LINKS to ensure the update-alternatives are setup properly, along with the package provides. [RP: Fix links so as not to need the bbclass changes] Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* net-tools: Use update-alternativesMark Hatle2012-04-241-19/+9
| | | | | | | Switch to using ALTERNATIVE_LINKS to ensure the update-alternatives are setup properly, along with the package provides. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* hdparm: Use update-alternativesMark Hatle2012-04-241-10/+6
| | | | | | | Switch to using update-alternatives, this ensures that the call to update-alternatives and package provides are correct. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* wpa-supplicant: move wpa_passphrase to bindirAndreas Oberritter2012-04-242-2/+4
| | | | | | * wpa_passphrase doesn't require special privileges. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
* wpa-supplicant: remove unused filesAndreas Oberritter2012-04-248-435/+2
| | | | | | | | | * defconfig, init.sh, wpa_supplicant-0.5.7-always-scan.patch, wpa_supplicant-fix-deprecated-dbus-function.patch and wpa_supplicant_default.conf are not used by the recipe. * default-sane gets installed but is unused. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
* python: use PKGSUFFIX for libpython2Andreas Oberritter2012-04-241-3/+6
| | | | | | | | | | | * python-nativesdk shouldn't provide libpython2, but libpython2-nativesdk. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> [PR Bump - sgw] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* connman: backport test script fixesOtavio Salvador2012-04-243-1/+108
| | | | | | | Those fixes are required to get the test scripts to work with current 0.79 DBus API. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* connman: Fix linking with gold linkerKhem Raj2012-04-242-1/+37
| | | | | | | | | | | | | Fixes errors like below /home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.6.3/ld: error: hidden symbol '__start___debug' is not defined locally /home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.6.3/ld: error: hidden symbol '__stop___debug' is not defined locally collect2: ld returned 1 exit status make[1]: *** [plugins/loopback.la] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* augeas: Add libxml2 dependencyMartin Donnelly2012-04-241-1/+1
| | | | | | | | | | | | | | | | | | | This patch fixes the following Augeas configure error. | checking for LIBXML... no | configure: error: Package requirements (libxml-2.0) were not met: | | No package 'libxml-2.0' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment variables LIBXML_CFLAGS | and LIBXML_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details. | ERROR: oe_runconf failed Signed-off-by: Martin Donnelly <martin.donnelly@ge.com>
* automake: upgrade from 1.11.2 to 1.11.3Nitin A Kamble2012-04-245-148/+37
| | | | | | | | | | | | | | | | Removed already upstream patch: automake/automake_1.11.2_fix_for_pkglibexec_SCRIPTS.patch Rebased these patches to the newer code: automake/prefer-cpio-over-pax-for-ustar-archives.patch automake/python-libdir.patch Changed the tarball name from bz2 to gz, as the bz2 tar ball is not published for the 1.11.3 version. [RP: Fix python.m4 to preserve the tweaks that allow us to build python modules] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qt4: move from 4.8.0 to 4.8.1Andreas Oberritter2012-04-2416-16/+16
| | | | | | | | * No changes other than source checksums and PR at recipe level. * DEFAULT_PREFERENCE still set to -1 Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libusb*: import native support from meta-oeMartin Jansa2012-04-242-3/+6
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pango: import native support and --disable-introspection from meta-oeMartin Jansa2012-04-241-0/+3
| | | | | | | | * see http://git.openembedded.org/meta-openembedded/commit/?id=3f4c8edc60b3426dd96f76504169d742a04c1ce1 for details about --disable-introspection Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* tiff: import native support from meta-oeMartin Jansa2012-04-241-0/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cairo: import native support from meta-oeMartin Jansa2012-04-242-1/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pixman: add native support and perl-native to DEPENDS from meta-oeMartin Jansa2012-04-241-0/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: import native support from meta-oeMartin Jansa2012-04-241-0/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-util-render: Add recipe that provides libxcb-render-utilMarko Katic2012-04-241-0/+14
| | | | | | | Xcb-util was split into separate packages in the 0.3.6 -> 0.3.8 transition. This library was previously provided by xcb-util and is now a separate package. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-util-image: Add recipe that provides libxcb-image.Marko Katic2012-04-241-0/+10
| | | | | | | Xcb-util was split into separate packages in the 0.3.6 -> 0.3.8 transition. This library was previously provided by xcb-util and is now a separate package. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-util-keysyms: Add recipe that provides libxcb-keysyms.Marko Katic2012-04-241-0/+11
| | | | | | | Xcb-util was split into separate packages in the 0.3.6 -> 0.3.8 transition. This library was previously provided by xcb-util and is now a separate package. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xcb-util-wm: Add recipe that provides libxcb-icccm and libxcb-ewmhMarko Katic2012-04-241-0/+12
| | | | | | | Xcb-util was split into separate packages in the 0.3.6 -> 0.3.8 transition. These libraries were previously provided by xcb-util and are now a separate package. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>