Re: [oe] [RFC] xorg: upgrade to X11R7.6 and remove preferred-xorg-versions*.inc files

2011-01-10 Thread Martin Jansa
On Thu, Dec 16, 2010 at 2:48 PM, Martin Jansa martin.ja...@gmail.com wrote: * X11R7.6-RC1 was already released  http://www.x.org/releases/X11R7.6-RC1/doc/xorg-docs/ReleaseNotes.html  so it's IMHO time to start migration there * preferred-xorg-versions-live.inc was tracking latest stable

[oe] [PATCH 2/6] mesa-7.9.1: change configure.ac to check for python not python2 as python-native does not stage python2

2011-01-10 Thread Martin Jansa
* should we fix it in python recipes instead? maybe more projects are looking for python2 and finds is on host not sysroot Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes/mesa/mesa-7.9.1.inc |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

[oe] [PATCH 5/6] libglew: import 1.5.7 from poky

2011-01-10 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes/glew/files/autotools.patch | 146 recipes/glew/libglew-1.5.1/autotools.patch | 146 recipes/glew/libglew-1.5.7/autotools.patch | 146

[oe] [PATCH 3/6] angstrom-2010: prefer newer mesa 7.9.1

2011-01-10 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../include/angstrom-2010-preferred-versions.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/conf/distro/include/angstrom-2010-preferred-versions.inc b/conf/distro/include/angstrom-2010-preferred-versions.inc

[oe] [PATCH 6/6] mesa-demos: import recipe from poky

2011-01-10 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes/mesa/mesa-demos_8.0.1.bb | 16 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 recipes/mesa/mesa-demos_8.0.1.bb diff --git a/recipes/mesa/mesa-demos_8.0.1.bb b/recipes/mesa/mesa-demos_8.0.1.bb

[oe] [PATCH] [RESEND] Convert `libcap_1.10` to new staging system by removing `do_stage()` [1].

2011-01-10 Thread Paul Menzel
Date: Sun, 9 Jan 2011 15:59:33 +0100 This change is build tested with the following configuration and `PREFERRED_BINUTILS_VERSION = 2.21`. Build Configuration: BB_VERSION= 1.10.2 METADATA_BRANCH = org.openembedded.dev METADATA_REVISION = 224c193

Re: [oe] OT: determining in `Makefile.in` the Python version/path

2011-01-10 Thread Paul Menzel
Am Sonntag, den 09.01.2011, 23:17 +0100 schrieb Andreas Oberritter: On 01/09/2011 10:07 PM, Paul Menzel wrote: I tried to use `python-config` to determine the Python version [3]. ifeq (arm, $(ARCH)) -# Force external python2.5 for now! -LIBS +=-lpython2.5

[oe] [PATCH] libcap, libcap2: use automatic packaging to fix QA errors

2011-01-10 Thread Paul Menzel
Date: Mon, 10 Jan 2011 12:09:26 +0100 Since commit 6883f6 [1] packages have been populated manually. FILES_${PN} = ${libdir} FILES_${PN}-dev = ${includedir} This gives the following QA errors for `libcap` and `libcap2` (which is based on `libcap` [2]) [3]. • `libcap`:

Re: [oe] [RFC] xorg: upgrade to X11R7.6 and remove preferred-xorg-versions*.inc files

2011-01-10 Thread Otavio Salvador
On Mon, Jan 10, 2011 at 06:31, Martin Jansa martin.ja...@gmail.com wrote: Or just push and see who complains? :/ +1 -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854              

Re: [oe] [PATCH 3/6] angstrom-2010: prefer newer mesa 7.9.1

2011-01-10 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10-01-11 10:55, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com Acked-by: Koen Kooi k...@openembedded.org --- .../include/angstrom-2010-preferred-versions.inc |2 +- 1 files changed, 1 insertions(+), 1

Re: [oe] [PATCH] libcap, libcap2: use automatic packaging to fix QA errors

2011-01-10 Thread Rolf Leggewie
On 10.01.2011 19:39, Paul Menzel wrote FILES_${PN} = ${libdir} FILES_${PN}-dev = ${includedir} I am putting Rolf into CC to get the reasoning for the previous behavior. My commit did not change the previous behaviour as far as I can see and thus I cannot comment on it.

Re: [oe] [PATCH v2] scons: add EXTRA_OESCONS

2011-01-10 Thread Koen Kooi
Op 10 jan 2011, om 15:12 heeft Víctor Manuel Jáquez Leal het volgende geschreven: It's similar to EXTRA_OEMAKE, which appends arguments to the scons command v2: * initialise the EXTRA_OECONS if it is not defined Signed-off-by: Víctor Manuel Jáquez Leal vjaq...@igalia.com Acked-by:

Re: [oe] [PATCH] libcap, libcap2: use automatic packaging to fix QA errors

2011-01-10 Thread Paul Menzel
Am Montag, den 10.01.2011, 21:44 +0800 schrieb Rolf Leggewie: On 10.01.2011 19:39, Paul Menzel wrote FILES_${PN} = ${libdir} FILES_${PN}-dev = ${includedir} I am putting Rolf into CC to get the reasoning for the previous behavior. My commit did not change the

[oe] [PATCH 1/2] minimal.conf: Fully switch to bluez4

2011-01-10 Thread Tom Rini
We still had bluez-libs being set for bluez-libs rather than bluez4 which meant that both were being built. Acked-by: Khem Raj raj.k...@gmail.com Signed-off-by: Tom Rini tom_r...@mentor.com --- conf/distro/minimal.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [oe] [RFC] xorg: upgrade to X11R7.6 and remove preferred-xorg-versions*.inc files

2011-01-10 Thread Tom Rini
On 01/10/2011 05:20 AM, Otavio Salvador wrote: On Mon, Jan 10, 2011 at 06:31, Martin Jansamartin.ja...@gmail.com wrote: Or just push and see who complains? :/ +1 +1 -- Tom Rini Mentor Graphics Corporation ___ Openembedded-devel mailing list

Re: [oe] [RFC] xorg: upgrade to X11R7.6 and remove preferred-xorg-versions*.inc files

2011-01-10 Thread Martin Jansa
On Mon, Jan 10, 2011 at 09:25:39AM -0700, Tom Rini wrote: On 01/10/2011 05:20 AM, Otavio Salvador wrote: On Mon, Jan 10, 2011 at 06:31, Martin Jansamartin.ja...@gmail.com wrote: Or just push and see who complains? :/ +1 +1 can I sed 's/+1/Ackey-by you 2/g' ? -- Martin 'JaMa' Jansa

Re: [oe] testing branch 2011-01-06

2011-01-10 Thread Tom Rini
On 01/06/2011 06:30 PM, Tom Rini wrote: On 01/06/2011 04:22 PM, Cliff Brake wrote: master has been merged to testing-next and is ready for clean builds. There are only 7 combinations listed as passing. If anyone has data that is not entered, I'll check back tomorrow morning before I create the

Re: [oe] [PATCH] packaged-staging.bbclass: bug fix in ipk file name generation for searching ipk file.

2011-01-10 Thread Khem Raj
On 1/9/2011 8:13 PM, Ahsan, Noor wrote: * First check the availability of PKGV_pkg variable, if it is not available then get value from PKGV variable for creating ipk file name for searching ipk file. Signed-off-by: Ahsan, Noornoor_ah...@mentor.com Acked-by: Khem Raj raj.k...@gmail.com ---

Re: [oe] [PATCH] libcap, libcap2: use automatic packaging to fix QA errors

2011-01-10 Thread Dirk Opfer
Am 10.01.2011 15:45, schrieb Paul Menzel: Maybe you want to look deeper into the history of that file. Sorry. It looks Dirk committed these lines when adding 1.10 in commit b823b4 [1]. Dirk, could you please comment on [2]. No idea why this was needed in the old version. Looks fine to me.