[OE-core] [PATCH 2/2] openssl: upgrade to 1.0.0i

2012-04-24 Thread Scott Garman
Addresses CVE-2012-2110 Fixes bug [YOCTO #2368] Signed-off-by: Scott Garman --- .../configure-targets.patch|0 .../debian/c_rehash-compat.patch |0 .../debian/ca.patch|0 .../debian/debian-targets.patch

[OE-core] [PATCH 0/2] Recipe security updates: libpng and openssl

2012-04-24 Thread Scott Garman
Hello, This upgrades libpng and openssl to adddress some recent CVEs. They have been build tested on all 5 of our QEMU architectures. There is another outstanding pull request that updated distro tracking for libpng, so I'm going to hold off on updating the distro tracking file until that gets i

[OE-core] [PATCH 1/2] libpng: upgrade to 1.2.49

2012-04-24 Thread Scott Garman
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 --- .../libpng/{libpng_1.2.46.bb => libpng_1.2.49.bb} | 10 +---

Re: [OE-core] [PATCHv2] {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs

2012-04-24 Thread Darren Hart
On 04/24/2012 06:46 PM, Andreas Oberritter wrote: > On 25.04.2012 03:14, Darren Hart wrote: >> >> >> On 04/24/2012 05:42 PM, Andreas Oberritter wrote: >>> On 25.04.2012 02:29, Darren Hart wrote: On 04/23/2012 02:48 PM, Andreas Oberritter wrote: > * depmod already gets executed

Re: [OE-core] [PATCHv2] {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs

2012-04-24 Thread Andreas Oberritter
On 25.04.2012 03:14, Darren Hart wrote: > > > On 04/24/2012 05:42 PM, Andreas Oberritter wrote: >> On 25.04.2012 02:29, Darren Hart wrote: >>> >>> >>> On 04/23/2012 02:48 PM, Andreas Oberritter wrote: * depmod already gets executed by pkg_postinst_kernel-image. * If you build a mod

Re: [OE-core] [PATCHv2] {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs

2012-04-24 Thread Darren Hart
On 04/24/2012 05:42 PM, Andreas Oberritter wrote: > On 25.04.2012 02:29, Darren Hart wrote: >> >> >> On 04/23/2012 02:48 PM, Andreas Oberritter wrote: >>> * depmod already gets executed by pkg_postinst_kernel-image. >>> >>> * If you build a module using module.bbclass, >>> pkg_postinst returns

Re: [OE-core] [PATCHv2] {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs

2012-04-24 Thread Andreas Oberritter
On 25.04.2012 02:29, Darren Hart wrote: > > > On 04/23/2012 02:48 PM, Andreas Oberritter wrote: >> * 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 f

Re: [OE-core] [PATCHv2] {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs

2012-04-24 Thread Darren Hart
On 04/23/2012 02:48 PM, Andreas Oberritter wrote: > * 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

[OE-core] [PATCH 0/1] Fix QEMU networking access to WAN

2012-04-24 Thread Scott Garman
Hello, This fixes the IP masquerading settings so that networked QEMU sessions can reach external networks. It is a partial fix for [YOCTO #2329]. It's been tested on my Linux Mint 12 host as well as Saul's Fedora 16 and Ubuntu 11.04 hosts. Scott The following changes since commit fd989e1b

[OE-core] [PATCH 1/1] runqemu-ifup: enable ip masquerading for QEMU NAT addresses

2012-04-24 Thread Scott Garman
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 --- scripts/runqemu-ifup |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/scripts/runqemu-ifup b/scripts/r

Re: [OE-core] LICENSE_{X}-xxx is parsed?

2012-04-24 Thread Flanagan, Elizabeth
On Tue, Apr 24, 2012 at 3:53 PM, Chris Larson wrote: > On Tue, Apr 24, 2012 at 3:38 PM, Flanagan, Elizabeth > wrote: >> The rest of the packages in the bb should be inheriting LICENSE if no >> PN level license is set. Which obviously causes problems for the above >> example. >> >> In a case like

Re: [OE-core] LICENSE_{X}-xxx is parsed?

2012-04-24 Thread Chris Larson
On Tue, Apr 24, 2012 at 3:38 PM, Flanagan, Elizabeth wrote: > The rest of the packages in the bb should be inheriting LICENSE if no > PN level license is set. Which obviously causes problems for the above > example. > > In a case like above you'd want to do either of the following: > > a. Call out

Re: [OE-core] LICENSE_{X}-xxx is parsed?

2012-04-24 Thread Flanagan, Elizabeth
On Tue, Apr 24, 2012 at 2:15 PM, Andrei Gherzan wrote: > On Tue, Apr 24, 2012 at 20:44, Flanagan, Elizabeth > wrote: >> >> On Tue, Apr 24, 2012 at 10:25 AM, Andrei Gherzan >> wrote: >> > Hello everybody, >> > >> > Is there any mechanism of parsing LICENSE variables for every provided >> > packag

Re: [OE-core] [oe][oe-core] Fix bad linkage towards host qt-mobility sensors module

2012-04-24 Thread Saul Wold
On 04/21/2012 03:28 PM, Ciprian Ciubotariu wrote: Prevent qmake from using mobilityconfig.prf from host system when build webkit. --- meta/recipes-qt/qt4/qt-4.8.0.inc |1 + meta/recipes-qt/qt4/qt-4.8.0/no-qt-mobility.patch | 52 + meta/recipes-qt/qt4

Re: [OE-core] LICENSE_{X}-xxx is parsed?

2012-04-24 Thread Andrei Gherzan
Digging into your commit i realized that this is already done. Thank you. @g On Wed, Apr 25, 2012 at 00:15, Andrei Gherzan wrote: > On Tue, Apr 24, 2012 at 20:44, Flanagan, Elizabeth < > elizabeth.flana...@intel.com> wrote: > >> On Tue, Apr 24, 2012 at 10:25 AM, Andrei Gherzan >> wrote: >> > H

Re: [OE-core] LICENSE_{X}-xxx is parsed?

2012-04-24 Thread Andrei Gherzan
On Tue, Apr 24, 2012 at 20:44, Flanagan, Elizabeth < elizabeth.flana...@intel.com> wrote: > On Tue, Apr 24, 2012 at 10:25 AM, Andrei Gherzan > wrote: > > Hello everybody, > > > > Is there any mechanism of parsing LICENSE variables for every provided > > package in a bb file? > > > > To be a littl

Re: [OE-core] is the virtual package -tanslation correct?

2012-04-24 Thread Richard Purdie
On Tue, 2012-04-24 at 17:47 +0100, Phil Blundell wrote: > On Tue, 2012-04-24 at 17:33 +0100, Richard Purdie wrote: > > On Tue, 2012-04-24 at 11:48 +0100, Phil Blundell wrote: > > > On Tue, 2012-04-24 at 11:45 +0100, Richard Purdie wrote: > > > > On Tue, 2012-04-24 at 10:42 +0100, Phil Blundell wrot

Re: [OE-core] LICENSE_{X}-xxx is parsed?

2012-04-24 Thread Flanagan, Elizabeth
On Tue, Apr 24, 2012 at 10:25 AM, Andrei Gherzan wrote: > Hello everybody, > > Is there any mechanism of parsing LICENSE variables for every provided > package in a bb file? > > To be a little more clear about this. > > If i have an app named myapp. Let's say the myapp_1.0.bb includes: > LICENSE =

Re: [OE-core] is the virtual package -tanslation correct?

2012-04-24 Thread Phil Blundell
On Tue, 2012-04-24 at 17:33 +0100, Richard Purdie wrote: > On Tue, 2012-04-24 at 11:48 +0100, Phil Blundell wrote: > > On Tue, 2012-04-24 at 11:45 +0100, Richard Purdie wrote: > > > On Tue, 2012-04-24 at 10:42 +0100, Phil Blundell wrote: > > > > Yes, that is the intended behaviour. This is necessa

Re: [OE-core] [PATCH] uclibc SDK not including libpthread_nonshared.a

2012-04-24 Thread Saul Wold
On 04/23/2012 05:22 AM, Mark Norman wrote: 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. --- meta/reci

Re: [OE-core] is the virtual package -tanslation correct?

2012-04-24 Thread Richard Purdie
On Tue, 2012-04-24 at 11:48 +0100, Phil Blundell wrote: > On Tue, 2012-04-24 at 11:45 +0100, Richard Purdie wrote: > > On Tue, 2012-04-24 at 10:42 +0100, Phil Blundell wrote: > > > Yes, that is the intended behaviour. This is necessary to support > > > dynamically installed language packs. > > >

Re: [OE-core] adding package nss in rootfs failed with dependency "/usr/local/bin/perl"

2012-04-24 Thread Mark Hatle
On 4/24/12 8:23 AM, Jegan Chandru wrote: Hi, I have cross compiled NSS 3.13.1 for x86 64 bit environment, but when I try to add NSS package in rootfs, i am getting the following error, /error: Failed dependencies: /usr/local/bin/perl is needed by nss-3.13.1-r0.x86_64/ I know perl is needed for

Re: [OE-core] [oe-core][PATCHv2 0/2] more kernel.bbclass updates

2012-04-24 Thread Martin Jansa
On Thu, Mar 29, 2012 at 04:08:43PM +0200, Martin Jansa wrote: > The following changes since commit 432e36300d7231c9b01cd2c6c4b39b84cf4fddca: > > rpm: Ensure we depend on file (2012-03-28 18:40:20 +0100) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core

[OE-core] adding package nss in rootfs failed with dependency "/usr/local/bin/perl"

2012-04-24 Thread Jegan Chandru
Hi, I have cross compiled NSS 3.13.1 for x86 64 bit environment, but when I try to add NSS package in rootfs, i am getting the following error, *error: Failed dependencies: /usr/local/bin/perl is needed by nss-3.13.1-r0.x86_64* I know perl is needed for nss, but the path which is trying t

[OE-core] [PATCH] boost: set python-root correctly

2012-04-24 Thread Tasslehoff Kjappfot
Signed-off-by: Tasslehoff Kjappfot --- meta/recipes-support/boost/boost.inc | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index c9306df..5341a8c 100644 --- a/meta/recipes-support/boost

Re: [OE-core] [PATCH] boost: set python-root correctly

2012-04-24 Thread Koen Kooi
Op 25 apr. 2012, om 01:14 heeft Tasslehoff Kjappfot het volgende geschreven: > --- > meta/recipes-support/boost/boost.inc |8 +++- > meta/recipes-support/boost/boost_1.49.0.bb |2 +- > 2 files changed, 8 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-support/boost/bo

[OE-core] [PATCH] boost: set python-root correctly

2012-04-24 Thread Tasslehoff Kjappfot
--- meta/recipes-support/boost/boost.inc |8 +++- meta/recipes-support/boost/boost_1.49.0.bb |2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index c9306df..fbdf292 100644 --- a/meta

Re: [OE-core] [PATCH 1/1] qt4: move functions from python to shell style

2012-04-24 Thread Paul Eggleton
Hi Dongxiao, On Monday 23 April 2012 16:53:02 Dongxiao Xu wrote: > 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

Re: [OE-core] is the virtual package -tanslation correct?

2012-04-24 Thread Phil Blundell
On Tue, 2012-04-24 at 11:45 +0100, Richard Purdie wrote: > On Tue, 2012-04-24 at 10:42 +0100, Phil Blundell wrote: > > Yes, that is the intended behaviour. This is necessary to support > > dynamically installed language packs. > > What uses this out of interest? I'm not entirely sure to be hones

Re: [OE-core] is the virtual package -tanslation correct?

2012-04-24 Thread Richard Purdie
On Tue, 2012-04-24 at 10:42 +0100, Phil Blundell wrote: > On Tue, 2012-04-24 at 09:33 +, Lu, Lianhao wrote: > > I found that in package.bbclass when generating the -locale packages, it > > sets RPROVIDES to provide the virtual packages -translation, > > d.setVar('RPROVIDES_' + pkg, '%s-local

Re: [OE-core] [CONSOLIDATED PULL 00/43] Post 1.2 Catch Up

2012-04-24 Thread Richard Purdie
On Fri, 2012-04-20 at 09:44 -0700, Saul Wold wrote: > This is a series of patches that I have collected during the > 1.2 stabilization time, the large set of changes from Mark H > for update-alternatives. > > This also includes some packaging updates from me to remove > more warnings, with this s

Re: [OE-core] [CONSOLIDATED PULL 29/43] package.bbclass: Ensure kernel modules get stripped

2012-04-24 Thread Richard Purdie
On Mon, 2012-04-23 at 08:47 -0700, Darren Hart wrote: > > On 04/20/2012 09:45 AM, Saul Wold wrote: > > From: Richard Purdie > > > > 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 ge

Re: [OE-core] Error compiling Boost with Python support on 64-bit host for 32-bit target.

2012-04-24 Thread Tasslehoff Kjappfot
On 04/24/2012 11:44 AM, Richard Purdie wrote: On Tue, 2012-04-24 at 23:02 +0200, Tasslehoff Kjappfot wrote: boost.inc: # To enable python, uncomment the following: #BOOST_LIBS += "python" #DEPENDS += "python" #PYTHON_ROOT = "${STAGING_DIR_HOST}/${prefix}" #PYTHON_VERSION = "2.5" If this is unc

Re: [OE-core] Error compiling Boost with Python support on 64-bit host for 32-bit target.

2012-04-24 Thread Richard Purdie
On Tue, 2012-04-24 at 23:02 +0200, Tasslehoff Kjappfot wrote: > boost.inc: > > # To enable python, uncomment the following: > #BOOST_LIBS += "python" > #DEPENDS += "python" > #PYTHON_ROOT = "${STAGING_DIR_HOST}/${prefix}" > #PYTHON_VERSION = "2.5" > > If this is uncommented, stuff fails with mess

Re: [OE-core] is the virtual package -tanslation correct?

2012-04-24 Thread Phil Blundell
On Tue, 2012-04-24 at 09:33 +, Lu, Lianhao wrote: > I found that in package.bbclass when generating the -locale packages, it sets > RPROVIDES to provide the virtual packages -translation, > d.setVar('RPROVIDES_' + pkg, '%s-locale %s-translation' % (pn, ln)) > > This would result different r

[OE-core] is the virtual package -tanslation correct?

2012-04-24 Thread Lu, Lianhao
Hi guys, I found that in package.bbclass when generating the -locale packages, it sets RPROVIDES to provide the virtual packages -translation, d.setVar('RPROVIDES_' + pkg, '%s-locale %s-translation' % (pn, ln)) This would result different real packages provide the same -translation, i.e. egli

[OE-core] [PATCH 1/1] dpkg-native: fix deb-based rootfs construction failure on Fedora 16

2012-04-24 Thread Paul Eggleton
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

[OE-core] [PATCH 0/1] Fix deb-based rootfs construction

2012-04-24 Thread Paul Eggleton
The following change since commit 85bebd85c4f6603ac8fc1290121c34b92cc434f9: self-hosted-image: Update poky revision to point at the 1.2 release branch (2012-04-23 23:12:29 +0100) is available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/dpkg-fflush

Re: [OE-core] [Angstrom-devel] Python library hashlib is missig hash-code.

2012-04-24 Thread Richard Purdie
On Mon, 2012-04-23 at 15:08 +0200, Koen Kooi wrote: > Op 23 apr. 2012, om 10:15 heeft Koen Kooi het volgende geschreven: > > > Op 15 apr. 2012, om 16:35 heeft Koen Kooi het volgende geschreven: > > > >> My theory is that this is caused by the openssl /usr changes, can > anyone confirm or deny tha

Re: [OE-core] Error compiling Boost with Python support on 64-bit host for 32-bit target.

2012-04-24 Thread Tasslehoff Kjappfot
Ouch. Didn't mean to make this a part of another thread. Sorry about that. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

[OE-core] Error compiling Boost with Python support on 64-bit host for 32-bit target.

2012-04-24 Thread Tasslehoff Kjappfot
boost.inc: # To enable python, uncomment the following: #BOOST_LIBS += "python" #DEPENDS += "python" #PYTHON_ROOT = "${STAGING_DIR_HOST}/${prefix}" #PYTHON_VERSION = "2.5" If this is uncommented, stuff fails with messages like: | ...failed gcc.compile.c++ bin.v2/libs/python/build/69ffc88faf507

Re: [OE-core] [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-24 Thread Xiaofeng Yan
On 2012年04月24日 15:29, Richard Purdie wrote: On Tue, 2012-04-24 at 08:29 +0200, Koen Kooi wrote: Op 24 apr. 2012, om 08:12 heeft Xiaofeng Yan het volgende geschreven: On 2012年04月24日 13:53, Koen Kooi wrote: Op 24 apr. 2012, om 07:50 heeft Xiaofeng Yan het volgende geschreven: From: Xiaofeng

Re: [OE-core] [PATCH] bootimg.bbclass: Tweak iso images to become hybrid images

2012-04-24 Thread Richard Purdie
On Mon, 2012-04-23 at 08:37 -0700, Darren Hart wrote: > > On 04/19/2012 03:02 PM, Richard Purdie wrote: > > From: Damien Lespiau > > > > This allows iso images to be written to usb keys and booted on systems which > > have a BIOS which support this. There is no real down side to tweaking the >

[OE-core] [PATCH 0/1][PULL] Bug 2361: Add two new events for Hob use.

2012-04-24 Thread Dongxiao Xu
Hi Richard, This pull request is for bug 2361, please help to review and pull. Thanks, Dongxiao The following changes since commit 85bebd85c4f6603ac8fc1290121c34b92cc434f9: self-hosted-image: Update poky revision to point at the 1.2 release branch (2012-04-23 23:12:29 +0100) are available i

[OE-core] [PATCH 1/1] sanity.bbclass: Add a new case to issue sanity_check()

2012-04-24 Thread Dongxiao Xu
Judge if "SanityCheck" event is received, it will issue the sanity_check() and send "SanityCheckPassed" back if succeeded. Signed-off-by: Dongxiao Xu --- meta/classes/sanity.bbclass |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/classes/sanity.bbclass b/meta/clas

Re: [OE-core] [PATCH 1/1] gdk-pixbuf: Add --with-x11 when building lsb image

2012-04-24 Thread Richard Purdie
On Tue, 2012-04-24 at 08:29 +0200, Koen Kooi wrote: > Op 24 apr. 2012, om 08:12 heeft Xiaofeng Yan het volgende geschreven: > > > On 2012年04月24日 13:53, Koen Kooi wrote: > >> Op 24 apr. 2012, om 07:50 heeft Xiaofeng Yan het volgende geschreven: > >> > >> > >>> From: Xiaofeng Yan > >>> > >>> >