summaryrefslogtreecommitdiff
path: root/meta/packages
Commit message (Collapse)AuthorAgeFilesLines
* cross-canadian: ensure package dependencies are generated correctlyJoshua Lock2010-06-254-4/+4
| | | | | | | | 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>
* qemu: Enable ppc system emulation and fix ppc buildRichard Purdie2010-06-243-11/+39
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gdb-cross-canadian: build with the host-triplet prefixJoshua Lock2010-06-231-1/+3
| | | | | | | Our cross-canadian tools our built with the host-triplet prefix, gdb should do similar. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemu: fix sloppy mergeJoshua Lock2010-06-231-2/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemu: Work around the crash seen on Ubuntu.Jeff Dike2010-06-232-0/+17
| | | | | | | | | | | | | | 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>
* linux-omap: fix build failure with gcc-4.3.3Dexuan Cui2010-06-232-1/+31
| | | | | | | | | | | | | | | | | | | 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>
* binutils: add newer versions for crosssdk and cross-canadianJoshua Lock2010-06-182-0/+15
| | | | | | | These providers seem to have slipped under the radar in the recent upgrade of binutils. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* linux-libc-headers: delete include/scsi/scsi.h, it's not for userspaceJoshua Lock2010-06-184-4/+6
| | | | | | | | | | | | | | | 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>
* base-files: fix LICENSE from 'GPL' to 'GPLv2'Kevin Tian2010-06-171-1/+1
| | | | | | | the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
* opkg-config-base: add LICENSE as 'MIT'Kevin Tian2010-06-172-1/+3
| | | | | | | the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
* network-suspend-scripts: fix LICENSE from 'GPL' to 'GPLv2'Kevin Tian2010-06-171-1/+1
| | | | | | | the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
* initscripts: fix LICENSE from 'GPL' to 'GPLv2'Kevin Tian2010-06-171-1/+1
| | | | | | | the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
* initramfs-live-install: add LICENSE as 'MIT'Kevin Tian2010-06-171-0/+1
| | | | | | | the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
* initramfs-live-boot: add LICENSE as 'MIT'Kevin Tian2010-06-171-0/+1
| | | | | | | the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
* initramfs-boot: add LICENSE as 'MIT'Kevin Tian2010-06-171-0/+1
| | | | | | | the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
* e2fsprogs: fix sub-pacakge license fieldsKevin Tian2010-06-171-4/+8
| | | | | | also change to use new patch parameter Signed-off-by Kevin Tian <kevin.tian@intel.com>
* icu: fix metadataKevin Tian2010-06-172-9/+6
| | | | | | also change to use new patch parameter Signed-off-by Kevin Tian <kevin.tian@intel.com>
* portmap: use NO_TCP_WRAPPER instead of local patchQing He2010-06-173-26/+7
| | | | | | | | 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>
* update-rc.d: fix metadateQing He2010-06-171-6/+10
| | | | | | | | | 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>
* update-modules: fix metadataQing He2010-06-171-1/+1
| | | | | | trivial ordering update Signed-off-by: Qing He <qing.he@intel.com>
* yum: fix metadataQing He2010-06-171-9/+16
| | | | | | | | 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>
* grub: fix metadataQing He2010-06-171-3/+8
| | | | | | | | 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>
* libnl: fix metadataQing He2010-06-171-7/+10
| | | | | | | | 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>
* libusb: fix metadataQing He2010-06-171-4/+11
| | | | | | | | | | 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>
* xf86-input-vmmouse: add license checksumYu Ke2010-06-171-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xf86-input-mouse: add license checksumYu Ke2010-06-171-0/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xf86-input-keyboard: add new license checksumYu Ke2010-06-171-0/+2
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* mkfontscale: add license checksumYu Ke2010-06-171-1/+3
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* mkfontdir: add license checkYu Ke2010-06-171-0/+2
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* x11-common: change license from GPL to GPLv2Yu Ke2010-06-171-1/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* libxxf86dga: add license checksumYu Ke2010-06-171-0/+2
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* evieext: add description and license checksumYu Ke2010-06-171-0/+4
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* bigreqsproto: add description and license checksumYu Ke2010-06-171-0/+4
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* task-poky-x11-sato: fix metadataDongxiao Xu2010-06-171-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-apps-x11-pimlico: fix metadataDongxiao Xu2010-06-171-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gst-meta-base: fix metadataDongxiao Xu2010-06-171-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-tools: fix metadataDongxiao Xu2010-06-171-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-nfs: fix metadataDongxiao Xu2010-06-171-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-boot: fix metadataDongxiao Xu2010-06-171-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-base: fix metadataDongxiao Xu2010-06-171-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* bluez-dtl1-workaround: fix metadataDongxiao Xu2010-06-171-1/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* wireless-tools: fix metadataDongxiao Xu2010-06-171-2/+6
| | | | | | | 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>
* xineramaproto: fix metadataDexuan Cui2010-06-171-0/+4
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* xf86rushproto: fix metadataDexuan Cui2010-06-171-0/+3
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* xf86miscproto: fix metadataDexuan Cui2010-06-171-0/+3
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* xf86driproto: fix metadataDexuan Cui2010-06-171-0/+4
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* xf86dgaproto: fix metadataDexuan Cui2010-06-171-0/+3
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* xf86bigfontproto: fix metadataDexuan Cui2010-06-171-0/+3
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* xcmiscproto: fix metadataDexuan Cui2010-06-171-0/+3
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* videoproto: fix metadataDexuan Cui2010-06-171-0/+3
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>