Re: [oe] [PATCH v2] alsa-lib: fix packaging error

2011-01-11 Thread Khem Raj
On 1/11/2011 11:26 AM, Steffen Sledz wrote: * symlink libasound.so -> libasound.so.2.0.0 in /usr/lib was missing in dev package Signed-off-by: Steffen Sledz Acked-by: Khem Raj --- recipes/alsa/alsa-lib_1.0.20.bb |2 +- recipes/alsa/alsa-lib_1.0.23.bb |2 +- 2 files changed,

Re: [oe] [PATCH 05/12] uclibc: shared-flat: put crtreloc.o into -dev package

2011-01-11 Thread Khem Raj
On 1/11/2011 11:47 AM, Bernhard Reutner-Fischer wrote: [khem, thanks alot for pushing the already ACKed hunks, i would have only pushed them now.. |-) ] khem, i know that flat is NIH in OE ATM but i consider this preparatory work. I still feed my bfin with my own setup but that hunk is potential

Re: [oe] [PATCH] busybox: move syslog config to /etc/default

2011-01-11 Thread Steffen Sledz
Am 12.01.2011 02:43, schrieb Chris Larson: > From: Chris Larson > > The busybox syslog syslog.conf is parsed by the /etc/init.d script, not by the > syslog process itself, so it belongs in /etc/default. In addition, the file > format is *completely* different from the standard sysklogd configura

Re: [oe] [PATCH 12/12] xz: bump version

2011-01-11 Thread Khem Raj
On 1/11/2011 12:18 PM, Bernhard Reutner-Fischer wrote: ping? You should check the repo. This patch was pushed with my sign offs now I have pushed this update as well Thanks -Khem A follow-up could also diff --git a/recipes/xz/xz.inc b/recipes/xz/xz.inc index ad23884..2ad345e 100644 --- a/re

Re: [oe] [PATCH] alsa-lib: fix packaging error

2011-01-11 Thread Steffen Sledz
Am 12.01.2011 07:21, schrieb Khem Raj: > On 1/11/2011 9:47 AM, Steffen Sledz wrote: >> * symlink libasound.so -> libasound.so.2.0.0 was missing >> >> Signed-off-by: Steffen Sledz > > can you put ${libdir}/libasound.so into libasound-dev Put it into alsa-lib-dev. See [PATCH v2]. Steffen __

Re: [oe] [PATCH] busybox: move syslog config to /etc/default

2011-01-11 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12-01-11 02:43, Chris Larson wrote: > From: Chris Larson > > The busybox syslog syslog.conf is parsed by the /etc/init.d script, not by the > syslog process itself, so it belongs in /etc/default. In addition, the file > format is *completely* dif

Re: [oe] [PATCH] busybox: move syslog config to /etc/default

2011-01-11 Thread Khem Raj
On 1/11/2011 5:43 PM, Chris Larson wrote: From: Chris Larson The busybox syslog syslog.conf is parsed by the /etc/init.d script, not by the syslog process itself, so it belongs in /etc/default. In addition, the file format is *completely* different from the standard sysklogd configuration, so w

Re: [oe] [PATCH] busybox: move syslog config to /etc/default

2011-01-11 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12-01-11 02:43, Chris Larson wrote: Acked-by: Koen Kooi -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Darwin) iD8DBQFNLVkQMkyGM64RGpERAsvJAJ0X3LKCZa/UGKCEyhi8ZVqm2H2hogCfeZEL 0BTGsNqRWq/HzGg/TXA1lrY= =a4z6 -END PGP SIGNATURE-

[oe] [PATCH 2/2] mesa: add new 7.10 version, with D_P -1 and without glamo.patch for now

2011-01-11 Thread Martin Jansa
* someone please test uclibc build if old uclibc.patch is enough * Tartarus reported issues with 7.9.1 (probably missing -ldl), I'll try to reproduce it here, but someone with populated ppc build is welcome to confirm it in 7.10 sooner * I'll rebase glamo.patch and add it later Signed-off-by:

[oe] [PATCH 1/2] xorg: new versions 2011-01-12

2011-01-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes/xorg-driver/xf86-video-geode_2.11.10.bb|9 -- recipes/xorg-driver/xf86-video-geode_2.11.11.bb|9 ++ recipes/xorg-driver/xf86-video-intel_2.13.0.bb | 11 --- recipes/xorg-driver/xf86-video-intel_2.14.0.bb | 11 +++

Re: [oe] [PATCH] alsa-lib: fix packaging error

2011-01-11 Thread Khem Raj
On 1/11/2011 9:47 AM, Steffen Sledz wrote: * symlink libasound.so -> libasound.so.2.0.0 was missing Signed-off-by: Steffen Sledz can you put ${libdir}/libasound.so into libasound-dev --- recipes/alsa/alsa-lib_1.0.20.bb |2 +- recipes/alsa/alsa-lib_1.0.23.bb |2 +- 2 files chan

Re: [oe] [PATCH 01/12] xorg-data: obsolete old versions

2011-01-11 Thread Khem Raj
On 1/11/2011 7:56 AM, Martin Jansa wrote: Signed-off-by: Martin Jansa whole series Acked-by: Khem Raj --- recipes/obsolete/xorg-data/xbitmaps_1.1.0.bb | 10 ++ recipes/obsolete/xorg-data/xcursor-themes_1.0.2.bb | 11 +++ recipes/xorg-data/xbitmaps_1.1.0.bb

[oe] [PATCH] busybox: move syslog config to /etc/default

2011-01-11 Thread Chris Larson
From: Chris Larson The busybox syslog syslog.conf is parsed by the /etc/init.d script, not by the syslog process itself, so it belongs in /etc/default. In addition, the file format is *completely* different from the standard sysklogd configuration, so while we should resolve the file conflict be

Re: [oe] [PATCH 3/4] unpack.py: add SRC_URI parameter unpack= (default: true)

2011-01-11 Thread Andreas Oberritter
Hello Bernhard, thanks for your review. When creating the patch I tried to use the least invasive way, i.e. to change as few lines of code as possible, in order not to break anything. Most of your remarks apply to already existing code which was either copied or indented. I think, that your sugges

Re: [oe] [PATCH 3/4] unpack.py: add SRC_URI parameter unpack= (default: true)

2011-01-11 Thread Bernhard Reutner-Fischer
On Tue, Jan 11, 2011 at 09:31:25PM +0100, Andreas Oberritter wrote: >Ping. > >On 01/06/2011 01:48 PM, Andreas Oberritter wrote: >> * This allows to download compressed files without extracting them >> * Use case: gcj requires ecj.jar, which must be downloaded separately >> and put into the gcc so

Re: [oe] [PATCH 3/4] unpack.py: add SRC_URI parameter unpack= (default: true)

2011-01-11 Thread Andreas Oberritter
Ping. On 01/06/2011 01:48 PM, Andreas Oberritter wrote: > * This allows to download compressed files without extracting them > * Use case: gcj requires ecj.jar, which must be downloaded separately > and put into the gcc source directory before configure gets executed. > > Signed-off-by: Andreas

Re: [oe] [PATCH 12/12] xz: bump version

2011-01-11 Thread Bernhard Reutner-Fischer
ping? A follow-up could also diff --git a/recipes/xz/xz.inc b/recipes/xz/xz.inc index ad23884..2ad345e 100644 --- a/recipes/xz/xz.inc +++ b/recipes/xz/xz.inc @@ -4,7 +4,7 @@ LICENSE = "Public Domain" HOMEPAGE = "http://tukaani.org/xz/"; INC_PR = "r0" S ?= "${WORKDIR}/xz-${PV}" -EXTRA_OECONF = "

Re: [oe] [PATCH 07/12] busybox: simplify handling of busybox-static

2011-01-11 Thread Bernhard Reutner-Fischer
Ping? This is a first step into sanitizing busybox recipes, although it doesn't really cleanup much ATM. In the long run, i have already thought about virtualizing busybox into coreutils/util-linux/init/whatnot and use packages and u-a (to handle these opkg-packages natively via rootfs_opkg and p

Re: [oe] [PATCH 05/12] uclibc: shared-flat: put crtreloc.o into -dev package

2011-01-11 Thread Bernhard Reutner-Fischer
[khem, thanks alot for pushing the already ACKed hunks, i would have only pushed them now.. |-) ] khem, i know that flat is NIH in OE ATM but i consider this preparatory work. I still feed my bfin with my own setup but that hunk is potentially a step in the right direction -- towards OE. So.. pin

Re: [oe] [PATCH 09/12] busybox: provide postrm for package mdev

2011-01-11 Thread Bernhard Reutner-Fischer
On Tue, Jan 04, 2011 at 01:54:04PM +0100, Wolfgang Hauser wrote: >I agree for the test statement, but that may be solved by using ´the >brackets in the long statement. > >Otavio Salvador schrieb: >> On Tue, Jan 4, 2011 at 09:58, Wolfgang Hauser wrote: >>> Keep it simple and stupid! >>> So I vote f

Re: [oe] [PATCH 2/2] omap4430-panda: fix u-boot

2011-01-11 Thread Eric Bénard
On 11/01/2011 19:51, Marcin Juszkiewicz wrote: Dnia wtorek, 11 stycznia 2011 o 03:35:18 Eric Bénard napisał(a): On 11/01/2011 10:28, Graeme Gregory wrote: If some distro does not have the sources in its fetchable list can the source archive not be copied to a more general source mirror? more

Re: [oe] [PATCH 2/2] omap4430-panda: fix u-boot

2011-01-11 Thread Marcin Juszkiewicz
Dnia wtorek, 11 stycznia 2011 o 03:35:18 Eric Bénard napisał(a): > On 11/01/2011 10:28, Graeme Gregory wrote: > > If some distro does not have the sources in its fetchable list can > > the source archive not be copied to a more general source mirror? > > more globally, shouldn't OE provide a sourc

Re: [oe] [PATCH 2/2] omap4430-panda: fix u-boot

2011-01-11 Thread Eric Bénard
On 11/01/2011 10:28, Graeme Gregory wrote: If some distro does not have the sources in its fetchable list can the source archive not be copied to a more general source mirror? more globally, shouldn't OE provide a source mirror for _everything_ which can be fetched by the project. This would av

[oe] [PATCH 10/12] removal: announce old xorg recipes removal

2011-01-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- removal.txt |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/removal.txt b/removal.txt index c526b45..8db663c 100644 --- a/removal.txt +++ b/removal.txt @@ -34,3 +34,10 @@ Proposed by:Martin 'JaMa' Jansa Note: Openmoko di

[oe] [PATCH 07/12] xorg-xserver: obsolete old versions

2011-01-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../xorg-xserver/xserver-xorg-1.7.1/dolt-fix.patch | 22 + .../xserver-xorg-1.7.1/randr-support.patch | 96 .../xserver-xorg-1.7.1/sysroot_fix.patch | 13 +++ .../xorg-xserver/xserver-xorg-1.8.1/dolt-fix.patch | 22

[oe] [PATCH 11/12] xorg: new versions 2011-01-11

2011-01-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- ...-config-replace-AC_CHECK_FILE-with-test-f.patch | 32 -- recipes/xorg-app/twm_1.0.5.bb | 15 --- recipes/xorg-app/twm_1.0.6.bb | 14 +++ recipes/xorg-app/x11perf_1.5.2.bb | 10 -- recipes/xor

[oe] [PATCH 12/12] xproxymanagementprotocol: drop PROVIDES xproxymngproto and update other recipes DEPENDS

2011-01-11 Thread Martin Jansa
* now xproxymanagementprotocol-sdk also provided xproxymngproto which is wrong * other option would be to add PROVIDES_virtclass-sdk = xproxymngproto-sdk Signed-off-by: Martin Jansa --- recipes/obsolete/xorg-app/proxymngr_1.0.1.bb |2 +- recipes/obsolete/xorg-app/xrx_1.0.3.bb

[oe] [PATCH 10/12] removal: announce old xorg recipes removal

2011-01-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- removal.txt |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/removal.txt b/removal.txt index c526b45..8db663c 100644 --- a/removal.txt +++ b/removal.txt @@ -34,3 +34,10 @@ Proposed by:Martin 'JaMa' Jansa Note: Openmoko di

[oe] [PATCH 06/12] xorg-util: obsolete old versions

2011-01-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes/obsolete/xorg-util/imake_1.0.2.bb |9 + recipes/obsolete/xorg-util/makedepend_1.0.2.bb |4 recipes/obsolete/xorg-util/util-macros_1.3.0.bb |4 recipes/xorg-util/imake_1.0.2.bb|9 - recipes/xor

[oe] [PATCH 02/12] xorg-font: obsolete old versions

2011-01-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes/obsolete/xorg-font/encodings_1.0.3.bb |8 .../obsolete/xorg-font/font-adobe-100dpi_1.0.1.bb |6 ++ .../obsolete/xorg-font/font-adobe-75dpi_1.0.1.bb |6 ++ .../xorg-font/font-adobe-utopia-100dpi_1.0.2.bb|9 +++

[oe] [PATCH 04/12] xorg-proto: obsolete old versions

2011-01-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes/obsolete/xorg-proto/bigreqsproto_1.1.0.bb |7 +++ .../obsolete/xorg-proto/compositeproto_0.4.1.bb|8 recipes/obsolete/xorg-proto/damageproto_1.2.0.bb |8 recipes/obsolete/xorg-proto/dri2proto_2.1.bb |6

[oe] [PATCH 03/12] xorg-doc: obsolete old versions

2011-01-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes/obsolete/xorg-doc/xorg-docs_1.5.bb | 13 + .../obsolete/xorg-doc/xorg-sgml-doctools_1.3.bb|8 recipes/xorg-doc/xorg-docs_1.5.bb | 13 - recipes/xorg-doc/xorg-sgml-doctools_1.3.bb

[oe] [PATCH 01/12] xorg-data: obsolete old versions

2011-01-11 Thread Martin Jansa
Signed-off-by: Martin Jansa --- recipes/obsolete/xorg-data/xbitmaps_1.1.0.bb | 10 ++ recipes/obsolete/xorg-data/xcursor-themes_1.0.2.bb | 11 +++ recipes/xorg-data/xbitmaps_1.1.0.bb| 10 -- recipes/xorg-data/xcursor-themes_1.0.2.bb |

Re: [oe] [PATCH v2] alsa-lib: fix packaging error

2011-01-11 Thread Steffen Sledz
Am 11.01.2011 15:24, schrieb Paul Menzel: > Am Dienstag, den 11.01.2011, 14:26 -0500 schrieb Steffen Sledz: > > Your clock/time is incorrect. Arrgghh. Should be fixed now. Steffen ___ Openembedded-devel mailing list Openembedded-devel@lists.openembe

Re: [oe] [PATCH v2] alsa-lib: fix packaging error

2011-01-11 Thread Steffen Sledz
Am 11.01.2011 15:36, schrieb Phil Blundell: > On Tue, 2011-01-11 at 14:26 -0500, Steffen Sledz wrote: >> * symlink libasound.so -> libasound.so.2.0.0 in /usr/lib was missing in >> dev package > > Why doesn't the generic FILES_${PN}-dev from bitbake.conf catch this > file? Not that I think your

Re: [oe] [PATCH v2] alsa-lib: fix packaging error

2011-01-11 Thread Phil Blundell
On Tue, 2011-01-11 at 14:26 -0500, Steffen Sledz wrote: > * symlink libasound.so -> libasound.so.2.0.0 in /usr/lib was missing in > dev package Why doesn't the generic FILES_${PN}-dev from bitbake.conf catch this file? Not that I think your patch is necessarily wrong but it isn't obvious to me

Re: [oe] [PATCH v2] alsa-lib: fix packaging error

2011-01-11 Thread Paul Menzel
Am Dienstag, den 11.01.2011, 14:26 -0500 schrieb Steffen Sledz: Your clock/time is incorrect. Thanks, Paul signature.asc Description: This is a digitally signed message part ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.o

Re: [oe] [PATCH v2] alsa-lib: fix packaging error

2011-01-11 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11-01-11 20:26, Steffen Sledz wrote: > * symlink libasound.so -> libasound.so.2.0.0 in /usr/lib was missing in > dev package > > Signed-off-by: Steffen Sledz Acked-by: Koen Kooi > --- > recipes/alsa/alsa-lib_1.0.20.bb |2 +- > recipes/al

[oe] [PATCH v2] alsa-lib: fix packaging error

2011-01-11 Thread Steffen Sledz
* symlink libasound.so -> libasound.so.2.0.0 in /usr/lib was missing in dev package Signed-off-by: Steffen Sledz --- recipes/alsa/alsa-lib_1.0.20.bb |2 +- recipes/alsa/alsa-lib_1.0.23.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/alsa/alsa-lib_1.0.20

Re: [oe] [PATCH] alsa-lib: fix packaging error

2011-01-11 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11-01-11 18:47, Steffen Sledz wrote: > * symlink libasound.so -> libasound.so.2.0.0 was missing > > Signed-off-by: Steffen Sledz > --- > recipes/alsa/alsa-lib_1.0.20.bb |2 +- > recipes/alsa/alsa-lib_1.0.23.bb |2 +- > 2 files changed, 2

[oe] [PATCH] alsa-lib: fix packaging error

2011-01-11 Thread Steffen Sledz
* symlink libasound.so -> libasound.so.2.0.0 was missing Signed-off-by: Steffen Sledz --- recipes/alsa/alsa-lib_1.0.20.bb |2 +- recipes/alsa/alsa-lib_1.0.23.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/alsa/alsa-lib_1.0.20.bb b/recipes/alsa/alsa-lib_1

Re: [oe] [PATCH 2/2] omap4430-panda: fix u-boot

2011-01-11 Thread Frans Meulenbroeks
Dear Graeme, Personally I feel it is not done to forward private mail without permission of the author to a public mailing list, especially not if the email contains opinions on other people. If I did want to send this to the list I would have done so myself. I would have expected a more prudent b

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

2011-01-11 Thread Víctor M . Jáquez L .
On Mon, Jan 10, 2011 at 03:28:29PM +0100, Koen Kooi wrote: > > 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 defi

Re: [oe] [PATCH 2/2] omap4430-panda: fix u-boot

2011-01-11 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11-01-11 10:28, Graeme Gregory wrote: > This is really a technical disagreement between two developers so > forwarded it back to the technical list. > > I do not have my panda yet to test new bootloaders, I can rely on the > one official supported

Re: [oe] [PATCH 2/2] omap4430-panda: fix u-boot

2011-01-11 Thread Graeme Gregory
This is really a technical disagreement between two developers so forwarded it back to the technical list. I do not have my panda yet to test new bootloaders, I can rely on the one official supported by TI working well until tests on a newer version can be performed. Until new version is teste

Re: [oe] [PATCH] angstrom-2010: prefer busybox-1.18.1

2011-01-11 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10-01-11 22:33, Eric Bénard wrote: > this is the latest stable version > > Signed-off-by: Eric Bénard Acked-by: Koen Kooi > --- > .../include/angstrom-2010-preferred-versions.inc |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-)