[OE-core] [PATCH][RFC] bitbake.conf: use empty SRC_URI by default

2012-03-07 Thread Andreas Oberritter
* 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 --- * I haven't tested this yet, I don't know whether there are any caveeats. What's the purpose o

[OE-core] Undeterministic builds with different distributions

2012-03-07 Thread Andreas Oberritter
Hi, I've built an image for the opendreambox distribution on two hosts: a) Ubuntu 11.10 ("oneiric"), amd64 b) Debian 6.0.4 ("Squeeze"), i386 Afterwards I compared image statistics of both runs recorded by buildhistory. Before building the images, I disabled image-prelink on both hosts. I did t

[OE-core] [PATCH] gtk+: Amend upstream status of configure-nm.patch

2012-03-07 Thread James Limbouris
Signed-off-by: James Limbouris --- .../gtk+/gtk+-2.24.8/configure-nm.patch|4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gnome/gtk+/gtk+-2.24.8/configure-nm.patch b/meta/recipes-gnome/gtk+/gtk+-2.24.8/configure-nm.patch index 5aeef50..5f40508

[OE-core] [PATCH v3] gdk-pixbuf: Pick up ${NM} from the environment.

2012-03-07 Thread James Limbouris
Signed-off-by: James Limbouris --- .../gdk-pixbuf-2.24.0/configure_nm.patch | 21 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb |3 +- 2 files changed, 23 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/c

[OE-core] [PATCH][resend] python-native: distutils: don't use libdir, remove dead code path

2012-03-07 Thread Andreas Oberritter
* 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 sys.lib instead of libd

[OE-core] [PATCH v2] bzip2: split into binary and library packages

2012-03-07 Thread Andreas Oberritter
* Create libbz2 (and -dev, -staticdev), which can be installed without the bzip2 executables. Signed-off-by: Andreas Oberritter --- v1->v2: Bump PR of every package depending on bzip2 as suggested by Koen. .../recipes-gnome/libgsf/libgsf_1.14.5.bb |2 +- meta/recipes-devtools/dpk

[OE-core] [PATCHv3] bluez4: add dependency on libcheck to enable test modules

2012-03-07 Thread Chase Maupin
* 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

Re: [OE-core] [PATCHv2] bluez4: add dependency on libcheck to enable test modules

2012-03-07 Thread Maupin, Chase
> -Original Message- > From: Paul Menzel [mailto:paulepan...@users.sourceforge.net] > Sent: Wednesday, March 07, 2012 6:43 AM > To: openembedded-core@lists.openembedded.org > Cc: Maupin, Chase > Subject: Re: [OE-core] [PATCHv2] bluez4: add dependency on libcheck > to enable test modules >

[OE-core] [PATCH] qt4: fix deps in libQtWebkit.la and QtWebKit.pc

2012-03-07 Thread Andreas Oberritter
* 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 fai

Re: [OE-core] [PATCH 1/1] kernel.bbclass: Remove warnings for modutils and modprobe.d

2012-03-07 Thread Darren Hart
On 03/07/2012 12:21 AM, Koen Kooi wrote: > > Op 7 mrt. 2012, om 09:06 heeft Darren Hart het volgende geschreven: > >> 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 ei

[OE-core] [PATCH] external-csl-toolchain: override PKGV, not PKGV_${PN}

2012-03-07 Thread Christopher Larson
From: Christopher Larson 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: Chri

Re: [OE-core] [PATCHv2] bluez4: add dependency on libcheck to enable test modules

2012-03-07 Thread Paul Menzel
Am Mittwoch, den 07.03.2012, 06:32 -0600 schrieb Chase Maupin: > * 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 availalbe results in the

[OE-core] [PATCHv2] bluez4: add dependency on libcheck to enable test modules

2012-03-07 Thread Chase Maupin
* 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 availalbe results in the configure script ignoring the --enable-test option and not building

Re: [OE-core] [CONSOLIDATED PULL 17/20] xz: split out liblzma as seperate packages

2012-03-07 Thread Paul Menzel
Dear Saul, there is a typo in the commit summary: sep*a*rate. Thanks, Paul signature.asc Description: This is a digitally signed message part ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi

Re: [OE-core] [PATCH v2] gdk-pixbuf: Pick up ${NM} from the environment.

2012-03-07 Thread Paul Menzel
Dear James, Am Mittwoch, den 07.03.2012, 01:49 + schrieb James Limbouris: > > thank you for sending an improved version of the patch. > > > ... > > > > as Khem and you discussed, it should be useful for upstream [1]. Maybe > > you can add more context [2][3], so upstream can better judge i

Re: [OE-core] [PATCH] arch-powerpc.inc: use default value ofTUNE_PKGARCH

2012-03-07 Thread Eibach, Dirk
> We can use the default value for TUNE_PKGARCH, and now we > just append "-nf" if TARGET_FPU is fpu-soft > > Signed-off-by: Matthew McClintock > --- > meta/conf/machine/include/powerpc/arch-powerpc.inc |6 ++ > 1 files changed, 2 insertions(+), 4 deletions(-) > > diff --git > a/me

Re: [OE-core] [PATCH 1/1] kernel.bbclass: Remove warnings for modutils and modprobe.d

2012-03-07 Thread Koen Kooi
Op 7 mrt. 2012, om 09:06 heeft Darren Hart het volgende geschreven: > 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'

[OE-core] [PATCH 0/1] kernel.bbclass: Remove warnings for modutils and modprobe.d

2012-03-07 Thread Darren Hart
The following changes since commit d7b8c247227f3cc82f92292407f548927e9fde78: base.bbclass: Fix PACKAGECONFIG handling when no flags are set (2012-03-05 13:03:41 -0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib dvhart/bug/2036 http://git.pokylinux.org/cgit

[OE-core] [PATCH 1/1] kernel.bbclass: Remove warnings for modutils and modprobe.d

2012-03-07 Thread Darren Hart
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