]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
12 years agoclasses/mirrors.bbclass: Point snapshot.debian.org mirror to working location
Khem Raj [Fri, 4 May 2012 21:56:33 +0000 (14:56 -0700)]
classes/mirrors.bbclass: Point snapshot.debian.org mirror to working location

If you point to snapshot.debian.net/archive/pool then it will fetch
you a html page which will end up in corrupt download. The locations
have changed for archives and here we point the mirror to right
location.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 years agouclibc.inc: uclibc rtld does support GNU_HASH
Khem Raj [Sun, 6 May 2012 20:55:23 +0000 (13:55 -0700)]
uclibc.inc: uclibc rtld does support GNU_HASH

Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 years agoopenssl: Fix build for mips64(el)
Khem Raj [Wed, 25 Apr 2012 22:43:30 +0000 (15:43 -0700)]
openssl: Fix build for mips64(el)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 years agopango: Fix modules load failure in multilib environment
Zhai Edwin [Tue, 8 May 2012 14:43:49 +0000 (22:43 +0800)]
pango: Fix modules load failure in multilib environment

Multi-libs of Pango need different modules, thus different config files and
utils. This patch separate config file and utils with different MLPREFIX to
avoid conflict.

[YOCTO #2356] got fixed.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agosed: Explicitly disable acl for deterministic builds
Richard Purdie [Fri, 4 May 2012 11:28:42 +0000 (11:28 +0000)]
sed: Explicitly disable acl for deterministic builds

12 years agoqt4: move functions from python to shell style
Dongxiao Xu [Tue, 8 May 2012 05:28:30 +0000 (13:28 +0800)]
qt4: move functions from python to shell style

In qt4's do_configure operation, it will refer to some variables that
are derived from 'd', however these variable values may be not correct
in multilib case since the extraction of these variables happens before
the multilib handler.

The fix is to move these python style functions back to shell style.

This fixes [YOCTO #2355]

[RP: Fix whitepace]
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[SG: Resolve merge conflicts for 1.2.1]
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
12 years agoinitrdscripts: Update install.sh to work with mmc devices
Darren Hart [Wed, 2 May 2012 00:21:59 +0000 (17:21 -0700)]
initrdscripts: Update install.sh to work with mmc devices

Fixes [YOCTO #2385]

The installer only searches for hd[ab] sd[ab]. Some newer BSPs have mmcblk
devices that should be used as the install target. These devices also have a
partition prefix (mmcblk0p1 instead of mmcblk01). As they are detected
asynchronously, it is necessary to add the rootwait kernel parameter to avoid
a race condition trying to mount the root device.

As BSPs like the FRI2 and the sys940x have mmc devices and will have a 1.2
release, we should push this to 1.2.1. The changes are perfectly contained and
easily verified.

Test for an mmcblk device and add the p partition prefix if necessary. Add the
rootwait kernel parameter when an mmcblk device is detected.  Replace the series
of explicit umount commands with a single umount using a wildcard. This will
find all the partitions and will not try to unmount non-existant devices. Avoid
copy and paste errors by replacing /dev/${device}${pX} references with the
previously assigned rootfs, bootfs, and swap variables.

These changes have been tested on the FRI2 Sato image which installed to
/dev/mmcblk0 as well as the N450 Sato image which installed to /dev/sda. Both
were successful.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
12 years agobuildhistory: fix multiple commit of images and packages at the same time
Paul Eggleton [Fri, 4 May 2012 13:36:01 +0000 (14:36 +0100)]
buildhistory: fix multiple commit of images and packages at the same time

The echo line here was merging multiple lines into one, and the result
was that if both image and package changes had to be comitted then only
the image changes were being committed and the package changes could
potentially be merged into the next package change. Quoting the variable
reference fixes this.

Fixes [YOCTO #2411]

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 years agobuilder: Add Please Wait Dialog Box
Saul Wold [Tue, 1 May 2012 23:15:36 +0000 (16:15 -0700)]
builder: Add Please Wait Dialog Box

Add dialog box while bitbake starts hob to inform user
to please wait for the hob screen to become visible.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoquilt: fix perl path in target perl scripts
Nitin A Kamble [Wed, 25 Apr 2012 21:09:14 +0000 (14:09 -0700)]
quilt: fix perl path in target perl scripts

While building on distros like fedora17, which has /bin/perl,
the target perl scripts get perl path also as /bin/perl.
And that is not correction path of perl on the target.

This commit avoids this error.

| error: Failed dependencies:
|       /bin/perl is needed by quilt-0.51-r2.i586
NOTE: package core-image-sato-sdk-1.0-r0: task do_rootfs: Failed
ERROR: Task 8
(/home/nitin/prj/poky.git/meta/recipes-sato/images/core-image-sato-sdk.bb,
do_rootfs) failed with exit code '1'

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agoboost: Ensure we use our user-config.jam file
Saul Wold [Fri, 20 Apr 2012 21:06:20 +0000 (14:06 -0700)]
boost: Ensure we use our user-config.jam file

This change ensures we use the user-config.jam Configuration
that we created and will not use anything from the user's home
directory.

[YOCTO #2302]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agouclibc SDK not including libpthread_nonshared.a
Mark Norman [Wed, 25 Apr 2012 10:44:20 +0000 (20:14 +0930)]
uclibc SDK not including libpthread_nonshared.a

Modified the uclibc PACKAGES list order to ensure the uclibc-dev package is
processed before uclibc-staticdev to allow *_nonshared.a libraries to be
packaged in the uclibc-dev package.  The *_nonshared.a libraries are required
by the SDK.

13 years agorunqemu-ifup: enable ip masquerading for QEMU NAT addresses
Scott Garman [Wed, 25 Apr 2012 00:11:26 +0000 (17:11 -0700)]
runqemu-ifup: enable ip masquerading for QEMU NAT addresses

Fix the IP masquerading settings so that networked QEMU sessions can
reach external networks.

This is a partial fix for [YOCTO #2329].

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoopenssl: upgrade to 1.0.0i
Scott Garman [Wed, 25 Apr 2012 05:13:13 +0000 (22:13 -0700)]
openssl: upgrade to 1.0.0i

Addresses CVE-2012-2110

Fixes bug [YOCTO #2368]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibpng: upgrade to 1.2.49
Scott Garman [Wed, 25 Apr 2012 05:13:12 +0000 (22:13 -0700)]
libpng: upgrade to 1.2.49

License hasn't changed, just updated the md5 checksums due to trivial
date changes within the text (and the position of the license text
within png.h).

Addresses CVE-2011-3045

Fixes [YOCTO #2352]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopython: Add patch to search for db.h in inc_dirs and remove warning
Andrei Gherzan [Thu, 5 Apr 2012 20:54:22 +0000 (23:54 +0300)]
python: Add patch to search for db.h in inc_dirs and remove warning

python should search for db.h in inc_dirs and not in a hardcoded path.
If db.h is found but HASHVERSION is not 2 we avoid a warning by not.
adding this module to missing variable.

[YOCTO #1937]

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopython: Add patch for 64bit platform
Andrei Gherzan [Thu, 5 Apr 2012 20:54:21 +0000 (23:54 +0300)]
python: Add patch for 64bit platform

This patch was added for 64bit host machines. In the compile process python
is checking if platform is a 64bit platform using sys.maxint which is the host's
value. The patch fixes this issue so that python would check if TARGET machine
is 64bit not the HOST machine. In this way will have "dl" and "imageop" modules
built if HOST machine is 64bit but the target machine is 32bit.

[YOCTO #1937]

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years ago{kernel, module}.bbclass: don't run depmod for module packages during do_rootfs
Andreas Oberritter [Mon, 23 Apr 2012 21:48:32 +0000 (23:48 +0200)]
{kernel, module}.bbclass: don't run depmod for module packages during do_rootfs

* depmod already gets executed by pkg_postinst_kernel-image.

* If you build a module using module.bbclass, pkg_postinst returns 1 in
  do_rootfs, causing pkg_postinst to run again on first boot. To improve
  this situation, I copied pkg_postinst from kernel.bbclass to module.bbclass.
  This was rejected by Koen, because he doesn't like the code from
  kernel.bblcass, which uses ${STAGING_DIR_KERNEL}. Richard then suggested
  that calling depmod during do_rootfs wasn't necessary at all, because
  it already gets done by kernel-image.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoutils.bbclass: Testing via env in create_wrapper is a nice idea but breaks things
Richard Purdie [Thu, 19 Apr 2012 21:52:10 +0000 (21:52 +0000)]
utils.bbclass: Testing via env in create_wrapper is a nice idea but breaks things

For example, pseudo-native wants to set LD_LIBRBARY_PATH but setting this
into the environment here causes the existing pseudo (running during do_install)
to poke into paths in /opt and this breaks builds.

The simplest fix is simply not to do this. Comments tweaks to match the code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibproxy: fix compilation with gcc 4.7
Nitin A Kamble [Fri, 20 Apr 2012 16:14:22 +0000 (09:14 -0700)]
libproxy: fix compilation with gcc 4.7

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodpkg-native: fix deb-based rootfs construction failure on Fedora 16
Paul Eggleton [Tue, 24 Apr 2012 09:25:25 +0000 (10:25 +0100)]
dpkg-native: fix deb-based rootfs construction failure on Fedora 16

Backport a fix from 1.16.x upstream to use fd instead of stream-based
I/O in dpkg-deb, which avoids the use of fflush() on an input stream
(the behaviour of which is undefined by POSIX, and appears to have
changed in the version of glibc introduced in Fedora 16 and presumably
other systems).

Fixes [YOCTO #1858].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoquilt: move empty quiltrc to native sysconfdir
Saul Wold [Thu, 19 Apr 2012 22:11:01 +0000 (15:11 -0700)]
quilt: move empty quiltrc to native sysconfdir

patch.bbclass orignally pointed at /usr/bin/quiltrc for an empty
version to ensure that no user setting were picked up, change this
to /etc/quiltrc in the Native sysroot since we now have a native
sysconfdir.

Make sure that the quiltrc is actually installed in the Native
sysconfdir, not the target, so fix this after the recipe split.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agogcc: Add plugins package for ARM, fix /usr/incude packaging
Saul Wold [Thu, 19 Apr 2012 18:18:00 +0000 (11:18 -0700)]
gcc: Add plugins package for ARM, fix /usr/incude packaging

WARNING: For recipe gcc, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/include
WARNING:   /usr/lib/gcc/arm-poky-linux-gnueabi/4.6.4/plugin/libgcc
WARNING:   /usr/lib/gcc/arm-poky-linux-gnueabi/4.6.4/plugin/libgcc/config
WARNING:   /usr/lib/gcc/arm-poky-linux-gnueabi/4.6.4/plugin/libgcc/config/arm
WARNING:   /usr/lib/gcc/arm-poky-linux-gnueabi/4.6.4/plugin/libgcc/config/arm/bpabi-lib.h
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoxserver-kdrive: Add xkb to existing docs list
Saul Wold [Thu, 19 Apr 2012 18:06:16 +0000 (11:06 -0700)]
xserver-kdrive: Add xkb to existing docs list

WARNING: For recipe xserver-kdrive, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/share/man
WARNING:   /usr/share/man/man5
WARNING:   /usr/share/man/man1
WARNING:   /usr/share/man/man1/Xephyr.1
WARNING:   /usr/share/man/man1/Xserver.1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agolibgcc: Package additional *crt*.o files for PPC
Saul Wold [Thu, 19 Apr 2012 18:04:27 +0000 (11:04 -0700)]
libgcc: Package additional *crt*.o files for PPC

WARNING: For recipe libgcc, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/lib/powerpc-poky-linux/4.6.4/ecrti.o
WARNING:   /usr/lib/powerpc-poky-linux/4.6.4/ncrti.o
WARNING:   /usr/lib/powerpc-poky-linux/4.6.4/ecrtn.o
WARNING:   /usr/lib/powerpc-poky-linux/4.6.4/ncrtn.o
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agobinutils: add embedspu for ppc builds
Saul Wold [Thu, 19 Apr 2012 18:01:15 +0000 (11:01 -0700)]
binutils: add embedspu for ppc builds

WARNING: For recipe binutils, the following files/directories were installed but not shipped in any package:
WARNING:   /usr/bin/embedspu
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agobdwgc: Set ARM_INSTRUCTION_SET to "arm"
Ken Werner [Thu, 19 Apr 2012 10:20:39 +0000 (12:20 +0200)]
bdwgc: Set ARM_INSTRUCTION_SET to "arm"

The bdwgc recipe uses a version of libatomic that fails when building in Thumb
mode. This has been fixed upstream already. The
pulseaudio/libatomics-ops_1.2.bb has the same issue and sets the
ARM_INSTRUCTION_SET to "arm" (probably until a new version gets pulled in).
This patch applies the same workaround to the bdwgc/bdwgc_20110107.bb recipe.

Signed-off-by: Ken Werner <ken.werner@linaro.org>
13 years agogthumb: Disable parallel make for gthumb install
Darren Hart [Wed, 18 Apr 2012 15:31:17 +0000 (08:31 -0700)]
gthumb: Disable parallel make for gthumb install

With PARALLEL_MAKE set to 14, I frequently see the gthumb do_install
task hang. Make is spinning at 100% CPU and the build makes no
more progress.

The following work-around proposed by Richard Purdie allows progress
to be made.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Joshua Lock <josh@linux.intel.com>
CC: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopython: use PKGSUFFIX for libpython2
Andreas Oberritter [Thu, 12 Apr 2012 02:30:02 +0000 (04:30 +0200)]
python: use PKGSUFFIX for libpython2

* python-nativesdk shouldn't provide libpython2, but
  libpython2-nativesdk.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
[PR Bump - sgw]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoconnman: backport test script fixes
Otavio Salvador [Wed, 4 Apr 2012 12:18:11 +0000 (12:18 +0000)]
connman: backport test script fixes

Those fixes are required to get the test scripts to work with current
0.79 DBus API.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoconnman: Fix linking with gold linker
Khem Raj [Sun, 8 Apr 2012 05:00:56 +0000 (22:00 -0700)]
connman: Fix linking with gold linker

Fixes errors like below

/home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.6.3/ld:
error: hidden symbol '__start___debug' is not defined locally
/home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.6.3/ld:
error: hidden symbol '__stop___debug' is not defined locally
collect2: ld returned 1 exit status
make[1]: *** [plugins/loopback.la] Error 1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoself-hosted-image: Update poky revision to point at the 1.2 release branch
Richard Purdie [Wed, 18 Apr 2012 14:58:45 +0000 (15:58 +0100)]
self-hosted-image: Update poky revision to point at the 1.2 release branch

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoself-hosted-image: Update poky revision to point at the 1.2 release branch
Richard Purdie [Wed, 18 Apr 2012 14:58:45 +0000 (15:58 +0100)]
self-hosted-image: Update poky revision to point at the 1.2 release branch

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosanity.bbclass: Add a new case to issue sanity_check()
Dongxiao Xu [Tue, 24 Apr 2012 08:18:15 +0000 (16:18 +0800)]
sanity.bbclass: Add a new case to issue sanity_check()

Judge if "SanityCheck" event is received, it will issue the
sanity_check() and send "SanityCheckPassed" back if succeeded.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoself-hosted-image: Update poky revision to point at the 1.2 release branch
Richard Purdie [Wed, 18 Apr 2012 14:58:45 +0000 (15:58 +0100)]
self-hosted-image: Update poky revision to point at the 1.2 release branch

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopseudo: PR bump.
Lianhao Lu [Mon, 23 Apr 2012 10:10:43 +0000 (18:10 +0800)]
pseudo: PR bump.

Bump PR value due to the commit
c6c701f424aeb502d20ff02d02712e56f4e259a5.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoscripts/hob: disable sanity checks when launching
Joshua Lock [Mon, 23 Apr 2012 21:36:10 +0000 (14:36 -0700)]
scripts/hob: disable sanity checks when launching

This enables us to use the GUI to change any settings which might cause
sanity checks to fail, such as the proxy configuration.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosanity.bbclass: add variable to disable the sanity checks
Joshua Lock [Mon, 23 Apr 2012 21:36:09 +0000 (14:36 -0700)]
sanity.bbclass: add variable to disable the sanity checks

It's useful for Hob to be able to disable the sanity checks completely
without marking them as passed so that the user can get into the GUI to
configure their settings, etc.

Add a variable, DISABLE_SANITY_CHECKS, to do so.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopython: Fix various contamination issues leading to broken/missing c modules
Richard Purdie [Mon, 23 Apr 2012 21:46:42 +0000 (22:46 +0100)]
python: Fix various contamination issues leading to broken/missing c modules

The move of libcrypto to /lib instead of /usr/lib has broken the _hashlib module
compilation. There were also a number of other failing modules which should
have been building correctly. This turned out partly to be the /lib issue
but also due to a number of native paths creeping into compiler commandlines.

These changes add in /lib as part of the searh directory and remove
a number of host contamination issues within setup.py. Post release we
should really further go through this file and just delete large sections
of it as its hard to be sure what strange paths python is injecting as
search paths.

This patch also fixes issues where re-execution of the compile task
would corrupt the Makefile in various ways, again leading to puzzling
paths within the configuration.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobitbake.conf: Add a STAGING_BASELIBDIR variable that recipes can use to find base_libdir
Richard Purdie [Mon, 23 Apr 2012 21:45:36 +0000 (22:45 +0100)]
bitbake.conf: Add a STAGING_BASELIBDIR variable that recipes can use to find base_libdir

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoself-hosted-image: Update poky revision to point at the 1.2 release branch
Richard Purdie [Wed, 18 Apr 2012 14:58:45 +0000 (15:58 +0100)]
self-hosted-image: Update poky revision to point at the 1.2 release branch

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoinitramfs-live-boot: Disable unionfs until its issue with the system rootdir are...
Richard Purdie [Sun, 22 Apr 2012 14:47:30 +0000 (15:47 +0100)]
initramfs-live-boot: Disable unionfs until its issue with the system rootdir are resolved

There are issues with the current unionfs when making a union mount over "/".
Until these are resolved we can't use unionfs for live booting so disable this
temporarily as a workaround.

unionfs is usable in other circumstances.

[YOCTO #2331 workaround]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopseudo: Drop nativesdk wrapper and link against old memcpy symbol
Richard Purdie [Sun, 22 Apr 2012 14:46:17 +0000 (15:46 +0100)]
pseudo: Drop nativesdk wrapper and link against old memcpy symbol

The -nativesdk pseudo wrapper setting LD_LIBRARY_PATH turned out to be a
bad idea since it can mix up different libc and lib-dl verisons which
may or may not work depending on the phase of the moon.

As an alternative to solving the original problem, this patch drops the
symbol version requirement on memcpy which allows pseudo to work with
libc's back to 2.7 which should be sufficient for our supported targets
using nativesdk.

[YOCTO #2299]
[YOCTO #2351]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopseudo: Fix bashisms
Richard Purdie [Thu, 19 Apr 2012 22:01:09 +0000 (23:01 +0100)]
pseudo: Fix bashisms

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopackage.bbclass: Ensure kernel modules get stripped
Richard Purdie [Thu, 19 Apr 2012 12:17:57 +0000 (13:17 +0100)]
package.bbclass: Ensure kernel modules get stripped

Kernel modules are not marked as executable but we do expect to strip them.
This patch adds in missing code to ensure we do this. Without this images
are getting sigificantly bloated in size.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogettext.bbclass: Ensure we don't overwrite other DEPENDS_GETTEXT values
Richard Purdie [Thu, 19 Apr 2012 07:48:25 +0000 (08:48 +0100)]
gettext.bbclass: Ensure we don't overwrite other DEPENDS_GETTEXT values

In particular, this overwrites the value from cross-canadian.bbclass in
some cases which isn't the desired behaviour and unnecessarily
complicates/breaks the dependency chain.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoqemu: Backport a patch to solve SSE2 instruction emulation issues
Richard Purdie [Thu, 19 Apr 2012 07:44:11 +0000 (08:44 +0100)]
qemu: Backport a patch to solve SSE2 instruction emulation issues

This fix addresses various issues seen in qemux86-64 images:
 * scroll bars in matchbox-terminal not working
 * files not appearing in pcmanfm
 * warnings on the console from glib/gobject about invalid gdouble values

Its due to an emulation issue in qemu which the backported patch fixes.

I managed to debug it to a specific function, Khem found the qemu patch
to backport, thanks Khem!

[YOCTO #1906]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoself-hosted-image: Update poky revision to point at the 1.2 release branch
Richard Purdie [Wed, 18 Apr 2012 14:58:45 +0000 (15:58 +0100)]
self-hosted-image: Update poky revision to point at the 1.2 release branch

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopackageinfo.bbclass: A workaround for RPM architecture renaming
Dongxiao Xu [Wed, 18 Apr 2012 12:48:16 +0000 (20:48 +0800)]
packageinfo.bbclass: A workaround for RPM architecture renaming

For beagleboard platform, the PACKAGE_ARCH for certain recipes is
"armv7a-vfp-neon", however, the architecture label in RPM file name is
"armv7a" due to a potential bug in RPM backend.

This commit is a workaround to make Hob work in this case.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolsb: Fix PR bump, fix bashisms, correct dependency issue, tweak package description
Richard Purdie [Wed, 18 Apr 2012 11:06:48 +0000 (12:06 +0100)]
lsb: Fix PR bump, fix bashisms, correct dependency issue, tweak package description

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoclasses/sanity: import regular expression module in SuSE distro check
Paul Eggleton [Wed, 18 Apr 2012 09:56:10 +0000 (10:56 +0100)]
classes/sanity: import regular expression module in SuSE distro check

We call re.sub here, so we need to "import re" or an error occurs
(tested on OpenSuSE 12.1).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoclasses/sanity: trim trailing newline when reading /etc/redhat-release
Paul Eggleton [Wed, 18 Apr 2012 09:56:09 +0000 (10:56 +0100)]
classes/sanity: trim trailing newline when reading /etc/redhat-release

Any trailing whitespace needs to be stripped before comparing it to the
SANITY_TESTED_DISTROS list.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibproxy: remove dependency on gconf when x11 not in DISTRO_FEATURES
Paul Eggleton [Tue, 17 Apr 2012 23:18:35 +0000 (00:18 +0100)]
libproxy: remove dependency on gconf when x11 not in DISTRO_FEATURES

This allows libzypp to successfully build when x11 is not in
DISTRO_FEATURES (avoiding the libzypp -> libproxy -> gconf -> gtk+
dependency chain which without X results in gtk+ failing at
do_configure).

Fixes [YOCTO #2320].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoqemugl: make postinst run at first boot
Scott Garman [Tue, 17 Apr 2012 23:10:30 +0000 (23:10 +0000)]
qemugl: make postinst run at first boot

The previous postinst script was not working for images which use
RPM because do_rootfs could allow qemugl to be installed after
libgl1, and the postinst needs to run after libgl1 is installed.

Hence, it's being changed to run at first boot instead of during
do_rootfs.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoself-hosted-image: remove BB_NO_NETWORK and update Poky SRCREV
Saul Wold [Tue, 17 Apr 2012 22:02:13 +0000 (15:02 -0700)]
self-hosted-image: remove BB_NO_NETWORK and update Poky SRCREV

Remove BB_NO_NETWORK because we can not guarentee that all
downloads will be available in the self-hosted image for
the possible targets being built.  If this image is run with
out networking, failures may be seen and BB_NO_NETWORK
should be set via the Hob

Update the Poky SRCREV so it has the latest set of fixes and
patches.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agotask-self-hosted: Add LSB for distro info
Saul Wold [Tue, 17 Apr 2012 22:02:12 +0000 (15:02 -0700)]
task-self-hosted: Add LSB for distro info

The lsb package is needed to enable the distro checking
in the self hosted image. Currently there is no standard
identification in the self-hosted image so use the existing
lsb package which provides lsb_release that parses the
/etc/release file

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolsb: Add DISTRO Info to /etc/lsb-release file also add util-linux to DEPENDS
Saul Wold [Tue, 17 Apr 2012 22:02:11 +0000 (15:02 -0700)]
lsb: Add DISTRO Info to /etc/lsb-release file also add util-linux to DEPENDS

Add the DISTRO* fields to the /etc/lsb-release file so the distro
parsing code can find standard information about the Poky Distro
when using the Self-Hosted Image.

The lsb_release command uses getopt which is provided by util-linux

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolinux-yocto/meta: remove kernel config audit warnings
Bruce Ashfield [Tue, 17 Apr 2012 22:01:46 +0000 (18:01 -0400)]
linux-yocto/meta: remove kernel config audit warnings

Updating the meta SRCREVs to pickup the following meta change for the
3.0 and 3.2 kernels:

[
    meta: Clean up BSPs kernel config

    Clean up some QEMU and non-x86 BSPs kernel config, including

    qemuarm
    qemuppc
    qemux86
    beagleboard
    mpc8315e_rdb

    Only obsolete/invalid kernel configs are removed.

Signed-off-by: Yang Shi <yang.shi@windriver.com>
]

With this commit, the configuration audit for the qemu and hardware
reference boards is (largely) warning free.

Signed-off-by: Yang Shi <yang.shi@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolinux-yocto/meta: beagleboard: disable CONFIG_PREEMPT
Bruce Ashfield [Tue, 17 Apr 2012 22:01:45 +0000 (18:01 -0400)]
linux-yocto/meta: beagleboard: disable CONFIG_PREEMPT

Updating the meta SRCREV for both the 3.0 and 3.2 kernel trees to
pickup the beagleboard xM boot fix:

[
    meta/beagleboard: disable CONFIG_PREEMPT

    The boot hangs with the message:
    mmc0: error -110 whilst initialising SD card

    The MMC driver has issues initializing when PREEMPT is enabled (either forced
    or voluntary). Unplugging and then plugging the card back will reset the
    driver and continue booting. Alternatively, disable preemption.
]

[YOCTO: #1892]

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolinux-yocto: .diff is a valid patch extension
Bruce Ashfield [Tue, 17 Apr 2012 22:01:44 +0000 (18:01 -0400)]
linux-yocto: .diff is a valid patch extension

In fixing an existing patch migration bug, the list of valid extensions
got out of sync from the core patch class. As a result, valid patches
were not being applied to the tree.

Updating the tools to migrate .diff files fixes the issue.

Also in this fix is the removal of .patch in the find_sccs() routine, since
it will never be returned by patch.bbclass when all non-patches are
requested, it is simply confusing.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomatchbox-wm-2: Fix incorrect update-alternatives
Mark Hatle [Tue, 17 Apr 2012 22:05:52 +0000 (17:05 -0500)]
matchbox-wm-2: Fix incorrect update-alternatives

Update-alternatives was pointing to matchbox-session, and should have
been pointing to matchbox-window-manager.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolrzsz: sz, sx and sb were linked incorrectly
Mark Hatle [Mon, 16 Apr 2012 23:16:29 +0000 (18:16 -0500)]
lrzsz: sz, sx and sb were linked incorrectly

The sz, sx and sb links were created incorrectly to lrz, they should
point to lsz.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibproxy: Allow to build in non-gplv3 configuration
Richard Purdie [Tue, 17 Apr 2012 13:06:56 +0000 (13:06 +0000)]
libproxy: Allow to build in non-gplv3 configuration

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogst-plugins-bad: Add missing PR bump after curl change
Richard Purdie [Tue, 17 Apr 2012 11:33:01 +0000 (12:33 +0100)]
gst-plugins-bad: Add missing PR bump after curl change

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoqemu: Disable curl explicitly, its not in DEPENDS
Richard Purdie [Tue, 17 Apr 2012 11:30:01 +0000 (11:30 +0000)]
qemu: Disable curl explicitly, its not in DEPENDS

There is an error when build meta-toolchain-sdk on Ubuntu 10.10:

| Installing NATIVESDK packages
| Processing task-sdk-host-nativesdk...
| Processing task-cross-canadian-mips...
| error: Failed dependencies:
|       libcurl.so.4 is needed by qemu-nativesdk-0.15.1-r5.i686
NOTE: package meta-toolchain-gmae-1.0-r7: task do_populate_sdk: Failed
ERROR: Task 21 (/buildarea2/lyang1/poky/meta/recipes-core/meta/meta-toolchain-gmae.bb, do_populate_sdk) failed with exit code '1'

This is because qemu would depend on curl if it happened to be
available at build time and could confuse the -native and -nativesdk
librbaries.

[YOCTO #2305]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosanity.bbclass: If the sanity tests fail, don't mark them as complete
Richard Purdie [Tue, 17 Apr 2012 11:16:18 +0000 (11:16 +0000)]
sanity.bbclass: If the sanity tests fail, don't mark them as complete

If the sanity tests fail, we still were writing out the stamp which means
they'd get skipped the next time we run bitbake. This is clearly wrong
and we should only write out the stamp file if the sanity tests complete
successfully.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoperl: fix re-execution of compile task
Venkata ramana gollamudi [Tue, 17 Apr 2012 09:04:15 +0000 (09:04 +0000)]
perl: fix re-execution of compile task

After building perl package, re-execution of compile task recursively
 substitutes the path, making it an invalid path.

Fixed to prevent recursive substitution.

Similar case as [Yocto #2194]

Signed-off-by: Venkata Ramana Gollamudi <ramana.gollamudi@huawei.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoavahi-daemon: fix missing init script links
Andreas Oberritter [Tue, 17 Apr 2012 10:37:17 +0000 (12:37 +0200)]
avahi-daemon: fix missing init script links

* update-rc.d wasn't executed when the rootfs was built, because
  pkg_postinst_avahi-daemon exited early. It wasn't run either
  on first boot, because the exit code was 0.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobitbake.conf: Add PARALLEL_MAKE to BB_HASHBASE_WHITELIST
Richard Purdie [Mon, 16 Apr 2012 12:19:10 +0000 (13:19 +0100)]
bitbake.conf: Add PARALLEL_MAKE to BB_HASHBASE_WHITELIST

The value of PARALLEL_MAKE shouldn't affect sstate checksums. In general it
doesn't as the value is injected as a task override and the sstate checksum
doesn't track these. That isn't the case for linux-yocto in particular so
adding it the list of variables to ignore is useful.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibzypp: add libproxy to DEPENDS
Saul Wold [Mon, 16 Apr 2012 22:08:36 +0000 (15:08 -0700)]
libzypp: add libproxy to DEPENDS

libzypp uses proxy.h to handle proxies

[YOCTO #2306]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistrodata.bbclass: fix comment typo
Otavio Salvador [Wed, 11 Apr 2012 03:19:51 +0000 (03:19 +0000)]
distrodata.bbclass: fix comment typo

Fixes:

  - xf86-intput-synaptics-12.6.9.tar.gz
  + xf86-input-synaptics-12.6.9.tar.gz

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoflex: backport Debian patches to fix generated code warnings
Otavio Salvador [Wed, 11 Apr 2012 03:19:52 +0000 (03:19 +0000)]
flex: backport Debian patches to fix generated code warnings

The generated parser had warnings regarding signess and return check
which makes Linux Kernel's perf tool from 3.4 release to fail without
those patches.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoconnman-gnome: fix segfault on connect
Paul Eggleton [Mon, 16 Apr 2012 21:37:16 +0000 (22:37 +0100)]
connman-gnome: fix segfault on connect

Fixes a segfault in the properties application when connecting to a WiFi
service succeeds.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoautomake-nativesdk: fix builds on fedora 17
Robert Yang [Mon, 16 Apr 2012 09:18:49 +0000 (17:18 +0800)]
automake-nativesdk: fix builds on fedora 17

Generally distros keep perl at /usr/bin/perl
Fedora 17 also has /bin/perl

this causes automake-nativesdk build on such distros to put perl
interpreter path in the perl scripts as /bin/perl

But we set perl location for target as /usr/bin/perl

This mismatch of perl path causes failure of rootfs image creation
like this:

| error: Failed dependencies:
|       /bin/perl is needed by automake-nativesdk-1.11.2-r2.x86_64
NOTE: package meta-toolchain-gmae-1.0-r7: task do_populate_sdk: Failed

The second sed command is for such a case:

eval 'case $# in 0) exec /bin/perl -S "$0";; *) exec /bin/perl -S "$0" "$@";; esac'

This line has two "/bin/perl" and we can't use a line number to tell
sed which line it is since the line numbers in different files are
defferent.

[YOCTO #2304]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
13 years agoautoconf-nativesdk: fix builds on fedora 17
Robert Yang [Mon, 16 Apr 2012 09:15:58 +0000 (17:15 +0800)]
autoconf-nativesdk: fix builds on fedora 17

Generally distros keep perl at /usr/bin/perl
Fedora 17 also has /bin/perl

this causes autoconf-nativesdk build on such distros to put perl
interpreter path in the perl scripts as /bin/perl

But we set perl location for target as /usr/bin/perl

This mismatch of perl path causes failure of rootfs image creation
like this:

| error: Failed dependencies:
|       /bin/perl is needed by autoconf-nativesdk-2.68-r6.x86_64.rpm
NOTE: package meta-toolchain-gmae-1.0-r7: task do_populate_sdk: Failed

The second sed command is for such a case:

eval 'case $# in 0) exec /bin/perl -S "$0";; *) exec /bin/perl -S "$0" "$@";; esac'

This line has two "/bin/perl" and we can't use a line number to tell
sed which line it is since the line numbers in different files are
defferent.

[YOCTO #2304]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
13 years agoglib-2.0: fix builds on fedora 17
Robert Yang [Mon, 16 Apr 2012 08:36:45 +0000 (16:36 +0800)]
glib-2.0: fix builds on fedora 17

Generally distros keep perl at /usr/bin/perl
Fedora 17 also has /bin/perl

this causes glib-2.0 build on such distros to put perl interpreter path in
the perl scripts as /bin/perl

But we set perl location for target as /usr/bin/perl

This mismatch of perl path causes failure of rootfs image creation
like this:

| error: Failed dependencies:
|       /bin/perl is needed by libglib-2.0-utils-2.30.3-r0.ppc603e
NOTE: package meta-toolchain-gmae-1.0-r7: task do_populate_sdk: Failed

[YOCTO #2304]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
13 years agoperl: fix re-execution of patch/configure
Paul Eggleton [Mon, 16 Apr 2012 16:43:02 +0000 (17:43 +0100)]
perl: fix re-execution of patch/configure

The perl recipe's do_configure() does some manual sed replacements over
the entire WORKDIR. Fix the following issues with this:

* Skip patches, which fixes re-execution of do_patch after do_configure
  has run once
* Ensure that the replacement operation does nothing if do_configure is
  re-executed
* Avoid unnecessarily modifying /usr/include paths within documentation
  that will end up being packaged
* Fix a quoting issue in the expression used in the grep command that
  ended up causing files that did not contain .*\.h after /usr/include
  to be matched and modified.

The files modified during do_configure have been compared before and
after this patch to ensure there are no unexpected changes. Some
/usr/include paths that are not within documentation are no longer
being substituted however these are all within comments or scripts for
other Unix operating systems that are not applicable.

[YOCTO #2194]

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agocore-image-sato-sdk: typo in DESCRIPTION
Beth Flanagan [Mon, 16 Apr 2012 20:10:32 +0000 (13:10 -0700)]
core-image-sato-sdk: typo in DESCRIPTION

Fix for a minor type in DESCRIPTION

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agocore-image-rt-*.bb: require munges DESCRIPTION
Beth Flanagan [Mon, 16 Apr 2012 20:10:31 +0000 (13:10 -0700)]
core-image-rt-*.bb: require munges DESCRIPTION

The require of core-image-minimal overrides the description.
The best fix for this would be conditional setting of DESCRIPTION
in the required images for all image descriptions, but that opens
a potential can of worms. Moving the require fixes this.

Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoautogen-native: Fix sstate relocation issue when reusing libguile
Richard Purdie [Mon, 16 Apr 2012 21:08:18 +0000 (22:08 +0100)]
autogen-native: Fix sstate relocation issue when reusing libguile

This was found to cause issues on the Yocto autobuilders and fixes do_compile
failures when guile-native has been relocated.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobitbake.conf: Include abi_version.conf in a early stage
Dongxiao Xu [Mon, 16 Apr 2012 07:52:01 +0000 (15:52 +0800)]
bitbake.conf: Include abi_version.conf in a early stage

We may define new OELAYOUT_ABI variable in ${DISTRO}.conf, therefore we
need to move the abi_version.conf before that.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoMultilib: Fix RDEPENDS in libc-package.bbclass, useradd.bbclass...
Zhai Edwin [Mon, 16 Apr 2012 06:50:00 +0000 (14:50 +0800)]
Multilib: Fix RDEPENDS in libc-package.bbclass, useradd.bbclass...

MLPREFIX is needed in RDEPENDS for multilib build

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoopkg-config-base/poky-feed-config-opkg: Always use ALL_MULTILIB_PACKAGE_ARCHS to...
Richard Purdie [Mon, 16 Apr 2012 11:31:45 +0000 (11:31 +0000)]
opkg-config-base/poky-feed-config-opkg: Always use ALL_MULTILIB_PACKAGE_ARCHS to build arch list

We need consistent configuration files for opkg so we might as well always use
the full list. This is equal to PACKAGE_ARCHS in the non-multilib case.

This fixes various multilib failures with ipk multilibs.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodropbear: Allow tasks to be safely re-executed
Richard Purdie [Mon, 16 Apr 2012 10:32:46 +0000 (11:32 +0100)]
dropbear: Allow tasks to be safely re-executed

Re-running the debug_patch task would cause the build to fail. This patch
moves the extra patch handling directly into SRC_URI and removes the need
for the separate task, allowing safe re-execution of each task.

[YOCTO #2194]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodocbook-utils-native: Fix re-execution of the unpack task
Richard Purdie [Mon, 16 Apr 2012 10:05:02 +0000 (11:05 +0100)]
docbook-utils-native: Fix re-execution of the unpack task

If the do_unpack task is re-executed, the sed_done stamp was not removed, the
sed commands wouldn't re-run and the build would fail in do_compile. This
patch ensures the stamp is in ${S} and that we clean that directory
when unpack runs so it is a build from sctatch at that point.

[YOCTO #2194]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosgml-common: Fix re-execution of the compile task
Richard Purdie [Mon, 16 Apr 2012 09:49:45 +0000 (10:49 +0100)]
sgml-common: Fix re-execution of the compile task

The sed command run during do_compile isn't idempotent. This change fixes it
so that it is and the compile task can be re-executed.

[YOCTO #2194]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agowget: Fix re-execution issue
Richard Purdie [Mon, 16 Apr 2012 09:48:35 +0000 (10:48 +0100)]
wget: Fix re-execution issue

The patch in this recipe patches both configure and configure.in which leads
to build failures once configure has executed and regenerated configure.

The fix to make patch re-executable is not to patch configure and
only patch configure.in.

[YOCTO #2194]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopython: Fix re-execution problem due to patching configure and configure.in
Richard Purdie [Mon, 16 Apr 2012 09:47:56 +0000 (10:47 +0100)]
python: Fix re-execution problem due to patching configure and configure.in

There was a patch patching both configure and configure.in. Since the recipes
all autoreconf, this is pointless and means subsequent patch tasks fail.

The fix is to only patch configure.in.

[YOCTO #2194]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogcc-configure-common.inc: Stop gcc looking at build system paths
Richard Purdie [Sun, 15 Apr 2012 17:05:53 +0000 (18:05 +0100)]
gcc-configure-common.inc: Stop gcc looking at build system paths

There were puzzling failures when you make a force recompile of any gcc
component. The error was in do_configure with cross-compilation badness
being detected in config.log files.

gcc is different in that many of the config.log files are generated during
the do_compile phase. This means this host contamination issue has always
been present but only shows up on a rebuild.

The fix is to force the appropriate configuration variable to "none required"
then gcc won't look in the bad locations.

[YOCTO #2279]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogst-plugins-bad: add curl as build dependency
Dongxiao Xu [Sat, 14 Apr 2012 10:44:14 +0000 (18:44 +0800)]
gst-plugins-bad: add curl as build dependency

gst-plugins-bad needs curl.h to finish its build, so add curl as its
dependency.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agonet-tools: Fix do_patch to be re-executable
Richard Purdie [Sun, 15 Apr 2012 16:06:47 +0000 (17:06 +0100)]
net-tools: Fix do_patch to be re-executable

This recipe's do_patch was not able to be re-executed due to its custom
patching functions. This fixes things so that it can be re-executed.

It also fixes the unpack task re-execution by ensuring ${S} is clean
before the unpack starts.

[YOCTO #2194]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoman-pages: Fix to allow re-execution of tasks
Richard Purdie [Sun, 15 Apr 2012 15:32:29 +0000 (16:32 +0100)]
man-pages: Fix to allow re-execution of tasks

The all target in the makefile triggers "screen" and "remove" targets,
neither of which do anything useful/sane for our usecases. The simplest
way to get the makefile to behave is to only use the install target.

Clean up the recipe a bit whilst making these changes and simplify things.

[YOCTO #2194]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopseudo: Ensure the correct libraries are used at runtime
Richard Purdie [Sun, 15 Apr 2012 15:00:42 +0000 (16:00 +0100)]
pseudo: Ensure the correct libraries are used at runtime

There can be a conflict between the nativesdk libc and the host system's
libc. It is assumed the nativesdk version is of an equal or higher version.
This is a particular issue for pseudo if its loading a system binary
since the system's libc might be used of an older verison which would
then confuse libpseudo.so when loaded as a preload.

To avoid this, set LD_LIBRARY_PATH so the nativesdk libc is always
used.

Since we now use --without-rpath, we can remove the MAKEOPTS RPATH workaround.

[YOCTO #2299]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agounfs-server: Fix do_configure so it can be re-executed safely
Richard Purdie [Sun, 15 Apr 2012 13:02:02 +0000 (14:02 +0100)]
unfs-server: Fix do_configure so it can be re-executed safely

[YOCTO #2194]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoguile: Fix binary relocation issue for precompiled guile objects
Richard Purdie [Sun, 15 Apr 2012 11:02:18 +0000 (12:02 +0100)]
guile: Fix binary relocation issue for precompiled guile objects

When guile-native was relocated, there were messages like:

;;; note: source file /srv/home/pokybuild/yocto-autobuilder/yocto-slave/emenlow/build/build/tmp/sysroots/x86_64-linux/usr/share/guile/2.0/ice-9/eval.scm
;;;       newer than compiled /srv/home/pokybuild/yocto-autobuilder/yocto-slave/fri2/build/build/tmp/sysroots/x86_64-linux/usr/lib/guile/2.0/ccache/ice-9/eval.go

and this confuses things like the autogen-native "guile --version"
check. This patch ensures the wrapper script sets the necessary
variables correctly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoconnman-gnome: connman 0.79 API fixes
Paul Eggleton [Sun, 15 Apr 2012 02:01:57 +0000 (03:01 +0100)]
connman-gnome: connman 0.79 API fixes

Fix connman-gnome to work with connman 0.79, which made a number of
fairly serious DBus API changes. Also switch over to the newly
repopulated git repo on kernel.org in which the two previous patches
have been merged.

Fixes [YOCTO #2202].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogrub: Add missing dependency on autogen-native to avoid build failures
Richard Purdie [Sat, 14 Apr 2012 22:42:16 +0000 (23:42 +0100)]
grub: Add missing dependency on autogen-native to avoid build failures

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistro_tracking: add entries for several new recipes
Scott Garman [Sat, 14 Apr 2012 17:38:01 +0000 (10:38 -0700)]
distro_tracking: add entries for several new recipes

Added distro tracking fileds for the following recipes:

qt-mobility-x11
gst-plugin-bluetooth
alsa-state
ocf-linux
avahi-ui
libjson
systemtap-uprobes
xf86-video-fbdev
u-boot-fw-utils
qt4-graphics-system
qt-mobility-embedded
lttng-tools
shadow-securetty

Also fixed a few minor typos in others (spelling of bluetooth and months)

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistro_tracking: add some additional DISTRO_ALIASES
Saul Wold [Sat, 14 Apr 2012 17:38:00 +0000 (10:38 -0700)]
distro_tracking: add some additional DISTRO_ALIASES

ltp
rgb
libksba
stat
directfb-example
libfakekey
builder
core-gtk-directfb
task-core-tools-*
task-self-hosted
sato-screenshot
libxxf86misc
qmmp
portmap

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomulitlib.bbclass: Ensure correct value of ALL_MULTILIB_PACKAGE_ARCHS is preserved
Richard Purdie [Sat, 14 Apr 2012 21:46:17 +0000 (22:46 +0100)]
mulitlib.bbclass: Ensure correct value of ALL_MULTILIB_PACKAGE_ARCHS is preserved

The value of ALL_MULTILIB_PACKAGE_ARCHS needs to be consistent both
in multilib extended recipes and in normal context. If this isn't the
case it can lead to inconsistent configuration files at a minimum.

This patch ensures the value is preserved during the class extension code
since computing it after that point is hard.

[YOCTO #2290]

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