]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
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>
13 years agomatchbox-keyboard: Fix unpackaged files warning
Richard Purdie [Tue, 13 Mar 2012 12:53:11 +0000 (12:53 +0000)]
matchbox-keyboard: Fix unpackaged files warning

Addresses the warnings:

WARNING: For recipe matchbox-keyboard, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/lib/gtk-2.0/2.10.0/immodules/libmb-im-invoker.la
WARNING:   /usr/lib/matchbox-panel/libkeyboard.la

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodocbook-utils: Add check to not sed files twice
Saul Wold [Tue, 13 Mar 2012 21:11:56 +0000 (14:11 -0700)]
docbook-utils: Add check to not sed files twice

This comes about from the code configure code getting run
multiple times on the same WORKDIR and re-sed'ing already
modified files.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agogettext: Set the LICENSE field to GPLv3+
Saul Wold [Mon, 12 Mar 2012 22:27:11 +0000 (15:27 -0700)]
gettext: Set the LICENSE field to GPLv3+

This change is needed because currently the INCOMPATIBLE_LICENSE
checking code does not map between SPDX and older style naming
(GPL-3+ vs GPLv3+).  Yocto bug number 2093 filed to track this.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoinitscripts: test whether /etc/init.d/hwclock.sh exists
Andreas Oberritter [Tue, 13 Mar 2012 19:14:40 +0000 (20:14 +0100)]
initscripts: test whether /etc/init.d/hwclock.sh exists

* bootmisc.sh executes /etc/init.d/hwclock.sh, which
  is optional (depends on CONFIG_HWCLOCK in busybox).

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
13 years agomtd-utils: clean up old files
James Limbouris [Tue, 28 Feb 2012 06:25:46 +0000 (14:25 +0800)]
mtd-utils: clean up old files

Signed-off-by: James Limbouris <james@digitalmatter.com.au>
13 years agoxinit: Update to 1.3.2 -- Typo fix.
Randy MacLeod [Tue, 13 Mar 2012 16:00:19 +0000 (12:00 -0400)]
xinit: Update to 1.3.2 -- Typo fix.

On 12-02-02 06:47 PM, Saul Wold wrote:
> Signed-off-by: Saul Wold<sgw@linux.intel.com>
> ---
>   .../xorg-app/{xinit_1.3.1.bb =>  xinit_1.3.2.bb}    |    6 +++---
>   1 files changed, 3 insertions(+), 3 deletions(-)
>   rename meta/recipes-graphics/xorg-app/{xinit_1.3.1.bb =>  xinit_1.3.2.bb} (79%)
>
> diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> similarity index 79%
> rename from meta/recipes-graphics/xorg-app/xinit_1.3.1.bb
> rename to meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> index 2ddebe6..e029a03 100644
> --- a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb
> +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> @@ -10,11 +10,11 @@ then terminate."
>
>   LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407"
>
> -PR = "r2"
> +PR = "r0"
>   PE = "1"
>
> -SRC_URI[md5sum] = "ee234056d8a3dbf37b61b4bcb35b88e4"
> -SRC_URI[sha256sum] = "c7468dfae94bdb42785d79623c27156dc4bf379d8372992830482cb04d8439b0"
> +RC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"
> +SRC_URI[sha256sum] = "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235"
>
>   EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie"
>
Fix this warning:
WARNING: Missing md5 SRC_URI checksum for
   /.../downloads/xinit-1.3.2.tar.bz2, consider adding to the recipe:
SRC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"

$ git diff meta/recipes-graphics/xorg-app/xinit_1.3.2.bb

13 years agoRevert "gettext: do not set libncurses prefix explicitly"
Richard Purdie [Tue, 13 Mar 2012 23:13:35 +0000 (23:13 +0000)]
Revert "gettext: do not set libncurses prefix explicitly"

This reverts commit 37b9d140b5d55af4f77baab0c0b0343d8b5e8b6c since it caused
QA issues for several people. The ncurses location needs to be explicitly
specificed.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogettext: do not set libncurses prefix explicitly
Scott Garman [Mon, 12 Mar 2012 05:58:42 +0000 (22:58 -0700)]
gettext: do not set libncurses prefix explicitly

The --with-libncurses-prefix configure option was added before
this recipe had ncurses in DEPENDS, so it should be safe to
remove it.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agoncurses: move only libncurses and libtinfo to base_libdir
Scott Garman [Sat, 10 Mar 2012 04:47:12 +0000 (20:47 -0800)]
ncurses: move only libncurses and libtinfo to base_libdir

The previous approach to moving the ncurses libraries to
base_libdir was too aggressive, and it broke curses support
in python.

Instead, move only libncurses, libncursesw, and libtinfo to
base_libdir and leave the remaining libraries in libdir.

Also delete ${libdir}/terminfo as it never gets packaged to
avoid a QA warning.

This fixes [YOCTO #2070] and is a partial fix for [YOCTO #1937].

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agopath.py: add make_relative_symlink method
Scott Garman [Tue, 13 Mar 2012 00:07:19 +0000 (17:07 -0700)]
path.py: add make_relative_symlink method

This method allows you to convert an absolute symlink into a
relative one.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agopython, python-native: bump PR
Andreas Oberritter [Mon, 12 Mar 2012 21:24:12 +0000 (22:24 +0100)]
python, python-native: bump PR

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
13 years agopython-native: distutils: don't use libdir, remove dead code path
Andreas Oberritter [Mon, 12 Mar 2012 21:24:11 +0000 (22:24 +0100)]
python-native: distutils: don't use libdir, remove dead code path

* Coming from OE-classic it was surprising that python-native now
  requires 'libdir' to be exported. Otherwise autoconf would fail
  to detect python libraries. This happend using a customized
  environment setup script to use OE's compiler and libs without
  bitbake.
* Use STAGING_LIBDIR instead of libdir.
* While at it, remove redundant 'and' statments.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
13 years agopython: depend on bzip2
Andreas Oberritter [Mon, 12 Mar 2012 21:24:10 +0000 (22:24 +0100)]
python: depend on bzip2

* Python auto-detects libbz2 and there's no way to
  force-disable it, so just enable it.
* Adds bz2 support to python-compression.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
13 years agopython: regenerate plat-linux2/*.py
Andreas Oberritter [Mon, 12 Mar 2012 21:24:09 +0000 (22:24 +0100)]
python: regenerate plat-linux2/*.py

* If plat-linux2/DLFCN.py was present, python was broken in our
  image, i.e. it was unable to load many modules. This was due
  to changed RTLD_* constants in dlfcn.h
* Python includes a script, plat-linux2/regen, to regenerate
  the py source codes in this directory.
* Do what plat-linux2/regen would do, but use files from
  STAGING_INCDIR.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
13 years agopython, python-native: always set platform to linux2
Andreas Oberritter [Mon, 12 Mar 2012 21:24:08 +0000 (22:24 +0100)]
python, python-native: always set platform to linux2

* Fixes many problems with linux2 vs. linux3. At least:
  - Detected version was from build-host instead of target-host.
  - linuxaudiodev and ossaudiodev were disabled for linux3.
  - Files were missing in /usr/lib/python2.7/plat-linux3.
* Imported from upstream HG rev c816479f6aaf
* Bugtracker URL: http://bugs.python.org/issue12326

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
13 years agolinux-firmware: fix permissions of installed files
Andreas Oberritter [Sat, 10 Mar 2012 02:31:26 +0000 (03:31 +0100)]
linux-firmware: fix permissions of installed files

* The previous copy command preserved the original
  owner and permission bits.
* The new command uses root:root and applies OE's
  umask.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
13 years agoutil-linux: explicitly disable udev
Andreas Oberritter [Fri, 9 Mar 2012 17:00:38 +0000 (18:00 +0100)]
util-linux: explicitly disable udev

* util-linux auto-detects libudev for lsblk, so
  disable it, because it's not listed in DEPENDS.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
13 years agopackage.bbclass: sort dynamically generated packages
Andreas Oberritter [Fri, 9 Mar 2012 21:34:40 +0000 (22:34 +0100)]
package.bbclass: sort dynamically generated packages

* do_split_packages and package_do_split_locales dynamically add
  packages in order of appearance of os.walk() or os.listdir().
  This order varies between multiple build hosts (and probably
  also between successive builds).
* Sort the list of dynamically added packages, to get a consistent
  and reproducible order.
* This reduces the diffs in buildhistory and improves
  comparability between builds.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
13 years agoconnman: update to 0.79
Otavio Salvador [Tue, 6 Mar 2012 19:40:47 +0000 (19:40 +0000)]
connman: update to 0.79

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoimage_types: ensure .rootfs.ext3 is created before vmdk is created.
Dexuan Cui [Fri, 9 Mar 2012 07:05:12 +0000 (15:05 +0800)]
image_types: ensure .rootfs.ext3 is created before vmdk is created.

In the case of self-hosted-image.bb, IMAGE_FSTYPES = "vmdk", so the
variables alltypes and subimages don't contain ext3, and  .rootfs.ext3
won't be created, and finally the generated .hddimg and .vmdk don't have
an actual rootfs -- the size of the .vmdk file is only about 9MB.

[YOCTO #2067]

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agoudev-164: fixup "don't hardcode path to pidof"
Andreas Oberritter [Thu, 8 Mar 2012 21:24:21 +0000 (22:24 +0100)]
udev-164: fixup "don't hardcode path to pidof"

* Remove -e shell option, because pidof may return nonzero.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
13 years agoqt4: fix deps in libQtWebkit.la and QtWebKit.pc
Andreas Oberritter [Wed, 7 Mar 2012 20:36:28 +0000 (21:36 +0100)]
qt4: fix deps in libQtWebkit.la and QtWebKit.pc

* Both files contain -L../../WebCore/release -L../../JavaScriptCore/release -lwebcore -ljscore
* These paths and libs don't get installed.
* When building a shared lib with libtool, that links
  with libQtWebKit, libtool adds these unneeded parameters
  to the linker command-line, thus linking fails.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
13 years agoimage-vmdk: add NOISO to disable iso image creation since it's not needed
Saul Wold [Thu, 8 Mar 2012 19:41:16 +0000 (11:41 -0800)]
image-vmdk: add NOISO to disable iso image creation since it's not needed

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agotrace-cmd: modifying License information
Jeff Lance [Tue, 6 Mar 2012 18:53:49 +0000 (12:53 -0600)]
trace-cmd: modifying License information

* Adding "GPLv2 & LGPLv2.1" to create a dual license to cover the libraries.
* Bump up PR

Signed-off-by: Jeff Lance <j-lance1@ti.com>
13 years agodpkg: rename postinst trigger script
Otavio Salvador [Sat, 3 Mar 2012 17:52:29 +0000 (17:52 +0000)]
dpkg: rename postinst trigger script

Use 'run-postinsts' as trigger script name as it describes better the
intent of it.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoopkg: rename postinst trigger script
Otavio Salvador [Sat, 3 Mar 2012 17:34:36 +0000 (17:34 +0000)]
opkg: rename postinst trigger script

Use 'run-postinsts' as trigger script name as it describes better the
intent of it.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agorootfs_rpm.bbclass: rename postinst trigger script
Otavio Salvador [Sat, 3 Mar 2012 17:31:18 +0000 (17:31 +0000)]
rootfs_rpm.bbclass: rename postinst trigger script

Use 'run-postinsts' as trigger script name as it describes better the
intent of it.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoimage.bbclass: fix rootfs generation without package management tools
Otavio Salvador [Sat, 3 Mar 2012 04:12:18 +0000 (04:12 +0000)]
image.bbclass: fix rootfs generation without package management tools

When building without package management tools the
ROOTFS_BOOTSTRAP_INSTALL packages need to be available to provide the
bare minimal for rootfs unconfigure postinsts to be on first boot.

Those packages where being include in core-image.bbclass' based images
however every image needs those available for proper rootfs generation.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agorun-postinsts: fix opkg data path
Otavio Salvador [Sat, 3 Mar 2012 17:29:02 +0000 (17:29 +0000)]
run-postinsts: fix opkg data path

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoglib-2.0: Add Upstream Status for nodbus.patch
Saul Wold [Tue, 6 Mar 2012 16:43:58 +0000 (08:43 -0800)]
glib-2.0: Add Upstream Status for nodbus.patch

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agolinux-yocto: respect FILESPATH directories
Bruce Ashfield [Fri, 2 Mar 2012 16:36:07 +0000 (11:36 -0500)]
linux-yocto: respect FILESPATH directories

During the work to enhance the ability to specify out of tree kernel
features, an assumption was made about PN being part of a patch
path. This assumption is incorrect, since patches can be anywhere in
the valid FILESPATH.

To make locating the patches in WORKDIR simple, we can just query
patch.bbclass and return both the absolute directory of the patch
and the subdirectory as it was specified on the src_uri.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agoxserver-xorg: Remove unneeded empty directory, fixing QA warning
Richard Purdie [Tue, 13 Mar 2012 00:09:03 +0000 (00:09 +0000)]
xserver-xorg: Remove unneeded empty directory, fixing QA warning

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopython-pycairo: Fix incorrect versions in license field
Richard Purdie [Mon, 12 Mar 2012 23:27:14 +0000 (23:27 +0000)]
python-pycairo: Fix incorrect versions in license field

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agorpm: Add rpmdeps-oecore to appropriate package
Richard Purdie [Mon, 12 Mar 2012 23:24:12 +0000 (23:24 +0000)]
rpm: Add rpmdeps-oecore to appropriate package

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobluez4: Ensure the plugins directory is packaged to avoid warnings
Richard Purdie [Mon, 12 Mar 2012 23:22:41 +0000 (23:22 +0000)]
bluez4: Ensure the plugins directory is packaged to avoid warnings

This makes sense in this case even if its empty since this package is the
correct owner for it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoqemu-config: Clarify license as GPLv2
Richard Purdie [Mon, 12 Mar 2012 23:20:11 +0000 (23:20 +0000)]
qemu-config: Clarify license as GPLv2

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolicense.bbclass: Add mapping for LGPLv2.0, pango uses it
Richard Purdie [Mon, 12 Mar 2012 23:18:21 +0000 (23:18 +0000)]
license.bbclass: Add mapping for LGPLv2.0, pango uses it

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoperl: Clarify LICENSE with versions. Yes, its really GPLv1
Richard Purdie [Mon, 12 Mar 2012 23:14:19 +0000 (23:14 +0000)]
perl: Clarify LICENSE with versions. Yes, its really GPLv1

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoshadow: Correct license Artistic -> Artistic-1.0
Richard Purdie [Mon, 12 Mar 2012 23:08:00 +0000 (23:08 +0000)]
shadow: Correct license Artistic -> Artistic-1.0

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoboost: Correct license name BSL-1 -> BSL-1.0
Richard Purdie [Mon, 12 Mar 2012 22:33:10 +0000 (22:33 +0000)]
boost: Correct license name BSL-1 -> BSL-1.0

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agognome-doc-utils: Clarify license as GPLv2 and LGPLv2.1
Richard Purdie [Mon, 12 Mar 2012 22:28:56 +0000 (22:28 +0000)]
gnome-doc-utils: Clarify license as GPLv2 and LGPLv2.1

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogtk-doc: Clarify license as GPLv2
Richard Purdie [Mon, 12 Mar 2012 22:26:23 +0000 (22:26 +0000)]
gtk-doc: Clarify license as GPLv2

The .m4 file has no details but the upstream project is clearly GPLv2
so update the LICENSE file to match.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agowireless-tools: Clarify LICENSE field to avoid warnings
Richard Purdie [Mon, 12 Mar 2012 22:13:47 +0000 (22:13 +0000)]
wireless-tools: Clarify LICENSE field to avoid warnings

The source is unclear which version of the license applies. Since BSD is listed,
we have plenty of choice so lets pick some versions. Most people would pick
BSD out of the three anyway.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomatchbox-session: Clarify LICENSE as GPLv2
Richard Purdie [Mon, 12 Mar 2012 21:44:37 +0000 (21:44 +0000)]
matchbox-session: Clarify LICENSE as GPLv2

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibrsvg: Fix unpackaged directory warnings
Richard Purdie [Mon, 12 Mar 2012 21:30:15 +0000 (21:30 +0000)]
librsvg: Fix unpackaged directory warnings

This patch fixes the QA warnings:

WARNING: For recipe librsvg, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/lib/gtk-3.0
WARNING:   /usr/lib/gtk-3.0/engines

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosato-screenshot: Remove unneeded .la file
Richard Purdie [Mon, 12 Mar 2012 21:24:48 +0000 (21:24 +0000)]
sato-screenshot: Remove unneeded .la file

This resolves the QA warning:

WARNING: For recipe sato-screenshot, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/lib/matchbox-panel/libscreenshot.la

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoxf86-input-vmmouse: Package unpackaged files
Richard Purdie [Mon, 12 Mar 2012 21:22:47 +0000 (21:22 +0000)]
xf86-input-vmmouse: Package unpackaged files

This addresses the QA warnings:

WARNING: For recipe xf86-input-vmmouse, the following files/directories were installed but not shipped in any package:
WARNING:   /lib
WARNING:   /lib/udev
WARNING:   /lib/udev/rules.d
WARNING:   /lib/udev/rules.d/69-xorg-vmmouse.rules
WARNING:   /usr/share/X11
WARNING:   /usr/share/hal
WARNING:   /usr/share/X11/xorg.conf.d
WARNING:   /usr/share/X11/xorg.conf.d/50-vmmouse.conf
WARNING:   /usr/share/hal/fdi
WARNING:   /usr/share/hal/fdi/policy
WARNING:   /usr/share/hal/fdi/policy/20thirdparty
WARNING:   /usr/share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi
WARNING:   /usr/lib/hal
WARNING:   /usr/lib/hal/hal-probe-vmmouse

The hal files are simply deleted, we don't care about hal.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoleafpad: Package currently unpackaged files.
Richard Purdie [Mon, 12 Mar 2012 21:03:09 +0000 (21:03 +0000)]
leafpad: Package currently unpackaged files.

This resolves the QA warning:

WARNING: For recipe leafpad, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/share/icons
WARNING:   /usr/share/icons/hicolor
WARNING:   /usr/share/icons/hicolor/16x16
WARNING:   /usr/share/icons/hicolor/22x22
WARNING:   /usr/share/icons/hicolor/scalable
WARNING:   /usr/share/icons/hicolor/32x32
WARNING:   /usr/share/icons/hicolor/24x24
WARNING:   /usr/share/icons/hicolor/16x16/apps
WARNING:   /usr/share/icons/hicolor/16x16/apps/leafpad.png
WARNING:   /usr/share/icons/hicolor/22x22/apps
WARNING:   /usr/share/icons/hicolor/22x22/apps/leafpad.png
WARNING:   /usr/share/icons/hicolor/scalable/apps
WARNING:   /usr/share/icons/hicolor/scalable/apps/leafpad.svg
WARNING:   /usr/share/icons/hicolor/32x32/apps
WARNING:   /usr/share/icons/hicolor/32x32/apps/leafpad.png
WARNING:   /usr/share/icons/hicolor/24x24/apps
WARNING:   /usr/share/icons/hicolor/24x24/apps/leafpad.png

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agocmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATH
Nitin A Kamble [Mon, 12 Mar 2012 16:28:10 +0000 (09:28 -0700)]
cmake.bbclass: add ${base_libdir} to CMAKE_LIBRARY_PATH

Some libraries like libcrypto.so are installed at base_libdir
instead of libdir. So add the base_libdir to CMAKE_LIBRARY_PATH
so that these libraries can be found correctly.

This resolves an issues with libzypp, which was not finding the
libcrypo library correctly in an x32 build.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoxorg-xserver: Explictly disable dtrace, its not in DEPENDS
Richard Purdie [Mon, 12 Mar 2012 12:15:23 +0000 (12:15 +0000)]
xorg-xserver: Explictly disable dtrace, its not in DEPENDS

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomesa-dri-glsl-native: Avoid error when running configure a second time
Richard Purdie [Mon, 12 Mar 2012 12:14:45 +0000 (12:14 +0000)]
mesa-dri-glsl-native: Avoid error when running configure a second time

This avoids the error:

ln: creating symbolic link `/media/data1/build1/poky/build/tmp/work/x86_64-linux/mesa-dri-glsl-native-7.11-r0/Mesa-7.11/src/glsl//../../configs/current': File exists

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibx11-trim/diet: Ensure libx11-locale doesn't trigger multiple provider issues
Richard Purdie [Mon, 12 Mar 2012 02:27:39 +0000 (02:27 +0000)]
libx11-trim/diet: Ensure libx11-locale doesn't trigger multiple provider issues

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopackage.bbclass: Drop python depends from rpmdeps
Richard Purdie [Sun, 11 Mar 2012 18:26:15 +0000 (18:26 +0000)]
package.bbclass: Drop python depends from rpmdeps

This python depends is added by rpmdeps every time it finds a python
script. This is not necessary since we handle this in otherways. It
also breaks things like nativesdk since the dependency is not renamed.
The easiest solution is just to ignore this dependency.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agorpm 5.4.0: Add rpmdeps-oecore to replace rpmdeps for package.bbclass
Richard Purdie [Fri, 9 Mar 2012 06:14:04 +0000 (14:14 +0800)]
rpm 5.4.0: Add rpmdeps-oecore to replace rpmdeps for package.bbclass

This is a performance enhancement by adding a binary allowing batch processing
of individual file dependencies. The second patch in this series uses the binary
this patch creates.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopackage_ipk.bbclass: Ensure Source is set to something else packaging can fail
Richard Purdie [Fri, 9 Mar 2012 07:48:55 +0000 (23:48 -0800)]
package_ipk.bbclass: Ensure Source is set to something else packaging can fail

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoadt-installer: Corrected wrong environment file names.
Lianhao Lu [Wed, 7 Mar 2012 02:06:47 +0000 (10:06 +0800)]
adt-installer: Corrected wrong environment file names.

[YOCTO #2055]
1. Corrected the wrong environment file name for powerpc.

2. Removed unnecessary variables in adt_installer.conf.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoformfactor: use full path to fbset
Paul Eggleton [Tue, 6 Mar 2012 23:55:37 +0000 (23:55 +0000)]
formfactor: use full path to fbset

When using rootless X, /usr/sbin is not in PATH and thus running "fbset"
will fail; so specify /usr/sbin/fbset instead.

Fixes [YOCTO #1986]

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoprservice: Added sanity check for prservice connection.
Lianhao Lu [Wed, 7 Mar 2012 07:36:45 +0000 (15:36 +0800)]
prservice: Added sanity check for prservice connection.

Fixed bug [YOCTO #2052]. Added sanity check for variables of PRSERV_HOST
and PRSERV_PORT, also for the connection availabity of prservice.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobzip2: split into binary and library packages
Andreas Oberritter [Wed, 7 Mar 2012 21:03:17 +0000 (22:03 +0100)]
bzip2: split into binary and library packages

* Create libbz2 (and -dev, -staticdev), which can be
  installed without the bzip2 executables.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobitbake.conf: use empty SRC_URI by default
Andreas Oberritter [Thu, 8 Mar 2012 02:51:10 +0000 (03:51 +0100)]
bitbake.conf: use empty SRC_URI by default

* Otherwise, recipes that only append to SRC_URI instead of
  overwriting it will get the full path of the recipe written
  into the Source: field of the package.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogtk+: Amend upstream status of configure-nm.patch
James Limbouris [Thu, 8 Mar 2012 01:47:08 +0000 (09:47 +0800)]
gtk+: Amend upstream status of configure-nm.patch

Signed-off-by: James Limbouris <james@digitalmatter.com.au>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogdk-pixbuf: Pick up ${NM} from the environment.
James Limbouris [Thu, 8 Mar 2012 01:44:02 +0000 (09:44 +0800)]
gdk-pixbuf: Pick up ${NM} from the environment.

Signed-off-by: James Limbouris <james@digitalmatter.com.au>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agokernel.bbclass: Remove warnings for modutils and modprobe.d
Darren Hart [Wed, 7 Mar 2012 08:06:46 +0000 (00:06 -0800)]
kernel.bbclass: Remove warnings for modutils and modprobe.d

Fixes [Yocto #2036]

The source and build directories are unused, remove them.

The modutils and modprobe.d directories may be used if modules are built that
are either autoloaded or have modprobe.d entries. This isn't known at install
time, so check after the package split if these directories are empty and
remove them if they are.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoexternal-csl-toolchain: override PKGV, not PKGV_${PN}
Christopher Larson [Wed, 7 Mar 2012 16:24:25 +0000 (10:24 -0600)]
external-csl-toolchain: override PKGV, not PKGV_${PN}

This is needed to ensure that the RDEPENDS_${PN}-dev,
RDEPENDS_${PN}-staticdev, and RRECOMMENDS_${PN}-dbg are accurate with respect
to the PKGV of the ${PN} package, and incidentally fixes an rpm packaging
issue, as rpm dislikes the recipe PV as PKGV.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoxz: split out liblzma as seperate packages
Koen Kooi [Tue, 6 Mar 2012 17:03:20 +0000 (09:03 -0800)]
xz: split out liblzma as seperate packages

As usual, this creates problems for upgrade paths, but splitting out the lib is worth the short term hassle

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopolkit: Fix Upstream-Status tag
Saul Wold [Tue, 6 Mar 2012 17:03:23 +0000 (09:03 -0800)]
polkit: Fix Upstream-Status tag

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agovalgrind: Support compilation without X11
Mike Crowe [Tue, 6 Mar 2012 17:03:21 +0000 (09:03 -0800)]
valgrind: Support compilation without X11

Only depend on X libraries if the distribution has X support.

Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomime.bbclass: Fix bracket error.
Samuel Stirtzel [Tue, 6 Mar 2012 17:03:19 +0000 (09:03 -0800)]
mime.bbclass: Fix bracket error.

This fixes the following error:

ERROR: Error executing a python function in ...:
AttributeError: 'str' object has no attribute 'append'

ERROR: The stack trace of python calls that resulted in this exception/failure was:
ERROR:   File "populate_packages", line 193, in <module>
ERROR:
ERROR:   File "populate_packages", line 189, in populate_packages
ERROR:
ERROR: The code that was being executed was:
ERROR:      0189:                       rdepends.append("shared-mime-info-data")
ERROR:      0190:                       d.setVar('RDEPENDS_' + pkg, " " + " ".join(rdepends))
ERROR:      0191:
ERROR:      0192:
ERROR:  *** 0193:populate_packages(d)
ERROR:      0194:
ERROR: (file: 'populate_packages', lineno: 193, function: <module>)
ERROR:      0185:                       postrm += d.getVar('mime_postrm', True)
ERROR:      0186:                       d.setVar('pkg_postrm_%s' % pkg, postrm)
ERROR:      0187:                       bb.note("adding shared-mime-info-data dependency to %s" % pkg)
ERROR:      0188:                       rdepends = explode_deps(d.getVar('RDEPENDS_' + pkg, False) or d.getVar('RDEPENDS', False)) or ""
ERROR:  *** 0189:                       rdepends.append("shared-mime-info-data")
ERROR:      0190:                       d.setVar('RDEPENDS_' + pkg, " " + " ".join(rdepends))
ERROR:      0191:
ERROR:      0192:
ERROR:      0193:populate_packages(d)

Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoshadow-sysroot: Fix for multilib
Zhai Edwin [Tue, 6 Mar 2012 17:03:17 +0000 (09:03 -0800)]
shadow-sysroot: Fix for multilib

Fix following error in multilib build:
"ERROR: Task do_package_setscene depends upon nonexistant task
poky/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb:do_populate_sysroot_setscene"

>From richard.purdie@linuxfoundation.org

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomultilib: extend all recipes in multilib.conf
Dongxiao Xu [Tue, 6 Mar 2012 17:03:16 +0000 (09:03 -0800)]
multilib: extend all recipes in multilib.conf

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolinux-yocto/rt: udpate SRCREVs to 3.2.9-rt16
Bruce Ashfield [Tue, 6 Mar 2012 17:03:15 +0000 (09:03 -0800)]
linux-yocto/rt: udpate SRCREVs to 3.2.9-rt16

Bumping the -rt kernel to pickup the incremental update to -rt16.
No major changes from -rt15, except for a bug fix that we want
to pick up.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolinux-yocto/meta: fix incorrect config references
Bruce Ashfield [Tue, 6 Mar 2012 17:03:14 +0000 (09:03 -0800)]
linux-yocto/meta: fix incorrect config references

Updating the meta SRCREV to pickup the following fixes:

  a9ffedb meta/fri2/sys940x: fix incorrect cfg includes
  3d1a678 meta/sys940x: fix incorrect emgd branch merge

During the merge of the 3.0 BSPs forward to 3.2, a few moved config
fragments were missed.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopsplash: Add mising commands module import.
Peter Tworek [Tue, 6 Mar 2012 17:03:13 +0000 (09:03 -0800)]
psplash: Add mising commands module import.

Python commands module is used in the recipe, but never imported.
This leads to build errors like:

NameError: global name 'commands' is not defined

ERROR: The stack trace of python calls that resulted in this exception/failure was:
ERROR:   File "do_compile", line 24, in <module>
ERROR:
ERROR:   File "do_compile", line 11, in do_compile
ERROR:
ERROR: The code that was being executed was:
ERROR:      0020:        bb.build.exec_func("oe_runmake", d)
ERROR:      0021:        shutil.copyfile("psplash", outputfile)
ERROR:      0022:
ERROR:      0023:
ERROR:  *** 0024:do_compile(d)
ERROR:      0025:
ERROR: (file: 'do_compile', lineno: 24, function: <module>)
ERROR:      0007:    localfiles = d.getVar('SPLASH_LOCALPATHS', True).split()
ERROR:      0008:    outputfiles = d.getVar('SPLASH_INSTALL', True).split()
ERROR:      0009:    for localfile, outputfile in zip(localfiles, outputfiles):
ERROR:      0010:        if localfile.endswith(".png"):
ERROR:  *** 0011:            outp = commands.getstatusoutput('./make-image-header.sh %s POKY' % localfile)
ERROR:      0012:            print(outp[1])
ERROR:      0013:            fbase = os.path.splitext(os.path.basename(localfile))[0]
ERROR:      0014:            shutil.copyfile("%s-img.h" % fbase, destfile)
ERROR:      0015:        else:

Signed-off-by: Peter Tworek <tworaz666@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogcc: Upgrade to 4.6.3 release
Khem Raj [Tue, 6 Mar 2012 17:03:12 +0000 (09:03 -0800)]
gcc: Upgrade to 4.6.3 release

core-image-sato/core-image-minimal builds and boots
on all qemu machines

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agologrotate 3.7.9: Allow rotate log across filesystems
Robert Yang [Tue, 6 Mar 2012 17:03:11 +0000 (09:03 -0800)]
logrotate 3.7.9: Allow rotate log across filesystems

The logrotate can't save the log across the different filesystems since
it used the "rename(const char *oldpath, const char *newpath)" to save
the file, fix it to act as the "mv" command(first rename, if failed,
read and write) to allow save the log across the different filesystems.

* config.c: Remove the check for different filesystems
* logrotate.c: Act as the "mv" command when rotate log
* logrotate.8: Update the mannual
* logrotate.8: Fix a bug in the mannual(\f should be \fR)

[YOCTO #718]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolinux-yocto: v3.2.9, v3.0.23 + fixes and updates
Bruce Ashfield [Tue, 6 Mar 2012 17:03:10 +0000 (09:03 -0800)]
linux-yocto: v3.2.9, v3.0.23 + fixes and updates

This is an update of the linux-yocto 3.0 and 3.2 SRCREVs to bring
in the following updates:

  - v3.0.23 stable update
  - v3.2.9 stable update
  - 3.0/3.2: fri2 updates (pch + configuration changes) from Darren Hart
  - 3.0: pvr merge from Kishore Bodke
  - linux-yocto/rt: update to 3.0.23-rt38
  - linux-yocto/rt: update to 3.2.9-rt15

These have been built for all qemu targets, and built for the appropriate
hardware platforms.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolinux-yocto: use bareclone option
Bruce Ashfield [Tue, 6 Mar 2012 17:03:09 +0000 (09:03 -0800)]
linux-yocto: use bareclone option

Instead of specifying nocheckout=1, it provides a better workflow if
the linux-yocto recipes use the new bareclone=1 option to get a mirrored
copy of the source repository. This allows all local and remote branches
to be available during the kernel build and development cycle.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoimage_types: add IMAGE_ROOTFS_ALIGNMENT
Ken Werner [Tue, 6 Mar 2012 17:03:06 +0000 (09:03 -0800)]
image_types: add IMAGE_ROOTFS_ALIGNMENT

Introduce a new variable called IMAGE_ROOTFS_ALIGNMENT that allows to control
the aligment of the size of the rootfs. Its default value is set to 1KiB so
that the existing behaviour is not changed. In case the SD card emulation of
a QEMU system emulator gets used you may set the alignment to 2MiB.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibsdl: add DirectFB support
Andreas Oberritter [Tue, 6 Mar 2012 17:03:04 +0000 (09:03 -0800)]
libsdl: add DirectFB support

* Use conditional dependencies for DirectFB, like
  it's already done for OpenGL and X11.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobluez4: add dependency on libcheck to enable test modules
Chase Maupin [Wed, 7 Mar 2012 20:48:52 +0000 (14:48 -0600)]
bluez4: add dependency on libcheck to enable test modules

* The later versions of bluez such as 4.98 require libcheck
  in order to build the test packages as enabled by the
  --enable-test option passed in EXTRA_OECONF.
* Failure to have the libcheck package available results in the
  configure script ignoring the --enable-test option and not
  building the test modules.
* Adding libcheck, which is greater than the minimum required
  version of the check library of 0.9.6 allows building the
  test modules.
* Build tested for am335x-evm MACHINE type and run time tested
  by back porting this fix to the oe-classic and arago setup
  and booting on am335x-evm.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoudev-164: don't hardcode path to pidof
Andreas Oberritter [Thu, 8 Mar 2012 12:08:50 +0000 (13:08 +0100)]
udev-164: don't hardcode path to pidof

* pidof lives in /bin, search it in $PATH.
* Assume pidof's presence.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobase.bbclass: Fix PACKAGECONFIG handling when no flags are set
Richard Purdie [Mon, 5 Mar 2012 21:01:21 +0000 (13:01 -0800)]
base.bbclass: Fix PACKAGECONFIG handling when no flags are set

When the main PACKAGECONFIG variable was empty with no flags set,
the options were not being added to explicitly disable features.
This patch corrects that problem and ensures the disable fields
are correctly parsed and added to variables.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopolkit: Default to shadow, not none to fix build failures
Richard Purdie [Mon, 5 Mar 2012 20:57:17 +0000 (12:57 -0800)]
polkit: Default to shadow, not none to fix build failures

Without this builds would fail due to an invalid confiuration being
selected by the configure script.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agometa: Replace bb.data.expand(xxx, d) -> d.expand(xxx)
Richard Purdie [Sat, 3 Mar 2012 11:21:22 +0000 (11:21 +0000)]
meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)

sed \
 -e 's:bb.data.\(expand([^,()]*\), *\([^) ]*\) *):\2.\1):g' \
 -i `grep -ril bb.data.expand *`

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosstate: Remove unecessary bb.data.expand()
Richard Purdie [Sat, 3 Mar 2012 11:12:14 +0000 (11:12 +0000)]
sstate: Remove unecessary bb.data.expand()

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agometa: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)
Richard Purdie [Sat, 3 Mar 2012 10:59:25 +0000 (10:59 +0000)]
meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)

Using "1" with getVar is bad coding style and "True" is preferred.
This patch is a sed over the meta directory of the form:

sed \
 -e 's:\(\.getVar([^,()]*, \)1 *):\1True):g' \
 -e 's:\(\.getVarFlag([^,()]*, [^,()]*, \)1 *):\1True):g' \
 -i `grep -ril getVar *`

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agometa/classes: Convert to use appendVar and appendVarFlags
Richard Purdie [Sat, 3 Mar 2012 10:41:41 +0000 (10:41 +0000)]
meta/classes: Convert to use appendVar and appendVarFlags

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge
Koen Kooi [Mon, 5 Mar 2012 07:38:32 +0000 (08:38 +0100)]
libx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge

This prevents package managers 'upgrading' 1.4.4 to 1:1.4.3

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogtk+ 2.24.8: bump PR to force rebuild and feed update
Koen Kooi [Mon, 5 Mar 2012 07:38:31 +0000 (08:38 +0100)]
gtk+ 2.24.8: bump PR to force rebuild and feed update

This should errors similar to this one:

/usr/libexec/gdm-simple-greeter: symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol: _XGetRequest

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopolkit 0.104: add 2 backports from upstream to fix crashes during auth
Koen Kooi [Mon, 5 Mar 2012 07:38:30 +0000 (08:38 +0100)]
polkit 0.104: add 2 backports from upstream to fix crashes during auth

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopolkit 0.104: convert pam code to PACKAGECONFIG and adhere to OE recipe styleguide
Koen Kooi [Mon, 5 Mar 2012 07:38:29 +0000 (08:38 +0100)]
polkit 0.104: convert pam code to PACKAGECONFIG and adhere to OE recipe styleguide

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosoc-family.inc: to be included in machine.conf to add SOC_FAMILY to MACHINEOVERRIDE
Denys Dmytriyenko [Sun, 4 Mar 2012 06:24:34 +0000 (01:24 -0500)]
soc-family.inc: to be included in machine.conf to add SOC_FAMILY to MACHINEOVERRIDE

Add a soc-family.inc file that can be included in a machine.conf to enable
the use of SOC_FAMILY in MACHINEOVERRIDE, which could be useful to group
multiple machines with the same common base. Some examples can be seen in
meta-ti BSP layer.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibx11-trim: Add error information from LSB Test Suite to makekeys_crosscompile.patch
Xiaofeng Yan [Sat, 3 Mar 2012 11:03:44 +0000 (19:03 +0800)]
libx11-trim: Add error information from LSB Test Suite to makekeys_crosscompile.patch

Append error information from LSB Test Suite to this patch for an illustrative purpose \
why this patches should be needed.

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibx11-1.4.4: Add patch "makekeys_crosscompile.patch"
Xiaofeng Yan [Sat, 3 Mar 2012 11:03:39 +0000 (19:03 +0800)]
libx11-1.4.4: Add patch "makekeys_crosscompile.patch"

Add patch "makekeys_crosscompile.patch" to libx11-1.4.4 for fixing
bug 1970.

[YOCTO #1970]

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>