]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
13 years agodbus-glib: upgrade to 0.98
Dongxiao Xu [Thu, 15 Mar 2012 04:43:57 +0000 (12:43 +0800)]
dbus-glib: upgrade to 0.98

Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agoglib-2.0: upgrade to 2.30.3
Shane Wang [Thu, 15 Mar 2012 02:47:24 +0000 (10:47 +0800)]
glib-2.0: upgrade to 2.30.3

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agoxserver-kdrive: compile xserver without dtrace support
Lauri Hintsala [Tue, 20 Mar 2012 12:58:02 +0000 (14:58 +0200)]
xserver-kdrive: compile xserver without dtrace support

Cross compiling of xserver-kdrive fails if dtrace is enabled. Configure
script enables dtrace automatically if dtrace binary exists. xserver-kdrive
compiling was failed if systemtap package was builded beforehand because
systemtap provides dtrace binary.

Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosysvinit-inittab: Fixed license warning.
Lianhao Lu [Tue, 20 Mar 2012 02:36:11 +0000 (10:36 +0800)]
sysvinit-inittab: Fixed license warning.

WARNING: .../sysvinit-inittab-2.88dsf-r6/sysvinit-2.88dsf/COPYING could
not be copied for some reason. It may not exist. WARN for now.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoblktrace: update to version 1.0.5
Tom Zanussi [Fri, 16 Mar 2012 13:23:09 +0000 (08:23 -0500)]
blktrace: update to version 1.0.5

Update blktrace to reflect the newer 1.0.5 tag.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
13 years agoqt-mobility: fix build in the absence of opengl
Ciprian Ciubotariu [Fri, 16 Mar 2012 15:56:09 +0000 (17:56 +0200)]
qt-mobility: fix build in the absence of opengl

QMake pro files don't explicitly define QT_NO_OPENGL if the
configuration lacks opengl, but example code relies on this define.

[rebased to current code - sgw]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoalsa-utils: move ${datadir}/init files to alsactl package.
Enric Balletbo i Serra [Mon, 19 Mar 2012 14:43:27 +0000 (15:43 +0100)]
alsa-utils: move ${datadir}/init files to alsactl package.

The alsa-utils-speakertest contains some files from ${datadir} directory
that are not correct, the files from  ${datadir}/init directory should
be included in alsa-utils-alsactl package instead.

This patch moves the ${datadir}/init files to alsactl package and fixes
following error at boot stage:

  /usr/sbin/alsactl: parse:1655: Unable to open file '/usr/share/alsa/init/00main': No such file or directory

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
13 years agopackage_rpm.bbclass: fix bashims at rpm_common_comand() method
Otavio Salvador [Sat, 17 Mar 2012 17:50:57 +0000 (17:50 +0000)]
package_rpm.bbclass: fix bashims at rpm_common_comand() method

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Cc: Daiane Angolini <daiane.angolini@freescale.com>
13 years agobitbake.conf: Exclude some variables when calculating cache hash
Dongxiao Xu [Fri, 16 Mar 2012 07:07:40 +0000 (15:07 +0800)]
bitbake.conf: Exclude some variables when calculating cache hash

Some variables are not needed when calculating cache's hash, this
commit removes them.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agonative.bbclass: make TOOLCHAIN_OPTIONS empty
Robert Yang [Thu, 15 Mar 2012 13:50:59 +0000 (21:50 +0800)]
native.bbclass: make TOOLCHAIN_OPTIONS empty

The native pkg doesn't need the TOOLCHAIN_OPTIONS, but it maybe used by
native pkgs, for example, the cmake.bbclass uses TOOLCHAIN_OPTIONS:

OECMAKE_C_FLAGS ?= "${HOST_CC_ARCH} ${TOOLCHAIN_OPTIONS} ${CPPFLAGS}"

and TOOLCHAIN_OPTIONS is:
TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}"

If a native pkg inherits cmake.bbclass, then:
TOOLCHAIN_OPTIONS = " --sysroot="

and OECMAKE_C_FLAGS would be:
${HOST_CC_ARCH} --sysroot= ${CPPFLAGS}

This would cause unexpected errors, I think that we can make
TOOLCHAIN_OPTIONS empty in native.bbclass since native pkg doesn't need
it.

[YOCTO #2124]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
13 years agogdk-pixbuf: Disable xlib library since we don't have anything needing this as yet...
Richard Purdie [Mon, 19 Mar 2012 15:53:55 +0000 (15:53 +0000)]
gdk-pixbuf: Disable xlib library since we don't have anything needing this as yet and no libx11 DEPENDS

This is currently causing builds not to be deterministic.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoapt: Fix parallel make race
Richard Purdie [Mon, 19 Mar 2012 15:55:20 +0000 (15:55 +0000)]
apt: Fix parallel make race

I was just going to turn off parallel make but ended up fixing this properly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoSimple typo in qemuarm.conf file: "versaile" -> "versatile"
Robert P. J. Day [Mon, 19 Mar 2012 16:58:10 +0000 (12:58 -0400)]
Simple typo in qemuarm.conf file: "versaile" -> "versatile"

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolttng-modules: fix compliation error with 3.2.x -stable kernels
Bruce Ashfield [Mon, 19 Mar 2012 17:53:57 +0000 (13:53 -0400)]
lttng-modules: fix compliation error with 3.2.x -stable kernels

recent -stable kernels have their own fallback definition of is_compat_task

   #define is_compat_task() (0)

To protect against this double definition of is_compat_task we can check
to see if it is already defined, and skip the lttng variant.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopigz: Ensure DEPENDS on zlib exists for native and target versions
Richard Purdie [Sun, 18 Mar 2012 00:02:22 +0000 (00:02 +0000)]
pigz: Ensure DEPENDS on zlib exists for native and target versions

This avoids a build failure for the target version when zlib hasn't built yet.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodefault-providers: Set pigz-native as the default provider for gzip-native
Richard Purdie [Sun, 18 Mar 2012 00:02:34 +0000 (00:02 +0000)]
default-providers: Set pigz-native as the default provider for gzip-native

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistro_tracking: update the recipe info for manual check
Shane Wang [Tue, 13 Mar 2012 05:45:13 +0000 (13:45 +0800)]
distro_tracking: update the recipe info for manual check

Signed-off-by: Shane Wang <shane.wang@intel.com>
13 years agodistro-tracking: update status of recipes
Nitin A Kamble [Thu, 15 Mar 2012 01:53:05 +0000 (18:53 -0700)]
distro-tracking: update status of recipes

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agodistro_tracking: update sudo, at, base-passwd
Scott Garman [Thu, 15 Mar 2012 15:20:31 +0000 (08:20 -0700)]
distro_tracking: update sudo, at, base-passwd

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agobase-passwd: upgrade to 3.5.24
Scott Garman [Thu, 15 Mar 2012 00:14:43 +0000 (17:14 -0700)]
base-passwd: upgrade to 3.5.24

Includes minor formatting cleanups.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agoat: upgrade to 3.1.13
Scott Garman [Wed, 14 Mar 2012 23:39:08 +0000 (16:39 -0700)]
at: upgrade to 3.1.13

Moved patches into a common directory.
Added SOB to use-ldflags.patch.
Removed nonstripbinaries patch which was included in this release.
Minor formatting cleanups.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agosudo: upgrade to 1.8.4p4
Scott Garman [Wed, 14 Mar 2012 23:29:40 +0000 (16:29 -0700)]
sudo: upgrade to 1.8.4p4

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agolttng-modules: Fix setting of KERNEL_DIR
Saul Wold [Sun, 18 Mar 2012 19:12:06 +0000 (12:12 -0700)]
lttng-modules: Fix setting of KERNEL_DIR

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoslang: fix typo in rpathfix.patch
Saul Wold [Fri, 16 Mar 2012 22:17:17 +0000 (15:17 -0700)]
slang: fix typo in rpathfix.patch

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoghostscript: fix typo in packaging
Saul Wold [Sat, 17 Mar 2012 00:23:11 +0000 (17:23 -0700)]
ghostscript: fix typo in packaging

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agognome-desktop: fix package warnings
Saul Wold [Fri, 16 Mar 2012 23:21:35 +0000 (16:21 -0700)]
gnome-desktop: fix package warnings

WARNING: For recipe gnome-desktop, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/share/libgnome-desktop
WARNING:   /usr/share/libgnome-desktop/pnp.ids
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agomake 3.81: add GPLv2 version
Saul Wold [Fri, 16 Mar 2012 23:52:31 +0000 (16:52 -0700)]
make 3.81: add GPLv2 version

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agomake: Add toplevel COPYING File and move BBCLASSEXTEND
Saul Wold [Fri, 16 Mar 2012 23:51:59 +0000 (16:51 -0700)]
make: Add toplevel COPYING File and move BBCLASSEXTEND

BBCLASSEXTEND is moved so that bitbake can use the most recent make
instead of the older version when GPLv3 is set as an INCOMPATIBLE_LICENSE

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agomktemp: fix packaging warnings
Saul Wold [Fri, 16 Mar 2012 23:13:10 +0000 (16:13 -0700)]
mktemp: fix packaging warnings

WARNING: For recipe mktemp, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/bin
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoqt4: add RPROVIDES/RREPLACES for qmake2 recipe
Paul Eggleton [Fri, 16 Mar 2012 18:54:02 +0000 (18:54 +0000)]
qt4: add RPROVIDES/RREPLACES for qmake2 recipe

OE-Classic and meta-oe provide a qmake2 recipe; since this has been
obsoleted by the recent change to provide qmake within the tools package
and (in the latter case) will soon be removed, add an RREPLACES to aid
upgrades and RPROVIDES to make it easy to install.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agoiproute2: fix unpackaged files warning
Paul Eggleton [Fri, 16 Mar 2012 18:44:38 +0000 (18:44 +0000)]
iproute2: fix unpackaged files warning

Fixes the following warnings:
WARNING: For recipe iproute2, the following files/directories were installed but not shipped in any package:
WARNING:   /lib
WARNING:   /lib/tc

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agobuildhistory: avoid reruns of do_package
Paul Eggleton [Fri, 16 Mar 2012 14:56:37 +0000 (14:56 +0000)]
buildhistory: avoid reruns of do_package

Avoid triggering a rerun of all do_package* tasks when OEBasicHash
signature generator is being used and the buildhistory package code or
any of the package related variables change.

Note that adding and removing INHERIT of buildhistory will still force
this rebuild - use the newly added BUILDHISTORY_FEATURES variable to
enable and disable buildhistory instead in order to avoid this.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agobuildhistory: allow disabling image and/or package history
Paul Eggleton [Fri, 16 Mar 2012 11:37:22 +0000 (11:37 +0000)]
buildhistory: allow disabling image and/or package history

Add a BUILDHISTORY_FEATURES variable which can be set to "" to disable
buildhistory with the class still inherited.

BUILDHISTORY_FEATURES by default contains two items - image and package.
You can use these to disable the image and package history functions
individually - this is particularly useful if you want to get the image
contents and dependency graphs but don't need the package history.

Additionally, ensure we quit shell procedures gracefully by using return
instead of exit.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agobuildhistory_analysis: fix duplicate PE/PV/PR in related fields
Paul Eggleton [Thu, 15 Mar 2012 22:37:39 +0000 (22:37 +0000)]
buildhistory_analysis: fix duplicate PE/PV/PR in related fields

Since PE, PV and PR appear in both the recipe history and package
history files these were showing up twice when they were added as
related fields to monitored changes. Only add them when the path is
exactly the same.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agoclasses/image: avoid cp race condition when building multiple images
Paul Eggleton [Fri, 16 Mar 2012 11:43:44 +0000 (11:43 +0000)]
classes/image: avoid cp race condition when building multiple images

Avoid a race condition when building multiple images by ignoring a
failure to copy the README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt
to DEPLOY_DIR_IMAGE.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agogit: fix packaging warnings
Nitin A Kamble [Fri, 16 Mar 2012 18:53:19 +0000 (11:53 -0700)]
git: fix packaging warnings

This commits fixes these packaging warnings
 WARNING: For recipe git, the following files/directories were installed
but not shipped in any package:
 WARNING:   /usr/lib/perl-native
 WARNING:   /usr/lib/perl-native/perl
 WARNING:   /usr/lib/perl-native/perl/5.14.2
 WARNING:   /usr/lib/perl-native/perl/5.14.2/Git.pm
 WARNING:   /usr/lib/perl-native/perl/5.14.2/perllocal.pod
 WARNING:   /usr/lib/perl-native/perl/5.14.2/auto
 WARNING:   /usr/lib/perl-native/perl/5.14.2/auto/Git
 WARNING:   /usr/lib/perl-native/perl/5.14.2/auto/Git/.packlist

PR not bumped because no change in the output packages.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agopython-pycurl: fix packaging warnings
Nitin A Kamble [Fri, 16 Mar 2012 18:43:08 +0000 (11:43 -0700)]
python-pycurl: fix packaging warnings

This commit fixes these packaging warnings:
 WARNING: For recipe python-pycurl, the following files/directories were
installed but not shipped in any package:
 WARNING:   /usr/share/share

PR not bumber because no change in the output packages.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
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>