summaryrefslogtreecommitdiff
path: root/meta/packages
AgeCommit message (Collapse)AuthorFiles
2010-06-25pkgconfig: add patch to disable legacy scripts such as glib-configJoshua Lock2
On an F13 host with glib-config installed pkgconfig-native can get into a horrible state with recursive calls between pkg-config and glib-config. The patch adds a configure time option to disable legacy script support in pkgconfig and makes use of the option for Poky. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-25cross-canadian: ensure package dependencies are generated correctlyJoshua Lock4
cross-canadian packages need to look for their SOLIBS in the nativesdk sysroot so that dependencies are correctly picked up and meta-toolchains are correctly built. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-24qemu: Enable ppc system emulation and fix ppc buildRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-06-23gdb-cross-canadian: build with the host-triplet prefixJoshua Lock1
Our cross-canadian tools our built with the host-triplet prefix, gdb should do similar. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-23qemu: fix sloppy mergeJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-23qemu: Work around the crash seen on Ubuntu.Jeff Dike2
Due to different stack contents in sdl_display_init on Ubuntu vs other distros, an uninitialized structure is causing a crash. Zeroing the structure makes the behavior uniform across distros, avoiding the Ubuntu crash, but doesn't fix the underlying bugs, notably: the return value of SDL_GetWMInfo needs to be checked, as it's currently failing silently the underlying reason for the failure of SDL_GetWMInfo needs to be found - there is a GetWMINfo method in the internal SDL structure which is NULL, and the reason for this needs to be found. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
2010-06-23linux-omap: fix build failure with gcc-4.3.3Dexuan Cui2
Pull time.h patch from upstream Linux kernel (commit 38332cb98772f5ea757e6486bed7ed0381cb5f98) The patch fixes the following build failure: LD .tmp_vmlinux1 kernel/built-in.o: In function `timespec_add_ns': undefined reference to `__aeabi_uldivmod' kernel/built-in.o: In function `do_gettimeofday': undefined reference to `__aeabi_uldivmod' undefined reference to `__aeabi_uldivmod' kernel/built-in.o: In function `timespec_add_ns': undefined reference to `__aeabi_uldivmod' undefined reference to `__aeabi_uldivmod' kernel/built-in.o: more undefined references to `__aeabi_uldivmod' Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-06-18binutils: add newer versions for crosssdk and cross-canadianJoshua Lock2
These providers seem to have slipped under the radar in the recent upgrade of binutils. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-18linux-libc-headers: delete include/scsi/scsi.h, it's not for userspaceJoshua Lock4
include/scsi/scsi.h is not userland parsable and research indicates this is because the header should not be exposed to userspace. Therefore remove it in the install. Research done by Tom Rini <tom_rini@mentor.com> in OE commit 91d3d92a626da89dfe13d63e68a90dbafdbaef1d This has been the case since kernel 2.6.31 Bump glibc and uclibc PR's so that users have sane <scsi/scsi.h> Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-06-17base-files: fix LICENSE from 'GPL' to 'GPLv2'Kevin Tian1
the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-17opkg-config-base: add LICENSE as 'MIT'Kevin Tian2
the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-17network-suspend-scripts: fix LICENSE from 'GPL' to 'GPLv2'Kevin Tian1
the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-17initscripts: fix LICENSE from 'GPL' to 'GPLv2'Kevin Tian1
the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-17initramfs-live-install: add LICENSE as 'MIT'Kevin Tian1
the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-17initramfs-live-boot: add LICENSE as 'MIT'Kevin Tian1
the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-17initramfs-boot: add LICENSE as 'MIT'Kevin Tian1
the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-17e2fsprogs: fix sub-pacakge license fieldsKevin Tian1
also change to use new patch parameter Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-17icu: fix metadataKevin Tian2
also change to use new patch parameter Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-17portmap: use NO_TCP_WRAPPER instead of local patchQing He3
use NO_TCP_WRAPPER=1 in EXTRA_OEMAKE to disable -lwrap also remove the redundent oe_compile() Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-06-17update-rc.d: fix metadateQing He1
update license fields adjust ordering change to use new patch parameter Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-06-17update-modules: fix metadataQing He1
trivial ordering update Signed-off-by: Qing He <qing.he@intel.com>
2010-06-17yum: fix metadataQing He1
update license and url change to use new patch parameter Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-06-17grub: fix metadataQing He1
update license fields change to use new patch parameter Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-06-17libnl: fix metadataQing He1
update homepage and license change to use new patch parameter Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-06-17libusb: fix metadataQing He1
update homepage change license to reflect GPL|BSD dual licensing of the header update description to reflect the legacy version change to use new patch parameter Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-06-17xf86-input-vmmouse: add license checksumYu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-06-17xf86-input-mouse: add license checksumYu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-06-17xf86-input-keyboard: add new license checksumYu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-06-17mkfontscale: add license checksumYu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-06-17mkfontdir: add license checkYu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-06-17x11-common: change license from GPL to GPLv2Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-06-17libxxf86dga: add license checksumYu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-06-17evieext: add description and license checksumYu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-06-17bigreqsproto: add description and license checksumYu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-06-17task-poky-x11-sato: fix metadataDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-06-17task-poky-apps-x11-pimlico: fix metadataDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-06-17gst-meta-base: fix metadataDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-06-17task-poky-tools: fix metadataDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-06-17task-poky-nfs: fix metadataDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-06-17task-poky-boot: fix metadataDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-06-17task-base: fix metadataDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-06-17bluez-dtl1-workaround: fix metadataDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-06-17wireless-tools: fix metadataDongxiao Xu1
Also change to use new patch parameter Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-06-17xineramaproto: fix metadataDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-06-17xf86rushproto: fix metadataDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-06-17xf86miscproto: fix metadataDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-06-17xf86driproto: fix metadataDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-06-17xf86dgaproto: fix metadataDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-06-17xf86bigfontproto: fix metadataDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2010-06-17xcmiscproto: fix metadataDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>