[oe] [PATCH v4] linux-libc-headers_2.6.24: Add falloc.h to kernel exported headers

2010-10-01 Thread Thilo Fromm
This adds include/linux/falloc.h to the list of files exported by the kernel to the C library. The include file is required for building e.g. a recent util-linux-ng against 2.6.24. Starting from 2.6.25 a similar patch has been accepted upstream (the mainline kernel). For 2.6.24, however,

Re: [oe] [oe-commits] Noor Ahsan : tcl: Run oe-stylize. py script and modify the recipe accordingly

2010-10-01 Thread Martin Jansa
On Thu, Sep 30, 2010 at 10:18 PM, git version control g...@git.openembedded.org wrote: Module: openembedded.git Branch: master Commit: 6c21af6a85996ed5891925ca2221c4615048a331 URL:     http://gitweb.openembedded.net/?p=openembedded.gita=commit;h=6c21af6a85996ed5891925ca2221c4615048a331

Re: [oe] [PATCH] libunwind: force gcc to be built first

2010-10-01 Thread Thilo Fromm
Hello Frans, hello Khem, It looks like libunwind provides header files that are named identically to gcc header files. gcc then confuses these headers when it is built, causing a break of the build. This patch makes libunwind depend on gcc which resolves the build issue. Both build nicely when

Re: [oe] svn:// fetcher do not checkout repository at every build

2010-10-01 Thread Hauser, Wolfgang (external)
Hello, unfortunately nobody answers to that question. Has nobody an idea how to solve this problem ? As a workaround I am searching for the best position to add a removal function for the tar archive after building the package or, as best position, after unpack. Where I can get the used

[oe] [PATCH v2] vim-7.2: remove quotes from CC in configure.in

2010-10-01 Thread Thilo Fromm
configure.in features quotes around some calls to $CC (i.e. it calls $CC). CC is, however, not always just the compiler name. In OpenEmbedded CC looks more like arm-angstrom-linux-gnueabi-gcc -march=armv5te -mtune=arm926ej-s -mthumb-interwork -mno-thumb. configure executes tests in a form like

[oe] [PATCH v2] mjpegtools-1.9.0: initial recipe

2010-10-01 Thread Andreas Oberritter
* v2: Added jpeg to DEPENDS. Signed-off-by: Andreas Oberritter o...@opendreambox.org Acked-by: Paul Menzel paulepan...@users.sourceforge.net --- .../mjpegtools/files/mjpegtools-fix-include.patch | 65 .../files/mjpegtools-remove-sdl-dependency.patch | 15 +

[oe] [PATCH 05/16] netkit-base-0.17: fix compile with gcc-4.x

2010-10-01 Thread Andreas Oberritter
* v2: Added header to patch. Signed-off-by: Andreas Oberritter o...@opendreambox.org Acked-by: Paul Menzel paulepan...@users.sourceforge.net --- .../netkit-base-0.17/gcc4_buildfix.patch | 19 +++ recipes/netkit-base/netkit-base_0.17.bb|3 ++- 2 files

[oe] [PATCH v2] netkit-base-0.17: fix compile with gcc-4.x

2010-10-01 Thread Andreas Oberritter
* v2: Added header to patch. Signed-off-by: Andreas Oberritter o...@opendreambox.org Acked-by: Paul Menzel paulepan...@users.sourceforge.net --- * Resent with correct subject line. .../netkit-base-0.17/gcc4_buildfix.patch | 19 +++

[oe] [PATCH v2] libsigc++-1.2: fix installation

2010-10-01 Thread Andreas Oberritter
* install complains about method_slot.h, which is mentioned twice inside Makefile.am. * v2: Added header to patch. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- recipes/libsigc++-1.2/files/fix-install.patch | 15 +++ recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb |

[oe] [PATCH 3/4] cdfs-2.6.27: initial recipe

2010-10-01 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter o...@opendreambox.org --- recipes/cdfs/cdfs_2.6.27.bb| 20 + .../0001-Fix-compile-error-with-linux-2.6.32.patch | 30 2 files changed, 50 insertions(+), 0 deletions(-) create mode 100644

[oe] [PATCH 1/4] mumudvb-1.6: initial recipe

2010-10-01 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter o...@opendreambox.org --- recipes/mumudvb/mumudvb.inc| 12 recipes/mumudvb/mumudvb_1.6.bb |4 2 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 recipes/mumudvb/mumudvb.inc create mode 100644

[oe] [PATCH 4/4] libcdio-0.82: reduce package size, add dependencies, move recipe

2010-10-01 Thread Andreas Oberritter
* Move recipe out of xbmc directory. * Depend on libcddb and ncurses. * Use the GNU_MIRROR variable. * Move executables into new package libcdio-utils. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- recipes/libcdio/libcdio.inc | 22 ++

Re: [oe] [PATCH 4/4] libcdio-0.82: reduce package size, add dependencies, move recipe

2010-10-01 Thread Andreas Oberritter
On 01.10.2010 13:17, Andreas Oberritter wrote: * Depend on libcddb and ncurses. It should be mentioned that this change depends on the previously submitted patch to add a recipe for libcddb [1]. Best regards, Andreas [1] http://patchwork.openembedded.org/patch/3104/

Re: [oe] svn:// fetcher do not checkout repository at every build

2010-10-01 Thread Aeschbacher, Fabrice
Hi Wolfgang, This should work by putting: SRCREV = ${AUTOREV} in your .bb file Kind regards, Fabrice Aeschbacher -Ursprüngliche Nachricht- Von: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] Im Auftrag von Hauser,

[oe] [REGRESSION] [PATCH] glib-1.2: merged native and non-native recipes

2010-10-01 Thread Paul Menzel
Dear Fahad, dear Tom, Am Donnerstag, den 09.09.2010, 11:31 +0200 schrieb Vitus Jensen: On Wed, 8 Sep 2010, Fahad Usman wrote: * removed the glib-1.2-native_1.2.10.bb file * added NATIVE_INSTALL_WORKS = 1 * added BBCLASSEXTEND = native * converted do_stage of native recipe to

Re: [oe] [PATCH 1/5] ti816x: add support for ti816x family of devices

2010-10-01 Thread Maupin, Chase
-Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Denys Dmytriyenko Sent: Thursday, September 30, 2010 6:27 PM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [PATCH

Re: [oe] svn:// fetcher do not checkout repository at every build

2010-10-01 Thread Hauser, Wolfgang (external)
Hello Fabrice, thanks for that tip, it works. But you have to avoid a rev= argument in SRC_URI. This will overrule the AUTOREV setting. By the way, that should be corrected/reported by a specialist in the user manuals. Regards Wolfgang -Ursprüngliche Nachricht- Von:

Re: [oe] [REGRESSION] [PATCH] glib-1.2: merged native and non-native recipes

2010-10-01 Thread Tom Rini
Paul Menzel wrote: Dear Fahad, dear Tom, Am Donnerstag, den 09.09.2010, 11:31 +0200 schrieb Vitus Jensen: On Wed, 8 Sep 2010, Fahad Usman wrote: * removed the glib-1.2-native_1.2.10.bb file * added NATIVE_INSTALL_WORKS = 1 * added BBCLASSEXTEND = native * converted do_stage of native

Re: [oe] [PATCH v2] netkit-base-0.17: fix compile with gcc-4.x

2010-10-01 Thread Andreas Oberritter
On 01.10.2010 13:05, Andreas Oberritter wrote: * v2: Added header to patch. Signed-off-by: Andreas Oberritter o...@opendreambox.org Acked-by: Paul Menzel paulepan...@users.sourceforge.net --- * Resent with correct subject line. .../netkit-base-0.17/gcc4_buildfix.patch | 19

[oe] [PATCH] eglibc/glibc: Kill off (again) zoneinfo

2010-10-01 Thread Tom Rini
We want to get zoneinfo from the tzdata package. Signed-off-by: Tom Rini tom_r...@mentor.com --- classes/glibc-package.bbclass |2 +- recipes/eglibc/eglibc-package.bbclass |2 +- recipes/eglibc/eglibc.inc |2 +- recipes/glibc/glibc-package.inc |1 +

Re: [oe] [REGRESSION] [PATCH] glib-1.2: merged native and non-native recipes

2010-10-01 Thread Tom Rini
Tom Rini wrote: Paul Menzel wrote: Dear Fahad, dear Tom, Am Donnerstag, den 09.09.2010, 11:31 +0200 schrieb Vitus Jensen: On Wed, 8 Sep 2010, Fahad Usman wrote: * removed the glib-1.2-native_1.2.10.bb file * added NATIVE_INSTALL_WORKS = 1 * added BBCLASSEXTEND = native * converted

Re: [oe] [PATCH] eglibc/glibc: Kill off (again) zoneinfo

2010-10-01 Thread Khem Raj
On Fri, Oct 1, 2010 at 7:10 AM, Tom Rini tom_r...@mentor.com wrote: We want to get zoneinfo from the tzdata package. Signed-off-by: Tom Rini tom_r...@mentor.com I removed it accidently. Thanks for re-fixing. Acked-by: Khem Raj raj.k...@gmail.com ---  classes/glibc-package.bbclass         |  

Re: [oe] svn:// fetcher do not checkout repository at every build

2010-10-01 Thread Hauser, Wolfgang (external)
Hello, an additional question according to checking out from svn: Before the sources are checked out from internal svn following messages are received: --2010-10-01 17:14:57-- http://www.angstrom-distribution.org/unstable/sources/xxx.tar.gz .. snip 2010-10-01 17:15:10 ERROR 404: Not Found.

Re: [oe] [PATCH] epiphany-2.30.2: unbreak build by disabling CA files

2010-10-01 Thread Steffen Sledz
Am 30.09.2010 10:10, schrieb Steffen Sledz: Signed-off-by: Steffen Sledz sl...@dresearch.de --- recipes/gnome/epiphany_2.30.2.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/gnome/epiphany_2.30.2.bb b/recipes/gnome/epiphany_2.30.2.bb index

Re: [oe] svn:// fetcher do not checkout repository at every build

2010-10-01 Thread Chris Larson
On Fri, Oct 1, 2010 at 8:54 AM, Hauser, Wolfgang (external) wolfgang.hauser.exter...@cassidian.com wrote: an additional question according to checking out from svn: Before the sources are checked out from internal svn following messages are received: See the PREMIRRORS variable. --

Re: [oe] [PATCH] libunwind: force gcc to be built first

2010-10-01 Thread Khem Raj
On Fri, Oct 1, 2010 at 3:09 AM, Thilo Fromm t.fr...@dresearch.de wrote: Hello Frans, hello Khem, It looks like libunwind provides header files that are named identically to gcc header files. gcc then confuses these headers when it is built, causing a break of the build. This patch makes

Re: [oe] [PATCH] recipe licenses: update recipe LICENSE fields

2010-10-01 Thread Maupin, Chase
-Original Message- From: Chase Maupin [mailto:chasemaupi...@gmail.com] Sent: Friday, September 24, 2010 11:09 AM To: openembedded-devel@lists.openembedded.org Cc: Maupin, Chase Subject: [PATCH] recipe licenses: update recipe LICENSE fields * While verifying the licensing for the

Re: [oe] [PATCH] recipe licenses: update recipe LICENSE fields

2010-10-01 Thread Holger Freyther
On 09/25/2010 12:08 AM, Chase Maupin wrote: diff --git a/recipes/autoconf/autoconf.inc b/recipes/autoconf/autoconf.inc index 35b0289..70e24a0 100644 --- a/recipes/autoconf/autoconf.inc +++ b/recipes/autoconf/autoconf.inc @@ -1,6 +1,6 @@ DESCRIPTION = A package of M4 macros to produce

[oe] [PATCH] insane.bbclass: Skip '.pc' in qa_configure

2010-10-01 Thread Tom Rini
Signed-off-by: Tom Rini tom_r...@mentor.com --- classes/insane.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/classes/insane.bbclass b/classes/insane.bbclass index 5afa63c..9087efd 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -466,6 +466,8

[oe] [PATCH] insane.bbclass: Skip '.pc' in qa_configure

2010-10-01 Thread Tom Rini
There's nothing helpful in these files if they exist, and they are often unreadable. So lets just skip them. ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] [PATCH] insane.bbclass: Skip '.pc' in qa_configure

2010-10-01 Thread Tom Rini
Tom Rini wrote: --compose didn't stick, grr. These files won't have anything useful in them and are often unreadable so lets just skip them. Signed-off-by: Tom Rini tom_r...@mentor.com --- classes/insane.bbclass |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

Re: [oe] [PATCH] recipe licenses: update recipe LICENSE fields

2010-10-01 Thread Maupin, Chase
-Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Holger Freyther Sent: Friday, October 01, 2010 3:18 PM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] [PATCH] recipe

Re: [oe] [PATCH] epiphany-2.30.2: unbreak build by disabling CA files

2010-10-01 Thread Khem Raj
On Fri, Oct 1, 2010 at 4:13 PM, Khem Raj raj.k...@gmail.com wrote: On Fri, Oct 1, 2010 at 3:11 PM, Paul Menzel paulepan...@users.sourceforge.net wrote: Am Freitag, den 01.10.2010, 09:26 -0700 schrieb Khem Raj: On Fri, Oct 1, 2010 at 9:05 AM, Steffen Sledz sl...@dresearch.de wrote: Am