]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
13 years agopython-pyrex: quite packaging warnings
Nitin A Kamble [Fri, 16 Mar 2012 18:29:02 +0000 (11:29 -0700)]
python-pyrex: quite packaging warnings

This removes these packaging warnings:
WARNING: For recipe python-pyrex, the following files/directories were
installed but not shipped in any package:
WARNING:   /usr/share
WARNING:   /usr/share/lib
WARNING:   /usr/share/lib/python2.7
WARNING:   /usr/share/lib/python2.7/site-packages
WARNING:   /usr/share/lib/python2.7/site-packages/Pyrex
WARNING:   /usr/share/lib/python2.7/site-packages/Pyrex/Compiler
WARNING:   /usr/share/lib/python2.7/site-packages/Pyrex/Compiler/Lexicon.pickle

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agopciutils: fix a do_compile failure
Nitin A Kamble [Thu, 15 Mar 2012 18:42:24 +0000 (11:42 -0700)]
pciutils: fix a do_compile failure

Avoid this issue:

| ln -s libpci.so.3.1.9 libpci.so
| ln: failed to create symbolic link `libpci.so': File exists
| make[1]: *** [libpci.so] Error 1
| make[1]: Leaving directory `/srv/home/nitin/builds/build-multilib/tmp/work/x86_64-poky-linux/pciutils-3.1.9-r0/pciutils-3.1.9/lib'
| make: *** [lib/libpci.so] Error 2
| ERROR: oe_runmake failed
NOTE: package pciutils-3.1.9-r0: task do_compile: Failed

PR not bumped as there are no changes in the output packages.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agopython: fix install when libdir is not "lib"
Nitin A Kamble [Wed, 14 Mar 2012 18:06:09 +0000 (11:06 -0700)]
python: fix install when libdir is not "lib"

This commit fixes python's install issue of not finding the
native pythong binray modules.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agogawk: fix packaging warnings
Saul Wold [Thu, 15 Mar 2012 20:34:11 +0000 (13:34 -0700)]
gawk: fix packaging warnings

WARNING: For recipe gawk, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/bin/dgawk
WARNING:   /usr/bin/awk
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoqemugl: Hide some GLX extensions by default
Zhai Edwin [Fri, 16 Mar 2012 11:05:38 +0000 (19:05 +0800)]
qemugl: Hide some GLX extensions by default

Exporting these extensions make guest call some missing GLX API then crash.
It's hacky to implement these APIs, so hide these extensions as fix.

[YOCTO #1927] got fixed

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
13 years agolinux-yocto/3.0: update to v3.0.24
Bruce Ashfield [Fri, 16 Mar 2012 15:10:17 +0000 (11:10 -0400)]
linux-yocto/3.0: update to v3.0.24

Updating the meta and machine branches to the latest 3.0 -stable
release.

To see the full changelog: git log v3.0.23..v3.0.24

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agolinux-yocto/3.2: update to v3.2.11
Bruce Ashfield [Fri, 16 Mar 2012 14:57:42 +0000 (10:57 -0400)]
linux-yocto/3.2: update to v3.2.11

Updating the 3.2 meta and board branches to the latest 3.2-stable
update.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agolinux-yocto/3.2: update fri2 configuration
Bruce Ashfield [Fri, 16 Mar 2012 14:31:20 +0000 (10:31 -0400)]
linux-yocto/3.2: update fri2 configuration

Bumping the meta SRCREV to pickup the following change

    fri2: Update fri2.cfg for hardware specific support

    The FRI2 does not require R8169 or PATA support. It does not need SFF
    or GENERIC ATA options either.

    The FRI2 does require IEEE802154 (Zigbee), BT (Bluetooth), and IWLWIFI.
    The latter is compiled as a module to avoid the need for an initrd
    containing the firmware blobs.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agolinux-yocto/3.0: update meta SRCREV
Bruce Ashfield [Fri, 16 Mar 2012 14:29:02 +0000 (10:29 -0400)]
linux-yocto/3.0: update meta SRCREV

Bumping the meta branch for two changes:

  cac43c1 fri2: Update fri2.cfg for hardware specific support
  892bd13 meta: Create scc file for pvr merge

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agoupgrade logrotate: update the distro_tracking_fields.inc
Robert Yang [Wed, 14 Mar 2012 10:00:54 +0000 (18:00 +0800)]
upgrade logrotate: update the distro_tracking_fields.inc

update the distro_tracking_fields.inc.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
13 years agoupgrade logrotate: update the recipe
Robert Yang [Wed, 14 Mar 2012 09:55:17 +0000 (17:55 +0800)]
upgrade logrotate: update the recipe

update the recipe:
ogrotate_3.7.9.bb -> logrotate_3.8.1.bb

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
13 years agoupgrade logrotate: split the old patch into 3
Robert Yang [Wed, 14 Mar 2012 09:51:25 +0000 (17:51 +0800)]
upgrade logrotate: split the old patch into 3

Split the old patch into 3 during upgrading, this makes it easier for
the future's upgrade.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
13 years agoAdd pigz as gzip-native alternative.
Björn Stenberg [Thu, 15 Mar 2012 08:25:45 +0000 (09:25 +0100)]
Add pigz as gzip-native alternative.

pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries.

This recipe adds pigz as an alternative gzip-native implementation only.

Signed-off-by: Björn Stenberg <bjst@enea.com>
13 years agotcl: Fix bad RPATH QA warning
Richard Purdie [Fri, 16 Mar 2012 15:44:57 +0000 (15:44 +0000)]
tcl: Fix bad RPATH QA warning

WARNING: QA Issue: tcl-lib: /work/i586-poky-linux/tcl-8.5.11-r4/packages-split/tcl-lib/usr/lib/libtcl8.5.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: tcl: /work/i586-poky-linux/tcl-8.5.11-r4/packages-split/tcl/usr/bin/tclsh contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: tcl: /work/i586-poky-linux/tcl-8.5.11-r4/packages-split/tcl/usr/bin/tclsh8.5 contains probably-redundant RPATH /usr/lib

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agowget: Fix bad RPATH QA warning
Richard Purdie [Fri, 16 Mar 2012 15:44:17 +0000 (15:44 +0000)]
wget: Fix bad RPATH QA warning

WARNING: QA Issue: package wget contains bad RPATH /media/build1/poky/build/tmp/sysroots/qemux86/lib in file /media/build1/poky/build/tmp/work/i586-poky-linux/wget-1.13.4-r13.1/packages-split/wget/usr/bin/wget.wget

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agofoomatic-filters: Ensure cups and ppr files are packaged
Richard Purdie [Fri, 16 Mar 2012 15:18:33 +0000 (15:18 +0000)]
foomatic-filters: Ensure cups and ppr files are packaged

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agocups: Ensure cups-config has correct target paths, not sysroot ones for cups_serverbi...
Richard Purdie [Fri, 16 Mar 2012 15:17:09 +0000 (15:17 +0000)]
cups: Ensure cups-config has correct target paths, not sysroot ones for cups_serverbin and cups_datadir variables

These are used by dependent packages to know where to install cups related
pieces into therefore we need to remove the sysroot prefix from these.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosed: Fix unpackaged files warnings
Richard Purdie [Fri, 16 Mar 2012 14:57:29 +0000 (14:57 +0000)]
sed: Fix unpackaged files warnings

WARNING: For recipe sed, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/bin

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agocpio: Fix unpackaged files warnings
Richard Purdie [Fri, 16 Mar 2012 14:57:08 +0000 (14:57 +0000)]
cpio: Fix unpackaged files warnings

WARNING: For recipe cpio, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/bin

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agounzip: Fix unpackaged files warnings
Richard Purdie [Fri, 16 Mar 2012 14:56:48 +0000 (14:56 +0000)]
unzip: Fix unpackaged files warnings

WARNING: For recipe unzip, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/man

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agotar: Fix unpackaged files warnings
Richard Purdie [Fri, 16 Mar 2012 14:56:24 +0000 (14:56 +0000)]
tar: Fix unpackaged files warnings

WARNING: For recipe tar, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/sbin
WARNING:   /usr/bin

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodirectfb: Fix RPATH warnings
Richard Purdie [Fri, 16 Mar 2012 13:38:25 +0000 (13:38 +0000)]
directfb: Fix RPATH warnings

Fix configure not to remove variables which trigger the unneccessary rpaths to get
encoded. Also take the opportunity to clean up the patches directory.

WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/bin/dfblayer contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/bin/dfbmaster contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/bin/mkdgifft contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/bin/dfbdump contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/bin/dfbinput contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/bin/dfbfx contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/bin/dfbscreen contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/bin/mkdgiff contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/bin/dfbinspector contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/bin/mkdfiff contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/bin/dfbinfo contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/bin/dfbpenmount contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/bin/dfbg contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/libfusion-1.4.so.6 contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/libdirectfb-1.4.so.6.0.9 contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/libdirectfb-1.4.so.6 contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/libfusion-1.4.so.6.0.9 contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/systems/libdirectfb_fbdev.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/systems/libdirectfb_devmem.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/systems/libdirectfb_dummy.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_v4l.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_gif.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/interfaces/ICoreResourceManager/libicoreresourcemanager_test.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_jpeg.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_png.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_dfiff.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_gif.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/interfaces/IDirectFBFont/libidirectfbfont_ft2.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/interfaces/IDirectFBFont/libidirectfbfont_dgiff.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/wm/libdirectfbwm_default.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/inputdrivers/libdirectfb_zytronic.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/inputdrivers/libdirectfb_penmount.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/inputdrivers/libdirectfb_linux_input.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/inputdrivers/libdirectfb_serialmouse.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/inputdrivers/libdirectfb_mutouch.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/inputdrivers/libdirectfb_tslib.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/inputdrivers/libdirectfb_joystick.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/inputdrivers/libdirectfb_sonypi.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/inputdrivers/libdirectfb_lirc.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/inputdrivers/libdirectfb_wm97xx_ts.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/inputdrivers/libdirectfb_ps2mouse.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: directfb: /work/i586-poky-linux/directfb-1.4.15-r1/packages-split/directfb/usr/lib/directfb-1.4-6/inputdrivers/libdirectfb_keyboard.so contains probably-redundant RPATH /usr/lib

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogrep: Fix QA warnings
Richard Purdie [Fri, 16 Mar 2012 13:15:15 +0000 (13:15 +0000)]
grep: Fix QA warnings

WARNING: For recipe grep, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/bin

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoxf86-input-synaptics: Fix QA warnings
Richard Purdie [Fri, 16 Mar 2012 13:13:11 +0000 (13:13 +0000)]
xf86-input-synaptics: Fix QA warnings

Remove the .pc file work around since it leads to incorrect paths being encoded and
places the files in the incorrect directory.

WARNING: For recipe xf86-input-synaptics, the following files/directories were installed but not shipped in any package:
WARNING:   /media
WARNING:   /media/build1
WARNING:   /media/build1/poky
WARNING:   /media/build1/poky/build
WARNING:   /media/build1/poky/build/tmp
WARNING:   /media/build1/poky/build/tmp/sysroots
WARNING:   /media/build1/poky/build/tmp/sysroots/qemux86
WARNING:   /media/build1/poky/build/tmp/sysroots/qemux86/usr
WARNING:   /media/build1/poky/build/tmp/sysroots/qemux86/usr/include
WARNING:   /media/build1/poky/build/tmp/sysroots/qemux86/usr/include/xorg
WARNING:   /media/build1/poky/build/tmp/sysroots/qemux86/usr/include/xorg/synaptics-properties.h
WARNING:   /media/build1/poky/build/tmp/sysroots/qemux86/usr/include/xorg/synaptics.h
WARNING:   /usr/share/X11
WARNING:   /usr/share/X11/xorg.conf.d
WARNING:   /usr/share/X11/xorg.conf.d/50-synaptics.conf

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agochkconfig: Fix unpackaged files warnings
Richard Purdie [Fri, 16 Mar 2012 13:04:01 +0000 (13:04 +0000)]
chkconfig: Fix unpackaged files warnings

WARNING: For recipe chkconfig, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/man
WARNING:   /usr/man/man5
WARNING:   /usr/man/man8
WARNING:   /usr/man/man8/chkconfig.8
WARNING:   /usr/man/man8/update-alternatives.8
WARNING:   /usr/man/man8/ntsysv.8
WARNING:   /usr/man/man8/alternatives.8

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomobile-broadband-provider-info: Fix license warning
Richard Purdie [Fri, 16 Mar 2012 11:41:17 +0000 (11:41 +0000)]
mobile-broadband-provider-info: Fix license warning

WARNING: mobile-broadband-provider-info: No generic license file exists for: CCPD in any provider

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomake: Fix license warning
Richard Purdie [Fri, 16 Mar 2012 11:36:49 +0000 (11:36 +0000)]
make: Fix license warning

WARNING: make: No generic license file exists for: GPL in any provider

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoflac: Fix license warning
Richard Purdie [Fri, 16 Mar 2012 11:35:15 +0000 (11:35 +0000)]
flac: Fix license warning

WARNING: flac: No generic license file exists for: FDLv1.2 in any provider

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoqt-mobility: fix QA warnings
Paul Eggleton [Fri, 16 Mar 2012 15:55:01 +0000 (15:55 +0000)]
qt-mobility: fix QA warnings

Fix the following warnings:

WARNING: QA Issue: package qt-mobility-x11 contains bad RPATH /home/user/qt/lib:/home/user/qt/lib${WORKDIR}/qt-mobility-opensource-src-1.2.0/lib:/home/user/qt/lib/media/large/tmp/sysroots/qemux86/usr/lib:/home/user/qt/lib/usr/lib in file ${WORKDIR}/packages-split/qt-mobility-x11/usr/bin/qt4/examples/QtMobility/qml_device
WARNING: QA Issue: package qt-mobility-x11 contains bad RPATH /home/user/qt/lib:/home/user/qt/lib${WORKDIR}/qt-mobility-opensource-src-1.2.0/lib:/home/user/qt/lib/media/large/tmp/sysroots/qemux86/usr/lib:/home/user/qt/lib/usr/lib in file ${WORKDIR}/packages-split/qt-mobility-x11/usr/bin/qt4/examples/QtMobility/qml_device

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopython-imaging: bring in fixes from meta-oe
Paul Eggleton [Thu, 15 Mar 2012 13:17:58 +0000 (13:17 +0000)]
python-imaging: bring in fixes from meta-oe

This makes the following changes:
* Replace the /usr/local/bin/python path in all scripts
* Move RDEPENDS_${PN} to the end (but use += or we lose the python-core
  depencency).
* Use PR = "r3" instead of "ml2". (Even without increasing the numeric
  part it is recognised as greater alphabetically.)
* Bring in meta-oe version of the path patch which avoids the following
  warning:

WARNING: python-imaging: The compile log indicates that host include
and/or library paths were used.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agoutil-linux: restore zlib and ncurses dependencies for native
Paul Eggleton [Wed, 14 Mar 2012 14:10:23 +0000 (14:10 +0000)]
util-linux: restore zlib and ncurses dependencies for native

OE-Core commit 4a158b6ef125b555225472eefbe1ea226dc47c2c unintentionally
removed the dependencies for util-linux-native on zlib-native and
ncurses-native by getting append and virtclass-native overrides swapped
around; later this was tidied up to remove the append (which did not change
anything functionally). These libraries are required, so add them back in.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agort-tests: Add src/backfire to FILES_${PN}
Darren Hart [Thu, 15 Mar 2012 21:51:22 +0000 (14:51 -0700)]
rt-tests: Add src/backfire to FILES_${PN}

Fixes [YOCTO #2114]

The rt-tests recipe was issuing the following WARNINGs:

WARNING: For recipe rt-tests, the following files/directories were installed
but not shipped in any package:
WARNING:   /usr/src
WARNING:   /usr/src/backfire
WARNING:   /usr/src/backfire/backfire.c
WARNING:   /usr/src/backfire/Makefile

Add ${prefix}/src/backfire to FILES_${PN} to include these files in the package.
These depend on the target kernel and are meant to be able to be rebuilt as
needed.  Ideally we would also build this module and include it with rt-tests or
the linux-yocto-rt kernel. For now, conform with the intent of the rt-tests
Makefile and avoid the WARNINGs.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
13 years agorpm: Fix FILE_ -> FILES_ packaging
Saul Wold [Fri, 16 Mar 2012 03:25:45 +0000 (20:25 -0700)]
rpm: Fix FILE_ -> FILES_ packaging

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agogtk-theme-torturer: Fix license warning
Saul Wold [Thu, 15 Mar 2012 18:45:39 +0000 (11:45 -0700)]
gtk-theme-torturer: Fix license warning

WARNING: gtk-theme-torturer: No generic license file exists for: GPL in any provider

Talk with author of code and confirmed licnese, they will be adding COPYING upstream

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agotelepathy-glib: remove package warnings
Saul Wold [Thu, 15 Mar 2012 01:52:56 +0000 (18:52 -0700)]
telepathy-glib: remove package warnings

WARNING: For recipe telepathy-glib, the following files/directories were installed but not shipped in any package:
WARNING:   /srv
WARNING:   /usr/bin
WARNING:   /usr/libexec
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agotexi2html: fix packages warning
Saul Wold [Thu, 15 Mar 2012 01:51:06 +0000 (18:51 -0700)]
texi2html: fix packages warning

Add documentation to the -docs package

WARNING: For recipe texi2html, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/share/texinfo
WARNING:   /usr/share/texinfo/html
WARNING:   /usr/share/texinfo/init
WARNING:   /usr/share/texinfo/html/texi2html.html
WARNING:   /usr/share/texinfo/init/html32.init
WARNING:   /usr/share/texinfo/init/tex4ht.init
WARNING:   /usr/share/texinfo/init/mediawiki.init
WARNING:   /usr/share/texinfo/init/book.init
WARNING:   /usr/share/texinfo/init/chm.init
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoglib-networking: Fix packaging warnings
Saul Wold [Thu, 15 Mar 2012 00:30:13 +0000 (17:30 -0700)]
glib-networking: Fix packaging warnings

WARNING: QA Issue: non -staticdev package contains static .a library: glib-networking path '/work/armv5te-poky-linux-gnueabi/glib-networking-2.28.7-r1/packages-split/glib-networking/usr/lib/gio/modules/libgiognutls.a'
WARNING: QA Issue: non -staticdev package contains static .a library: glib-networking path '/work/armv5te-poky-linux-gnueabi/glib-networking-2.28.7-r1/packages-split/glib-networking/usr/lib/gio/modules/libgiolibproxy.a'
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agolibnewt: fix license warnings
Saul Wold [Thu, 15 Mar 2012 00:51:32 +0000 (17:51 -0700)]
libnewt: fix license warnings

WARNING: libnewt: No generic license file exists for: LGPL in any provider
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agowatchdog: Fix License warning
Saul Wold [Thu, 15 Mar 2012 00:46:30 +0000 (17:46 -0700)]
watchdog: Fix License warning

WARNING: watchdog: No generic license file exists for: GPL in any provider
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agowget: Fix License warning
Saul Wold [Thu, 15 Mar 2012 00:41:23 +0000 (17:41 -0700)]
wget: Fix License warning

WARNING: wget: No generic license file exists for: GPL in any provider
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agousbinit: Fix License warning
Saul Wold [Thu, 15 Mar 2012 00:39:31 +0000 (17:39 -0700)]
usbinit: Fix License warning

WARNING: usbinit: No generic license file exists for: GPL in any provider
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoeee-acpi-scripts: Fix License warning
Saul Wold [Wed, 14 Mar 2012 23:38:36 +0000 (16:38 -0700)]
eee-acpi-scripts: Fix License warning

WARNING: eee-acpi-scripts: No generic license file exists for: GPL in any provider
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agodtc: Fix License warning
Saul Wold [Wed, 14 Mar 2012 23:33:04 +0000 (16:33 -0700)]
dtc: Fix License warning

WARNING: dtc: No generic license file exists for: GPL2 in any provider
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agobitbake.conf: Modify PACKAGE list ordering to insert -staticdev file before PN
Saul Wold [Wed, 14 Mar 2012 07:57:57 +0000 (00:57 -0700)]
bitbake.conf: Modify PACKAGE list ordering to insert -staticdev file before PN

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoqt4: package static libraries correctly to fix warnings
Saul Wold [Wed, 14 Mar 2012 14:46:46 +0000 (15:46 +0100)]
qt4: package static libraries correctly to fix warnings

WARNING: QA Issue: non -staticdev package contains static .a library: qt4-demos path '/work/i586-poky-linux/qt4-x11-free-4.7.4-r39.7/packages-split/qt4-demos/usr/bin/qt4/demos/shared/libdemo_shared.a'
WARNING: QA Issue: non -staticdev package contains static .a library: qt4-examples path '/work/i586-poky-linux/qt4-x11-free-4.7.4-r39.7/packages-split/qt4-examples/usr/bin/qt4/examples/tools/plugandpaint/plugins/libpnp_basictools.a'
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogmp: upgrade from 5.0.3 to 5.0.4
Nitin A Kamble [Thu, 15 Mar 2012 02:02:10 +0000 (19:02 -0700)]
gmp: upgrade from 5.0.3 to 5.0.4

gmp_bugfix.patch : removed this patch as it is in upstream now

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoncurses: fix install error
Nitin A Kamble [Thu, 15 Mar 2012 02:02:13 +0000 (19:02 -0700)]
ncurses: fix install error

Fix this issue:
| rm: cannot remove `/srv/home/nitin/builds/build-multilib/tmp/work/x86_64-poky-linux/ncurses-5.9-r6.1/image/usr/lib64/terminfo': No such file or directory
NOTE: package ncurses-5.9-r6.1: task do_install: Failed

PR not bumped as there is no change in the packages output.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years ago.gitignore: expand pyshtables.py ignoring
Lauri Hintsala [Thu, 15 Mar 2012 11:49:16 +0000 (13:49 +0200)]
.gitignore: expand pyshtables.py ignoring

Bitbake generates pyshtables.py to bitbake/lib/bb/pysh/ folder if the user
has write permissions there. Let's ignore generated file also on that location.

Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomirrors.bbclass: remove dead GNU mirrors
Andreas Oberritter [Thu, 15 Mar 2012 12:12:15 +0000 (13:12 +0100)]
mirrors.bbclass: remove dead GNU mirrors

* ftp.matrix.com.br and sunsite.ust.hk don't have DNS records.
* ftp.cs.ubc.ca doesn't host the referenced directory.
* ftp.ayamura.org doesn't respond to ping or ftp.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoparted: don't pass --disable-Werror to configure
Andreas Oberritter [Thu, 15 Mar 2012 01:08:38 +0000 (02:08 +0100)]
parted: don't pass --disable-Werror to configure

* Fixes the following warning:

| configure: WARNING: unrecognized options: --disable-Werror

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoopensp: Fix unnecessary rpath warnings
Richard Purdie [Wed, 14 Mar 2012 00:23:59 +0000 (00:23 +0000)]
opensp: Fix unnecessary rpath warnings

Stale m4 macros seemed to be corrupting the opensp build. By removing
them, we can fix the warnings:

WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/bin/spent contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/bin/onsgmls contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/bin/ospcat contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/bin/osgmlnorm contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/bin/sgmlnorm contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/bin/ospent contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/bin/ospam contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/bin/nsgmls contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/bin/spcat contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/bin/osx contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/bin/spam contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/bin/sx contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/bin/sgml2xml contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/lib/libosp.so.3.0.0 contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: opensp: /work/i586-poky-linux/opensp-1.5-r2/packages-split/opensp/usr/lib/libosp.so.3 contains probably-redundant RPATH /usr/lib

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoslang: Fix rpath QA warnings
Richard Purdie [Wed, 14 Mar 2012 23:57:22 +0000 (23:57 +0000)]
slang: Fix rpath QA warnings

WARNING: QA Issue: slang: /work/i586-poky-linux/slang-2.2.4-r6/packages-split/slang/usr/bin/slsh contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: slang: /work/i586-poky-linux/slang-2.2.4-r6/packages-split/slang/usr/lib/slang/v2/modules/csv-module.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: slang: /work/i586-poky-linux/slang-2.2.4-r6/packages-split/slang/usr/lib/slang/v2/modules/rand-module.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: slang: /work/i586-poky-linux/slang-2.2.4-r6/packages-split/slang/usr/lib/slang/v2/modules/iconv-module.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: slang: /work/i586-poky-linux/slang-2.2.4-r6/packages-split/slang/usr/lib/slang/v2/modules/select-module.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: slang: /work/i586-poky-linux/slang-2.2.4-r6/packages-split/slang/usr/lib/slang/v2/modules/varray-module.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: slang: /work/i586-poky-linux/slang-2.2.4-r6/packages-split/slang/usr/lib/slang/v2/modules/fcntl-module.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: slang: /work/i586-poky-linux/slang-2.2.4-r6/packages-split/slang/usr/lib/slang/v2/modules/sysconf-module.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: slang: /work/i586-poky-linux/slang-2.2.4-r6/packages-split/slang/usr/lib/slang/v2/modules/socket-module.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: slang: /work/i586-poky-linux/slang-2.2.4-r6/packages-split/slang/usr/lib/slang/v2/modules/termios-module.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: slang: /work/i586-poky-linux/slang-2.2.4-r6/packages-split/slang/usr/lib/slang/v2/modules/slsmg-module.so contains probably-redundant RPATH /usr/lib
WARNING: QA Issue: slang: /work/i586-poky-linux/slang-2.2.4-r6/packages-split/slang/usr/lib/slang/v2/modules/fork-module.so contains probably-redundant RPATH /usr/lib

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoghostscript: Fix patch related build issues
Richard Purdie [Wed, 14 Mar 2012 23:54:13 +0000 (23:54 +0000)]
ghostscript: Fix patch related build issues

The file ${S}/configure.ac is a symlink which seems to confuse some patch
application tools but not in all cases. Whilst I'd love to understand why
there is a difference, this fixes the build failures by applying the patch
to the real file rather than the symlink.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoPR bump for all recipes that DEPEND on ncurses
Scott Garman [Wed, 14 Mar 2012 20:15:21 +0000 (13:15 -0700)]
PR bump for all recipes that DEPEND on ncurses

The packaging changes to ncurses could break package feeds,
so bump the PR on everythong that DEPENDS on ncurses.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoncurses: fix packaging of moved libraries
Scott Garman [Wed, 14 Mar 2012 20:15:20 +0000 (13:15 -0700)]
ncurses: fix packaging of moved libraries

This ensures packaging of the ncurses libraries moved to
base_libdir is done correctly.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopython: regenerate python-2.7-manifest.inc
Martin Jansa [Wed, 14 Mar 2012 14:55:53 +0000 (15:55 +0100)]
python: regenerate python-2.7-manifest.inc

* only manual change is extra line break in FILES_${PN}-core, because
  git send-email doesn't like long lines
  fatal: /tmp/0wfyzTvlIf/0001-python-regenerate-python-2.7-manifest.inc.patch: 30: patch contains a line longer than 998 characters

* fixes PROVIDES and it will be easier to review next patch without this
  extra changes

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogpgme: fix packaging warnings
Saul Wold [Wed, 14 Mar 2012 15:50:02 +0000 (08:50 -0700)]
gpgme: fix packaging warnings

Use rmdir since it is currently empty, and we can catch if
it gets used later

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistro_tracking_fields: Fix EOL Comments and missing Quotes
Saul Wold [Wed, 14 Mar 2012 23:06:43 +0000 (16:06 -0700)]
distro_tracking_fields: Fix EOL Comments and missing Quotes

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoRevert "alsa-tools: update to 1.0.25"
Richard Purdie [Wed, 14 Mar 2012 15:53:45 +0000 (15:53 +0000)]
Revert "alsa-tools: update to 1.0.25"

This reverts commit b2d9f00a4e50180d96b3d201cc425349cc4dd530 since
the checksums are incorrect and even when fixed, it doesn't actually
build.

13 years agoRevert "gcc-cross: aviod creating invalid symlinks"
Richard Purdie [Wed, 14 Mar 2012 15:23:26 +0000 (15:23 +0000)]
Revert "gcc-cross: aviod creating invalid symlinks"

This reverts commit 7893e74311e53882d8f93ecb95a6bd9f5b14651e since it breaks
the builds.

13 years agoalsa-utils: Add rename accidently dropped during patch merge
Richard Purdie [Wed, 14 Mar 2012 14:54:56 +0000 (14:54 +0000)]
alsa-utils: Add rename accidently dropped during patch merge

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibrsvg: really bump PR
Martin Jansa [Wed, 14 Mar 2012 12:44:04 +0000 (13:44 +0100)]
librsvg: really bump PR

* it was downgraded from r4 to r1 in
  http://git.openembedded.org/openembedded-core/commit/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb?id=50ad5230ea9e0982cdfda23fb9fcfccf89d28f29
  so even with latest change making it r3 we had still on lower version that we had before for 2.32.1

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoperl-modules: Fix LICENSE fields to mention the correct license versions
Richard Purdie [Tue, 13 Mar 2012 23:46:14 +0000 (23:46 +0000)]
perl-modules: Fix LICENSE fields to mention the correct license versions

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoxorg-cf-files: Fix unpackaged files warning
Richard Purdie [Tue, 13 Mar 2012 23:45:12 +0000 (23:45 +0000)]
xorg-cf-files: Fix unpackaged files warning

This fixes the warnings:

WARNING: For recipe xorg-cf-files, the following files/directories were installed but not shipped in any package:
WARNING:   /usr
WARNING:   /usr/lib
WARNING:   /usr/lib/X11
WARNING:   /usr/lib/X11/config
WARNING:   /usr/lib/X11/config/mingw.rules
WARNING:   /usr/lib/X11/config/Oki.cf
WARNING:   /usr/lib/X11/config/cray.cf
WARNING:   /usr/lib/X11/config/OpenBSD.cf
WARNING:   /usr/lib/X11/config/lnxdoc.tmpl
WARNING:   /usr/lib/X11/config/Motif.rules
WARNING:   /usr/lib/X11/config/nec.cf
WARNING:   /usr/lib/X11/config/sv3Lib.rules
WARNING:   /usr/lib/X11/config/sco5.cf
WARNING:   /usr/lib/X11/config/xorgsite.def
WARNING:   /usr/lib/X11/config/minix.cf
WARNING:   /usr/lib/X11/config/cross.rules
WARNING:   /usr/lib/X11/config/bsdi.cf
WARNING:   /usr/lib/X11/config/ServerLib.tmpl
WARNING:   /usr/lib/X11/config/sequentLib.rules
WARNING:   /usr/lib/X11/config/darwin.cf
WARNING:   /usr/lib/X11/config/version.def
WARNING:   /usr/lib/X11/config/scoLib.rules
WARNING:   /usr/lib/X11/config/OpenBSDLib.tmpl
WARNING:   /usr/lib/X11/config/hpLib.tmpl
WARNING:   /usr/lib/X11/config/xf86.tmpl
WARNING:   /usr/lib/X11/config/moto.cf
WARNING:   /usr/lib/X11/config/sv4Lib.tmpl
WARNING:   /usr/lib/X11/config/Library.tmpl
WARNING:   /usr/lib/X11/config/sunLib.tmpl
WARNING:   /usr/lib/X11/config/necLib.tmpl
WARNING:   /usr/lib/X11/config/Imake.tmpl
WARNING:   /usr/lib/X11/config/sv3Lib.tmpl
WARNING:   /usr/lib/X11/config/apollo.cf
WARNING:   /usr/lib/X11/config/sco.cf
WARNING:   /usr/lib/X11/config/linux.cf
WARNING:   /usr/lib/X11/config/osfLib.rules
WARNING:   /usr/lib/X11/config/usl.cf
WARNING:   /usr/lib/X11/config/cygwin.rules
WARNING:   /usr/lib/X11/config/Motif.tmpl
WARNING:   /usr/lib/X11/config/lynx.cf
WARNING:   /usr/lib/X11/config/FreeBSD.cf
WARNING:   /usr/lib/X11/config/cygwin.cf
WARNING:   /usr/lib/X11/config/lnxdoc.rules
WARNING:   /usr/lib/X11/config/sgiLib.rules
WARNING:   /usr/lib/X11/config/Mips.cf
WARNING:   /usr/lib/X11/config/QNX4.rules
WARNING:   /usr/lib/X11/config/lnxLib.tmpl
WARNING:   /usr/lib/X11/config/QNX4.cf
WARNING:   /usr/lib/X11/config/osf1.cf
WARNING:   /usr/lib/X11/config/gnuLib.rules
WARNING:   /usr/lib/X11/config/dmx.cf
WARNING:   /usr/lib/X11/config/cde.tmpl
WARNING:   /usr/lib/X11/config/Imake.rules
WARNING:   /usr/lib/X11/config/xfree86.cf
WARNING:   /usr/lib/X11/config/mingw.cf
WARNING:   /usr/lib/X11/config/pegasus.cf
WARNING:   /usr/lib/X11/config/gnuLib.tmpl
WARNING:   /usr/lib/X11/config/Threads.tmpl
WARNING:   /usr/lib/X11/config/nto.rules
WARNING:   /usr/lib/X11/config/macII.cf
WARNING:   /usr/lib/X11/config/convex.cf
WARNING:   /usr/lib/X11/config/bsdLib.rules
WARNING:   /usr/lib/X11/config/xorgversion.def
WARNING:   /usr/lib/X11/config/bsdiLib.tmpl
WARNING:   /usr/lib/X11/config/date.def
WARNING:   /usr/lib/X11/config/mach.cf
WARNING:   /usr/lib/X11/config/os2Lib.tmpl
WARNING:   /usr/lib/X11/config/lnxLib.rules
WARNING:   /usr/lib/X11/config/os2.rules
WARNING:   /usr/lib/X11/config/mingw.tmpl
WARNING:   /usr/lib/X11/config/svr3.cf
WARNING:   /usr/lib/X11/config/os2Lib.rules
WARNING:   /usr/lib/X11/config/nto.cf
WARNING:   /usr/lib/X11/config/noop.rules
WARNING:   /usr/lib/X11/config/xf86.rules
WARNING:   /usr/lib/X11/config/cross.def
WARNING:   /usr/lib/X11/config/osfLib.tmpl
WARNING:   /usr/lib/X11/config/darwinLib.rules
WARNING:   /usr/lib/X11/config/Server.tmpl
WARNING:   /usr/lib/X11/config/Amoeba.cf
WARNING:   /usr/lib/X11/config/sequent.cf
WARNING:   /usr/lib/X11/config/gnu.cf
WARNING:   /usr/lib/X11/config/DGUX.cf
WARNING:   /usr/lib/X11/config/host.def
WARNING:   /usr/lib/X11/config/WinLib.tmpl
WARNING:   /usr/lib/X11/config/sunLib.rules
WARNING:   /usr/lib/X11/config/OpenBSDLib.rules
WARNING:   /usr/lib/X11/config/X11.tmpl
WARNING:   /usr/lib/X11/config/sony.cf
WARNING:   /usr/lib/X11/config/darwinLib.tmpl
WARNING:   /usr/lib/X11/config/cde.rules
WARNING:   /usr/lib/X11/config/hp.cf
WARNING:   /usr/lib/X11/config/xorg.cf
WARNING:   /usr/lib/X11/config/Imake.cf
WARNING:   /usr/lib/X11/config/sgi.cf
WARNING:   /usr/lib/X11/config/necLib.rules
WARNING:   /usr/lib/X11/config/ultrix.cf
WARNING:   /usr/lib/X11/config/Win32.cf
WARNING:   /usr/lib/X11/config/bsd.cf
WARNING:   /usr/lib/X11/config/isc.cf
WARNING:   /usr/lib/X11/config/oldlib.rules
WARNING:   /usr/lib/X11/config/sv4Lib.rules
WARNING:   /usr/lib/X11/config/svr4.cf
WARNING:   /usr/lib/X11/config/generic.cf
WARNING:   /usr/lib/X11/config/os2.cf
WARNING:   /usr/lib/X11/config/luna.cf
WARNING:   /usr/lib/X11/config/xorg.tmpl
WARNING:   /usr/lib/X11/config/sun.cf
WARNING:   /usr/lib/X11/config/bsdLib.tmpl
WARNING:   /usr/lib/X11/config/DragonFly.cf
WARNING:   /usr/lib/X11/config/x386.cf
WARNING:   /usr/lib/X11/config/X11.rules
WARNING:   /usr/lib/X11/config/bsdiLib.rules
WARNING:   /usr/lib/X11/config/ibmLib.tmpl
WARNING:   /usr/lib/X11/config/Win32.rules
WARNING:   /usr/lib/X11/config/hpLib.rules
WARNING:   /usr/lib/X11/config/ibm.cf
WARNING:   /usr/lib/X11/config/ibmLib.rules
WARNING:   /usr/lib/X11/config/sgiLib.tmpl
WARNING:   /usr/lib/X11/config/cygwin.tmpl
WARNING:   /usr/lib/X11/config/ncr.cf
WARNING:   /usr/lib/X11/config/site.def
WARNING:   /usr/lib/X11/config/xf86site.def
WARNING:   /usr/lib/X11/config/NetBSD.cf
WARNING:   /usr/lib/X11/config/fujitsu.cf

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopackage.bbclass: do not split debug pkg when no debugsources.list
Robert Yang [Wed, 14 Mar 2012 07:16:03 +0000 (15:16 +0800)]
package.bbclass: do not split debug pkg when no debugsources.list

We don't have to split the debug pkg if it is null (No debugsources.list
since the find-debuginfo.sh would not generate it for the null pkg).

Serval pkg's debug pkg is null, and there were a few errors: (53 pkgs
had such errors in a core-image-sato build):

log.do_package:sort: open failed: debugsources.list: No such file or directory

[YOCTO #2076]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agochkconfig: update it from 1.3.57 to 1.3.58
Wenzong Fan [Wed, 14 Mar 2012 06:25:01 +0000 (14:25 +0800)]
chkconfig: update it from 1.3.57 to 1.3.58

Update chkconfig and related distro tracking fields.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoccache: update it from 3.1.6 to 3.1.7
Wenzong Fan [Wed, 14 Mar 2012 06:25:00 +0000 (14:25 +0800)]
ccache: update it from 3.1.6 to 3.1.7

Update ccache and related distro tracking fields.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistro_tracking_fields: udpate package status
Kang Kai [Wed, 14 Mar 2012 09:03:43 +0000 (17:03 +0800)]
distro_tracking_fields: udpate package status

Update packages' status, includes libsdl, gobject-introspection, newt,
alsa and ghostscript.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoghostscript: update to 9.05
Kang Kai [Wed, 14 Mar 2012 09:03:42 +0000 (17:03 +0800)]
ghostscript: update to 9.05

Update ghostscript to 9.05, and update ghostscript-9.02-genarch.patch
at same time because it can't be applied. Add patch
ghostscript/ghostscript-9.05-NOT-check-endian.patch
to forbid checking endianese.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoalsa-tools: update to 1.0.25
Kang Kai [Wed, 14 Mar 2012 09:03:41 +0000 (17:03 +0800)]
alsa-tools: update to 1.0.25

Update to version 1.0.25

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoalsa-utils: update to 1.0.25
Kang Kai [Wed, 14 Mar 2012 09:03:40 +0000 (17:03 +0800)]
alsa-utils: update to 1.0.25

Update to version 1.0.25, and update patch
0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch
because rejected when apply it.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoalsa-lib: update to 1.0.25
Kang Kai [Wed, 14 Mar 2012 09:03:39 +0000 (17:03 +0800)]
alsa-lib: update to 1.0.25

Update to version 1.0.25, rename the patch directory at same time.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibsdl: update to 1.2.15
Kang Kai [Wed, 14 Mar 2012 09:03:38 +0000 (17:03 +0800)]
libsdl: update to 1.2.15

Update libsdl to 1.2.15.
Patch add.XGetRequest.symbol.patch is merged by upstream, so remove it.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agonewt: update to 0.52.14
Kang Kai [Wed, 14 Mar 2012 09:03:37 +0000 (17:03 +0800)]
newt: update to 0.52.14

Update newt to latest verion 0.52.14.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogobject-introspection: update to 1.31.20
Kang Kai [Wed, 14 Mar 2012 09:03:36 +0000 (17:03 +0800)]
gobject-introspection: update to 1.31.20

Add a new recipe file to update gobject-introspection to 1.31.20,
instead of git version.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogcc-cross: aviod creating invalid symlinks
Robert Yang [Wed, 14 Mar 2012 09:13:21 +0000 (17:13 +0800)]
gcc-cross: aviod creating invalid symlinks

There are several invalid symlinks in gcc-cross-initial,
gcc-cross-intermediate and gcc-cross, these cause the error:(56 errors)

tmp/work/i586-poky-linux/gcc-cross-initial-4.6.3+svnr184847-r23/temp/log.do_populate_sysroot:
log.do_populate_sysroot:grep: /path/to/invalid/symlink: No such file or directory

Avoid creating invalid symlinks would fix this problem.

Use the:
[ ! -e file ] || do_something
But not use:
[ -e file ] && do_something
is because that if the "file" doesn't exist, then the whole statement
would return false, and bitbake treats this an error, so use the "||" to
let it always be true.

[YOCTO #2095]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolinux-yocto-tiny: add dependency on xz-native
Paul Eggleton [Tue, 13 Mar 2012 23:51:33 +0000 (23:51 +0000)]
linux-yocto-tiny: add dependency on xz-native

The kernel configuration requires lzma to compress the kernel image
(CONFIG_KERNEL_LZMA=y), so add a dependency on xz-native which provides
it.

Fixes [YOCTO #1728].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agoncurses: fix build when ENABLE_WIDEC is not set
Paul Eggleton [Tue, 13 Mar 2012 23:40:03 +0000 (23:40 +0000)]
ncurses: fix build when ENABLE_WIDEC is not set

If wide character support is disabled (as it is with poky-tiny, for
example) then we won't have libncursesw.so.*, so skip moving these files
in that case. (Fixes a regression introduced in OE-Core revision
ccd370ab147b78de7a5bd74818f755f4d3ca6d81).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agomx: add dependencies
Paul Eggleton [Tue, 13 Mar 2012 15:34:49 +0000 (15:34 +0000)]
mx: add dependencies

* Add dependency on startup-notification, which is optional but without
  it mx applications will not send startup notifications.
* Add dependencies on gdk-pixbuf and libxrandr which are usually taken
  care of, but are required and thus should be stated explicitly.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agogst-plugins-bad: disable directfb in configure
Paul Eggleton [Tue, 13 Mar 2012 13:14:35 +0000 (13:14 +0000)]
gst-plugins-bad: disable directfb in configure

Disable directfb output (as we do with SDL) so that it does not get
auto-detected resulting in a race condition.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agopulseaudio: add X library dependencies
Paul Eggleton [Tue, 13 Mar 2012 13:10:54 +0000 (13:10 +0000)]
pulseaudio: add X library dependencies

PulseAudio requires libxtst, libice, libsm and libxcb when X11 is
enabled (in our case, when x11 is in DISTRO_FEATURES), so conditionally
add those to DEPENDS.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agoscripts/bitbake: ensure user is in build directory
Paul Eggleton [Tue, 13 Mar 2012 12:38:04 +0000 (12:38 +0000)]
scripts/bitbake: ensure user is in build directory

If the user is in any directory other than $BUILDDIR when the bitbake
wrapper script is run, then show an error an exit.

Fixes [YOCTO #2071].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agoscripts/contrib/python/generate-manifest-2.7.py: Catch up with staticdev fixes
Richard Purdie [Wed, 14 Mar 2012 13:02:57 +0000 (13:02 +0000)]
scripts/contrib/python/generate-manifest-2.7.py: Catch up with staticdev fixes

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoman: fix configure issue to solve warnings
Saul Wold [Wed, 14 Mar 2012 07:39:21 +0000 (00:39 -0700)]
man: fix configure issue to solve warnings

WARNING: For recipe man, the following files/directories were installed but not shipped in any package:
WARNING:   /intel
WARNING:   /intel/poky
WARNING:   /intel/poky/builds
WARNING:   /intel/poky/builds/world
WARNING:   /intel/poky/builds/world/tmp
WARNING:   /intel/poky/builds/world/tmp/work
WARNING:   /intel/poky/builds/world/tmp/work/i586-poky-linux
WARNING:   /intel/poky/builds/world/tmp/work/i586-poky-linux/man-1.6f-r1
WARNING:   /intel/poky/builds/world/tmp/work/i586-poky-linux/man-1.6f-r1/image
WARNING:   /intel/poky/builds/world/tmp/work/i586-poky-linux/man-1.6f-r1/image/etc
WARNING:   /intel/poky/builds/world/tmp/work/i586-poky-linux/man-1.6f-r1/image/etc/man.config
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agolibgalago: Fix package warnings by not packaging autopackage
Saul Wold [Wed, 14 Mar 2012 05:39:56 +0000 (22:39 -0700)]
libgalago: Fix package warnings by not packaging autopackage

WARNING: For recipe libgalago, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/share/autopackage
WARNING:   /usr/share/autopackage/skeletons
WARNING:   /usr/share/autopackage/skeletons/@galago.info
WARNING:   /usr/share/autopackage/skeletons/@galago.info/libgalago
WARNING:   /usr/share/autopackage/skeletons/@galago.info/libgalago/skeleton.1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoman-pages: Update to 3.36
Saul Wold [Tue, 13 Mar 2012 19:29:04 +0000 (12:29 -0700)]
man-pages: Update to 3.36

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoavahi: Update to 0.6.31
Saul Wold [Tue, 13 Mar 2012 21:47:42 +0000 (14:47 -0700)]
avahi: Update to 0.6.31

Removed unneeded patch, because the issue was fixed upstream

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agodistro_tracking: Updates for manual checks
Saul Wold [Tue, 13 Mar 2012 21:46:11 +0000 (14:46 -0700)]
distro_tracking: Updates for manual checks

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agopython: package static libraries correctly in -staticdev
Saul Wold [Tue, 13 Mar 2012 19:24:14 +0000 (12:24 -0700)]
python: package static libraries correctly in -staticdev

WARNING: QA Issue: non -staticdev package contains static .a library: python-distutils path '/work/i586-poky-linux/python-2.7.2-r1.7/packages-split/python-distutils/usr/lib/python2.7/config/libpython2.7.a'
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agorpm: Package python-rpm static archive correctly
Saul Wold [Tue, 13 Mar 2012 19:17:27 +0000 (12:17 -0700)]
rpm: Package python-rpm static archive correctly

WARNING: QA Issue: non -staticdev package contains static .a library: python-rpm path '/work/i586-poky-linux/rpm-5.4.0-r34/packages-split/python-rpm/usr/lib/python2.7/rpm/_rpmmodule.a'
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoautoconf: remove emacs mode files to fix warnings
Saul Wold [Tue, 13 Mar 2012 18:38:45 +0000 (11:38 -0700)]
autoconf: remove emacs mode files to fix warnings

WARNING: For recipe autoconf, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/share/emacs
WARNING:   /usr/share/emacs/site-lisp
WARNING:   /usr/share/emacs/site-lisp/autotest-mode.elc
WARNING:   /usr/share/emacs/site-lisp/autotest-mode.el
WARNING:   /usr/share/emacs/site-lisp/autoconf-mode.el
WARNING:   /usr/share/emacs/site-lisp/autoconf-mode.elc
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoquilt: Fix docs packaging warnings
Saul Wold [Tue, 13 Mar 2012 18:37:54 +0000 (11:37 -0700)]
quilt: Fix docs packaging warnings

WARNING: For recipe quilt, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/share/doc
WARNING:   /usr/share/doc/quilt
WARNING:   /usr/share/doc/quilt/README
WARNING:   /usr/share/doc/quilt/quilt.pdf
WARNING:   /usr/share/doc/quilt/README.MAIL
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoltp: Package static library in -staticdev
Saul Wold [Tue, 13 Mar 2012 18:31:54 +0000 (11:31 -0700)]
ltp: Package static library in -staticdev

WARNING: QA Issue: non -staticdev package contains static .a library: ltp path '/work/i586-poky-linux/ltp-20120104-r0/packages-split/ltp/opt/ltp/lib/libmem.a'
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoowl-video: Fix unpackaged file warning
Saul Wold [Tue, 13 Mar 2012 18:30:17 +0000 (11:30 -0700)]
owl-video: Fix unpackaged file warning

WARNING: For recipe owl-video, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/share/video
WARNING:   /usr/share/video/gtk-fullscreen.png
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agodates: Fix unpackaged files warning
Richard Purdie [Tue, 13 Mar 2012 14:52:09 +0000 (14:52 +0000)]
dates: Fix unpackaged files warning

This directory isn't needed so remove it and resolve the warning:

WARNING: For recipe dates, the following files/directories were installed but not shipped in any package:
WARNING:   /srv

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoalsa-utils: Ensure state directory is packaged
Richard Purdie [Tue, 13 Mar 2012 14:49:16 +0000 (14:49 +0000)]
alsa-utils: Ensure state directory is packaged

This adds the localstatedir to the alsactl package to avoid the warnings:

WARNING: For recipe alsa-utils, the following files/directories were installed but not shipped in any package:
WARNING:   /var
WARNING:   /var/lib
WARNING:   /var/lib/alsa

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoppp: Clean up PACKAGES vs. variable mismatch and drop unused RDEPENDS
Richard Purdie [Tue, 13 Mar 2012 13:05:59 +0000 (13:05 +0000)]
ppp: Clean up PACKAGES vs. variable mismatch and drop unused RDEPENDS

The RPDEPENDS format is wrong and couldn't have been doing anything useful. The
mismatch between PACKAGES and the DESCRIPTION_* and FILES_*  variable names could
confuse the system under certain conditions so this is a good cleanup to make.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoppp: Fix unpackaged files warnings
Richard Purdie [Tue, 13 Mar 2012 13:02:32 +0000 (13:02 +0000)]
ppp: Fix unpackaged files warnings

This patch packages a couple of modules for ppp to resolve the warnings:

WARNING: For recipe ppp, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/lib/pppd/2.4.5/pppol2tp.so
WARNING:   /usr/lib/pppd/2.4.5/openl2tp.so

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibxslt: Fix unpackaged directory warning
Richard Purdie [Tue, 13 Mar 2012 12:57:08 +0000 (12:57 +0000)]
libxslt: Fix unpackaged directory warning

Fixes the warning:

WARNING: For recipe libxslt, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/lib/libxslt-plugins

It makes sense for the package to own the plugins directory.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoxf86-video-vmware: Fix unpackaged driectory warning
Richard Purdie [Tue, 13 Mar 2012 12:55:04 +0000 (12:55 +0000)]
xf86-video-vmware: Fix unpackaged driectory warning

Fixes the warning:

WARNING: For recipe xf86-video-vmware, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/bin

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>