Re: [oe] [PATCH] lib_package.bbclass: fix packaging of static libs, inherit binconfig

2010-11-16 Thread Andreas Oberritter
On 11/15/2010 07:11 PM, Tom Rini wrote: > On 11/15/2010 08:46 AM, Andreas Oberritter wrote: >> On 11/15/2010 04:07 PM, Tom Rini wrote: >>> On 11/14/2010 04:49 PM, Andreas Oberritter wrote: On 11/13/2010 08:12 PM, Tom Rini wrote: > On 11/13/2010 09:28 AM, Andreas Oberritter wrote: >>> *

[oe] [PATCH] binconfig: use / instead empty prefix/exec_prefix in get_binconfig_mangle

2010-11-16 Thread Martin Jansa
* 952e5e2b7a5c1deefc939594d40b81a71fb16a54 appends / in sed call, but it breaks ie =/usr replacement ie in libmikmod * using at least / in SLASH_PREFIX/SLASH_EXEC_PREFIX is needed ie for micro distribution where prefix/exec_prefix are empty (/usr collapsed to /) * thanks to GNUtoo! --- classes

[oe] [PATCH 1/2] udh.inc: use RDEPENDS_${PN}

2010-11-16 Thread Martin Jansa
--- recipes/uhd/uhd.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc index 3b5be58..d2e7903 100644 --- a/recipes/uhd/uhd.inc +++ b/recipes/uhd/uhd.inc @@ -3,9 +3,9 @@ HOMEPAGE = "http://www.ettus.com"; LICENSE = "GPLV3+"

[oe] [PATCH 2/2] jlime,dzen2,puzzles: use RDEPENDS_${PN}

2010-11-16 Thread Martin Jansa
* it was fixed in whole tree about half year ago http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-June/020384.html http://comments.gmane.org/gmane.comp.handhelds.openembedded/33440 * then again about month ago http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/

Re: [oe] [PATCH] libfribidi-0.10.4: update recipe, fix packaging

2010-11-16 Thread Andreas Oberritter
Ping (now that the required changes to lib_package.bbclass have been pushed) Patchwork URL: http://patchwork.openembedded.org/patch/3297/ On 10/18/2010 12:15 AM, Andreas Oberritter wrote: > * added LICENSE > * removed configure patch > * use lib_package and binconfig to package all installed file

Re: [oe] [PATCH] libungif-4.1.3: update recipe, fix packaging

2010-11-16 Thread Andreas Oberritter
Ping (now that the required changes to lib_package.bbclass have been pushed) Patchwork URL: http://patchwork.openembedded.org/patch/3416/ On 10/25/2010 02:50 PM, Andreas Oberritter wrote: > * Use lib_package to move static libraries to -static > and *.la and *.so symlinks to -dev. > * Converted

Re: [oe] [PATCH] pkgconfig.bbclass: don't blindly install every .pc file

2010-11-16 Thread Andreas Oberritter
I think I need to draw some more attention to this patch, because the current way of installing all .pc files from a source tree to sysroot causes build breakage. I'd really prefer this being merged now, so it will make it into the planned december release. Potential problems caused by the patch c

Re: [oe] [PATCH 1/2] udh.inc: use RDEPENDS_${PN}

2010-11-16 Thread Frans Meulenbroeks
Acked-by: Frans Meulenbroeks 2010/11/16 Martin Jansa : > --- >  recipes/uhd/uhd.inc |    4 ++-- >  1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc > index 3b5be58..d2e7903 100644 > --- a/recipes/uhd/uhd.inc > +++ b/recipes/uhd/uhd.inc >

Re: [oe] [PATCH 2/2] jlime,dzen2,puzzles: use RDEPENDS_${PN}

2010-11-16 Thread Frans Meulenbroeks
Acked-by: Frans Meulenbroeks 2010/11/16 Martin Jansa : > * it was fixed in whole tree about half year ago >  http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-June/020384.html >  http://comments.gmane.org/gmane.comp.handhelds.openembedded/33440 > * then again about month ago >  http://

Re: [oe] [PATCH 1/2] udh.inc: use RDEPENDS_${PN}

2010-11-16 Thread Philip Balister
On 11/16/2010 06:13 AM, Martin Jansa wrote: --- recipes/uhd/uhd.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/uhd/uhd.inc b/recipes/uhd/uhd.inc index 3b5be58..d2e7903 100644 --- a/recipes/uhd/uhd.inc +++ b/recipes/uhd/uhd.inc @@ -3,9 +3,9 @@ HOMEPAGE =

[oe] [PATCH v2] iftop: new recipe

2010-11-16 Thread Tim Harvey
Signed-off-by: Tim Harvey --- recipes/iftop/iftop_0.17.bb | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 recipes/iftop/iftop_0.17.bb diff --git a/recipes/iftop/iftop_0.17.bb b/recipes/iftop/iftop_0.17.bb new file mode 100644 index 000..2cfa441 --- /

[oe] [PATCH v2] nuttcp: new recipe

2010-11-16 Thread Tim Harvey
Signed-off-by: Tim Harvey --- recipes/nuttcp/nuttcp/nuttcpd.init | 33 + recipes/nuttcp/nuttcp_7.1.3.bb | 26 ++ 2 files changed, 59 insertions(+), 0 deletions(-) create mode 100644 recipes/nuttcp/nuttcp/nuttcpd.init create mode 10

Re: [oe] [PATCH] metano.conf: Change eglibc to glibc

2010-11-16 Thread Khem Raj
On Sun, Nov 14, 2010 at 4:20 PM, angelox_123 wrote: > * Change eglibc to glibc on Metano's configuration file > moving forwards eglibc is being adopted more is there any particular reason this distro should stick to glibc ? > Signed-off-by: Angelo S. Mavridis Bartolome > --- >  conf/distro/meta

Re: [oe] [PATCH v2] iftop: new recipe

2010-11-16 Thread Khem Raj
On Tue, Nov 16, 2010 at 10:01 AM, Tim Harvey wrote: > Signed-off-by: Tim Harvey > --- >  recipes/iftop/iftop_0.17.bb |   11 +++ >  1 files changed, 11 insertions(+), 0 deletions(-) >  create mode 100644 recipes/iftop/iftop_0.17.bb > > diff --git a/recipes/iftop/iftop_0.17.bb b/recipes/ift

[oe] Preparing for release - Freeze on master

2010-11-16 Thread Khem Raj
Hello All, In order to get to the 2010.12 release, I would like to request to stop pushing any changes to master until release. Please keep your changes in you local tree ready for when the window opens again after the release. Any bugfixes (and only bugfixes) that are required for the release are

Re: [oe] [testing-next] race condition on incremental build of tosa opie-image

2010-11-16 Thread Yury Bushmelev
2010/11/15 Yuri Bushmelev : > Hello! > > There are results from tonight's testbuilder run on current testing-next. > > I have following fail when doing _incremental_ test build of > angstrom-2008.1/tosa/opie-image. Clean build was fine. > Bitbake version: git master, OE version: testing-next. > bb

[oe] [PATCH v3] iftop: new recipe

2010-11-16 Thread Tim Harvey
Signed-off-by: Tim Harvey --- recipes/iftop/iftop_0.17.bb | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 recipes/iftop/iftop_0.17.bb diff --git a/recipes/iftop/iftop_0.17.bb b/recipes/iftop/iftop_0.17.bb new file mode 100644 index 000..2cfa441 --- /

[oe] [PATCH v3] nuttcp: new recipe

2010-11-16 Thread Tim Harvey
Signed-off-by: Tim Harvey --- recipes/nuttcp/nuttcp/nuttcpd.init | 33 + recipes/nuttcp/nuttcp_7.1.3.bb | 26 ++ 2 files changed, 59 insertions(+), 0 deletions(-) create mode 100644 recipes/nuttcp/nuttcp/nuttcpd.init create mode 10

Re: [oe] [PATCH v2] iftop: new recipe

2010-11-16 Thread Tim Harvey
On 11/16/2010 10:09 AM, Khem Raj wrote: On Tue, Nov 16, 2010 at 10:01 AM, Tim Harvey wrote: Signed-off-by: Tim Harvey --- recipes/iftop/iftop_0.17.bb | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 recipes/iftop/iftop_0.17.bb diff --git a/recipes/i

[oe] [PATCH] udev 141: fix postinst check for /lib/udev/rules.d symlink

2010-11-16 Thread Michael Smith
[ -d foo ] succeeds even if foo is a symlink to a directory. Signed-off-by: Michael Smith --- recipes/udev/udev_141.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/udev/udev_141.bb b/recipes/udev/udev_141.bb index 816637f..7a34ada 100644 --- a/recipes/udev/

[oe] [PATCH] linux 2.6.32: update from 2.6.32.9 to 2.6.32.25

2010-11-16 Thread Michael Smith
Signed-off-by: Michael Smith --- recipes/linux/linux_2.6.32.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/linux/linux_2.6.32.bb b/recipes/linux/linux_2.6.32.bb index f1f4cc8..0122759 100644 --- a/recipes/linux/linux_2.6.32.bb +++ b/recipes/linux/linux_2.

Re: [oe] [PATCH] linux 2.6.32: update from 2.6.32.9 to 2.6.32.25

2010-11-16 Thread Tom Rini
On 11/16/2010 12:26 PM, Michael Smith wrote: Signed-off-by: Michael Smith While I like this conceptually, did you confirm that all of the machines that have additional patches still patch cleanly? --- recipes/linux/linux_2.6.32.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deleti

Re: [oe] [PATCH] udev 141: fix postinst check for /lib/udev/rules.d symlink

2010-11-16 Thread Tom Rini
On 11/16/2010 12:21 PM, Michael Smith wrote: [ -d foo ] succeeds even if foo is a symlink to a directory. Signed-off-by: Michael Smith Acked-by: Tom Rini --- recipes/udev/udev_141.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/udev/udev_141.bb b/re

Re: [oe] [PATCH] linux 2.6.32: update from 2.6.32.9 to 2.6.32.25

2010-11-16 Thread Michael Smith
Tom Rini wrote: While I like this conceptually, did you confirm that all of the machines that have additional patches still patch cleanly? I did not, but should have. All patches still apply except for eee701 (applied upstream) and topas910 (some hunks rejected, some applied upstream). Ma

[oe] PREFERRED_PROVIDER issue/question

2010-11-16 Thread Frans Meulenbroeks
When I am building mythtv-plugins for distro minimal I get: NOTE: oestats: build 103602 NOTE: Resolving any missing task queue dependencies NOTE: multiple providers are available for runtime libmysqlclient (mysql5, mysql) NOTE: consider defining a PREFERRED_PROVIDER entry to match libmysqlclient N

Re: [oe] Preparing for release - Freeze on master

2010-11-16 Thread Paul Menzel
Dear OE folks, Am Dienstag, den 16.11.2010, 10:20 -0800 schrieb Khem Raj: > In order to get to the 2010.12 release, I would like to request to > stop pushing any changes to master until release. Please keep your > changes in you local tree ready for when the window > opens again after the releas

Re: [oe] Preparing for release - Freeze on master

2010-11-16 Thread Khem Raj
On Tue, Nov 16, 2010 at 2:39 PM, Paul Menzel wrote: > Dear OE folks, > > > Am Dienstag, den 16.11.2010, 10:20 -0800 schrieb Khem Raj: > >> In order to get to the 2010.12 release, I would like to request to >> stop pushing any changes to master until release. Please keep your >> changes in you loca

Re: [oe] Preparing for release - Freeze on master

2010-11-16 Thread Frans Meulenbroeks
2010/11/16 Khem Raj : > On Tue, Nov 16, 2010 at 2:39 PM, Paul Menzel > wrote: >> Dear OE folks, >> >> >> Am Dienstag, den 16.11.2010, 10:20 -0800 schrieb Khem Raj: >> >>> In order to get to the 2010.12 release, I would like to request to >>> stop pushing any changes to master until release. Please

Re: [oe] Preparing for release - Freeze on master

2010-11-16 Thread Khem Raj
On Tue, Nov 16, 2010 at 2:52 PM, Frans Meulenbroeks wrote: > 2010/11/16 Khem Raj : >> On Tue, Nov 16, 2010 at 2:39 PM, Paul Menzel >> wrote: >>> Dear OE folks, >>> >>> >>> Am Dienstag, den 16.11.2010, 10:20 -0800 schrieb Khem Raj: >>> In order to get to the 2010.12 release, I would like to r

Re: [oe] PREFERRED_PROVIDER issue/question

2010-11-16 Thread Khem Raj
On Tue, Nov 16, 2010 at 1:44 PM, Frans Meulenbroeks wrote: > > So it seems to check PREFERRED_PROVIDER_mysql5 not (what I had > expected PREFERRED_PROVIDER_libmysqlclient) > > Questions: > Is this a bug somewhere? Usually sometimes one package provided something the other does not so they dont be

[oe] [PATCH] gtkmm: added gtkmm-demo package

2010-11-16 Thread Frans Meulenbroeks
There were some unpacked files in /usr/share/gtkmm-2.4/demo/ This patch addes a new package gtkmm-demo and stuffs the files from that demo dir in it Also added INC_PR Signed-off-by: Frans Meulenbroeks --- recipes/gtkmm/gtkmm.inc |5 + recipes/gtkmm/gtkmm_2.12.7.bb |2 +- recip

[oe] [PATCH] gstreamer-ti-ddompe: add recipe

2010-11-16 Thread Tim Harvey
The gstreamer-ti-ddompe branch contains some additional features that have not made it upstream yet. See http://processors.wiki.ti.com/index.php/GStreamer_Plug-in_2.x_Design Signed-off-by: Tim Harvey --- .../gstreamer-ti-ddompe-add-omapfb.patch | 1354 recipes/ti/

Re: [oe] [PATCH v2] TI tools - make EULA unpack work when /opt is writeable

2010-11-16 Thread Maupin, Chase
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of > Stefan Schmidt > Sent: Saturday, November 06, 2010 9:11 AM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe] [PATCH v

Re: [oe] [PATCH 1/2] usbutils 0.70 & 0.73: don't set DEFAULT_PREFERENCE = "1"

2010-11-16 Thread Khem Raj
On Thu, Nov 11, 2010 at 5:37 AM, Michael Smith wrote: > I think it may be leftover from earlier.  Let 0.86 build by default. > Most distros already prefer it. > does it work well with udev 141 ? some uclibc based distros still use older udev > Signed-off-by: Michael Smith > --- >  recipes/usbut

Re: [oe] [PATCH 2/2] smpeg: configure with --disable-rpath

2010-11-16 Thread Khem Raj
On Wed, Nov 10, 2010 at 10:35 AM, Michael Smith wrote: > Otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the > host system. > Does it happen with libtool 2.4 as well ? > Signed-off-by: Michael Smith > --- >  .../smpeg-0.4.5+svnr387/add-disable-rpath.patch    |   47 >

Re: [oe] [PATCH 2/2] usbutils 0.86: delete usb.ids if gzipped version is installed

2010-11-16 Thread Khem Raj
On Thu, Nov 11, 2010 at 5:37 AM, Michael Smith wrote: > Also split update-usbids.sh to a separate package, and allow building > when sbindir != /sbin. > > Signed-off-by: Michael Smith Acked-by: Khem Raj > --- >  recipes/usbutils/usbutils_0.86.bb |   17 +++-- >  1 files changed, 15 i

Re: [oe] [PATCH 2/2] preferred-xorg-versions: use git release of xf86-input-mutouch

2010-11-16 Thread Khem Raj
On Wed, Nov 10, 2010 at 12:06 PM, Michael Smith wrote: > The latest source release, 1.2.1, fails to build with X11R7.5. > > Signed-off-by: Michael Smith Acked-by: Khem Raj > --- >  .../preferred-xorg-versions-X11R7.5-latest.inc     |    2 +- >  .../include/preferred-xorg-versions-live.inc      

Re: [oe] [PATCH 1/2] xf86-input-mutouch: add latest git release

2010-11-16 Thread Khem Raj
On Wed, Nov 10, 2010 at 12:06 PM, Michael Smith wrote: > Fixes build with XINPUT ABI 7. > > Signed-off-by: Michael Smith Acked-by: Khem Raj > --- >  recipes/xorg-driver/xf86-input-mutouch_git.bb |   10 ++ >  1 files changed, 10 insertions(+), 0 deletions(-) >  create mode 100644 recipe

Re: [oe] [PATCH 02/11] dropbear: Removed openmoko references. Added /etc/default/dropbear

2010-11-16 Thread Khem Raj
On Sat, Nov 6, 2010 at 10:24 AM, Camille Moncelier wrote: > Signed-off-by: Camille Moncelier > --- >  recipes/dropbear/dropbear.inc     |    4 +--- >  recipes/dropbear/dropbear/default |    4 >  2 files changed, 5 insertions(+), 3 deletions(-) >  create mode 100644 recipes/dropbear/dropbear/

Re: [oe] [PATCH 07/11] zbar: Add support for Qt widgets and bump to 0.10

2010-11-16 Thread Khem Raj
On Sat, Nov 6, 2010 at 10:23 AM, Camille Moncelier wrote: >  * Added support for qt widgets (not only gtk ones) > > Signed-off-by: Camille Moncelier > --- >  recipes/zbar/zbar_0.10.bb |   31 +++ >  1 files changed, 31 insertions(+), 0 deletions(-) >  create mode 100644

Re: [oe] [PATCH 08/11] log4cpp: Added recipe for log4cpp

2010-11-16 Thread Khem Raj
On Sat, Nov 6, 2010 at 10:24 AM, Camille Moncelier wrote: >  * Log4cpp is library of C++ classes for flexible logging to files, >    syslog, IDSA and other destinations. It is modeled after the Log4j >    Java library, staying as close to their API as is reasonable. > > Signed-off-by: Camille Monc

Re: [oe] [PATCH 10/11] pcsc-lite: Add support for ccid 1.4.0

2010-11-16 Thread Khem Raj
On Sat, Nov 6, 2010 at 10:33 AM, Camille Moncelier wrote: > Signed-off-by: Camille Moncelier > --- >  recipes/pcsc-lite/pcsc-lite_1.6.4.bb |   35 > ++ >  1 files changed, 35 insertions(+), 0 deletions(-) >  create mode 100644 recipes/pcsc-lite/pcsc-lite_1.6.4.bb >

Re: [oe] [PATCH 11/11] ccid: Bump version to 1.4.0 (Needs pcsc-lite > 1.6.2)

2010-11-16 Thread Khem Raj
On Sat, Nov 6, 2010 at 10:33 AM, Camille Moncelier wrote: > Signed-off-by: Camille Moncelier > --- >  recipes/ccid/ccid_1.4.0.bb              |   28 >  recipes/ccid/files/no-cardman-5321.diff |   10 ++ >  2 files changed, 38 insertions(+), 0 deletions(-) >  cr

Re: [oe] [PATCH 09/11] pathfinder: Added pathfinder (X.509 path verification)

2010-11-16 Thread Khem Raj
On Sat, Nov 6, 2010 at 10:32 AM, Camille Moncelier wrote: >  * PathFinder is designed to provide a mechanism for any program to >        perform RFC3280-compliant path validation of X509 certificates, even >        when some of the intermediate certificates are not present on the >        local ma

[oe] [PATCH] dhcp : Create directory for state storage. Convert to INC_PR.

2010-11-16 Thread philip
From: Philip Balister --- recipes/dhcp/dhcp4.inc|5 - recipes/dhcp/dhcp_4.1.1-P1.bb |2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/dhcp/dhcp4.inc b/recipes/dhcp/dhcp4.inc index e2b2658..c7bf067 100644 --- a/recipes/dhcp/dhcp4.inc +++ b/recipes/d

[oe] [PATCH] ltrace: exclude from build for SH3/SH4 targets

2010-11-16 Thread Yuri Bushmelev
--- recipes/ltrace/ltrace_0.5.3.bb |3 +++ recipes/tasks/task-cli-tools.bb |7 ++- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/recipes/ltrace/ltrace_0.5.3.bb b/recipes/ltrace/ltrace_0.5.3.bb index c856788..6c13c08 100644 --- a/recipes/ltrace/ltrace_0.5.3.bb +++ b/re

Re: [oe] [PATCH 2/2] smpeg: configure with --disable-rpath

2010-11-16 Thread Michael Smith
On Tue, 16 Nov 2010, Khem Raj wrote: > On Wed, Nov 10, 2010 at 10:35 AM, Michael Smith wrote: >> Otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the >> host system. > Does it happen with libtool 2.4 as well ? Yes, it does. Mike _

Re: [oe] [PATCH] shorewall: updated to 4.2-shell and 4.4-perl versions

2010-11-16 Thread Michael Smith
On Mon, 15 Nov 2010, Koen Kooi wrote: > | NOTE: make -j4 -e MAKEFLAGS= > | make: /sbin/shorewall: Command not found > | make: /sbin/shorewall: Command not found > | make: *** No rule to make target `/etc/shorewall/*', needed by > `/firewall'. Stop. Looks like do_compile() should be {} for the sh

[oe] [PATCH] sane-toolchain.inc: remove duplicate line.

2010-11-16 Thread Graham Gower
Signed-off-by: Graham Gower --- conf/distro/include/sane-toolchain.inc |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc index 6d460a2..19e 100644 --- a/conf/distro/include/sane-toolchain.

Re: [oe] [PATCH] sane-toolchain.inc: remove duplicate line.

2010-11-16 Thread Frans Meulenbroeks
2010/11/17 Graham Gower : > > Signed-off-by: Graham Gower > --- >  conf/distro/include/sane-toolchain.inc |    1 - >  1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/conf/distro/include/sane-toolchain.inc > b/conf/distro/include/sane-toolchain.inc > index 6d460a2..19e 100644

Re: [oe] Preparing for release - Freeze on master

2010-11-16 Thread Frans Meulenbroeks
2010/11/17 Khem Raj : >> What about new recipes? > > Depending upon how they pan out. Suppose if you add a new recipe for a > working recipe > that has implications if it gets picked up by default so need to make > sure it works on tested sets. > some entirely new recipes should be ok recipes for

Re: [oe] PREFERRED_PROVIDER issue/question

2010-11-16 Thread Frans Meulenbroeks
2010/11/17 Khem Raj : > On Tue, Nov 16, 2010 at 1:44 PM, Frans Meulenbroeks > wrote: >> >> So it seems to check PREFERRED_PROVIDER_mysql5 not (what I had >> expected PREFERRED_PROVIDER_libmysqlclient) >> >> Questions: >> Is this a bug somewhere? > > Usually sometimes one package provided something