[OE-core] [PATCH] task-core-basic: Drop hal dependency, its deprecated

2011-10-07 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-extended/tasks/task-core-basic.bb b/meta/recipes-extended/tasks/task-core-basic.bb index e2a37d1..8bab0db 100644 --- a/meta/recipes-extended/tasks/task-core-basic.bb +++

[OE-core] [PATCH] connman: Drop hal dependency and udev configure option, neither is used

2011-10-07 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index a72c34a..ae1b725 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++

[OE-core] [PATCH] libc-package.bbclass: Use a makefile for locale gernation to increase parallelization

2011-10-07 Thread Richard Purdie
We can generate the locales in parallel. The easiest way to do this is generate a Makefile and then run this with our usual parallel make options. [YOCTO #1554] Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/classes/libc-package.bbclass

[OE-core] [PATCH] qt-demo-init/linux-firmware/adt-installer: Convert to Use allarch class file

2011-10-07 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index 74e1b9f..53911b8 100644 --- a/meta/recipes-devtools/installer/adt-installer_1.0.bb +++

[OE-core] [PATCH] gnutls: Disable p11-kit dependency explicitly to resolve build failures

2011-10-07 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 9257880..3569648 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc @@ -25,6 +25,7

[OE-core] [PATCH] gcc/binutils: Disable NLS/gettext dependencies

2011-10-07 Thread Richard Purdie
We force the C locale when running builds for determinstic error messages. We therefore have no need to NLS support in binutils cross or gcc cross. We also don't need the standard base/autotools dependencies for our toolchain components since we don't autoreconf these. This patch turns off nls

[OE-core] Convoluted dependencies

2011-10-07 Thread Richard Purdie
I've been trying to figure out why our builds take as long as they do. It appears our dependency chains are getting more and more convoluted and this certainly isn't helping things. Specific pain points look like: bison-native - gettext-native flex-native - gettext-native (which limits

[OE-core] [PATCH] hicolor-icon-theme: Convert to allarch

2011-10-07 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb index c9d65a2..759c9d8 100644 ---

[OE-core] [PATCH] font-alias: Convert to use allarch including a patch to disable compiler checks

2011-10-07 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-graphics/xorg-font/font-alias-1.0.3/nocompiler.patch b/meta/recipes-graphics/xorg-font/font-alias-1.0.3/nocompiler.patch new file mode 100644 index 000..48e183c --- a/dev/null +++

Re: [OE-core] WARNING: Deprecated components removal in 5 days

2011-10-07 Thread Richard Purdie
On Wed, 2011-10-05 at 17:56 +0100, Richard Purdie wrote: I do plan to remove hal too as soon as the last dependency is removed (my build without hal isn't booting X correctly atm). I've resolved those issues so I'm planning to also remove hal and hal-info since neither component is used in

Re: [OE-core] [PATCH 1/1] acl/attr: don't make symlink if base_libdir = libdir

2011-10-07 Thread Richard Purdie
On Thu, 2011-10-06 at 11:25 -0700, Saul Wold wrote: Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-support/attr/ea-acl.inc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) Merged to master, thanks. Richard ___

Re: [OE-core] [PATCH 00/21] Add SRC_URI Checksums and some Updates

2011-10-07 Thread Richard Purdie
On Thu, 2011-10-06 at 09:14 -0700, Saul Wold wrote: Richard, Found some recipes missing Checksums and do a couple of package updates. Thanks Sau! The following changes since commit cc626b9e1671670a931ea3e528ea4b0f7b2e923b: webkit-gtk: Enable dependency tracking since the webkit

Re: [OE-core] [PATCH v2] util-linux: split fsck* into its own subpackage

2011-10-07 Thread Richard Purdie
On Thu, 2011-10-06 at 16:59 +0200, Koen Kooi wrote: This will allow systemd to run /sbin/fsck without dragging in all of util-linux Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-core/util-linux/util-linux.inc | 16 +---

[OE-core] [PATCH] gnutls: disable p11-kit

2011-10-07 Thread Koen Kooi
| checking for P11_KIT... configure: error: Package requirements (p11-kit-1 = 0.2) were not met: | | No package 'p11-kit-1' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment

Re: [OE-core] [PATCH] gnutls: disable p11-kit

2011-10-07 Thread Richard Purdie
On Fri, 2011-10-07 at 16:37 +0200, Koen Kooi wrote: | checking for P11_KIT... configure: error: Package requirements (p11-kit-1 = 0.2) were not met: | | No package 'p11-kit-1' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a

Re: [OE-core] [oe-core][WIP][PATCH 8/9] glib: upgrade to 2.30.0

2011-10-07 Thread Richard Purdie
On Fri, 2011-09-30 at 17:43 +0200, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- ...003-gatomic-proper-pointer-get-cast.patch.patch | 28 -- .../0005-glib-mkenums-interpreter.patch.patch | 25 - .../60_wait-longer-for-threads-to-die.patch

Re: [OE-core] pkg-config bug crashes 'bitbake glib-2.0-native' in FC15.x86_64

2011-10-07 Thread Richard Purdie
On Thu, 2011-10-06 at 02:38 -0600, dashesy wrote: On Wed, Oct 5, 2011 at 4:05 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-10-05 at 11:01 +0100, Richard Purdie wrote: On Wed, 2011-10-05 at 03:21 -0600, dashesy wrote: Hi, I am using these in my local.conf

Re: [OE-core] [PATCH 2/6] Fix perl for powerpc64 build

2011-10-07 Thread Richard Purdie
On Wed, 2011-10-05 at 19:04 +, McClintock Matthew-B29882 wrote: On Wed, Oct 5, 2011 at 6:46 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: --- a/meta/recipes-devtools/perl/perl_5.12.3.bb +++ b/meta/recipes-devtools/perl/perl_5.12.3.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM =

Re: [OE-core] [PATCH 2/6] Fix perl for powerpc64 build

2011-10-07 Thread McClintock Matthew-B29882
On Fri, Oct 7, 2011 at 10:52 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Do you still need this bit:        case ${TARGET_ARCH} in -               x86_64 | powerpc | s390) +               x86_64 | powerpc | powerpc64 | s390)                        sed -i -e

Re: [OE-core] Convoluted dependencies

2011-10-07 Thread Saul Wold
On 10/07/2011 07:09 AM, Richard Purdie wrote: I've been trying to figure out why our builds take as long as they do. It appears our dependency chains are getting more and more convoluted and this certainly isn't helping things. Specific pain points look like: bison-native - gettext-native

Re: [OE-core] Convoluted dependencies

2011-10-07 Thread Otavio Salvador
On Fri, Oct 7, 2011 at 11:09, Richard Purdie richard.pur...@linuxfoundation.org wrote: ... gettext-native - libxml2-native - python-native (hence gettext takes a *long* time to be built) What uses the python xml bindings? ... Maybe a gettext-python-native or similar might be created if

[OE-core] [oe-core][PATCHv3 00/31] Xorg related changes

2011-10-07 Thread Martin Jansa
this patchset brings meta-oe and oe-core xorg stuff together and most of xorg recipes will be removed from meta-oe (sending another pull request now). This step is needed to be able to separate common x11 to meta-x11 or whatever later. The following changes since commit

[OE-core] [oe-core][PATCHv3 01/31] xserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-lite

2011-10-07 Thread Martin Jansa
* xserver-xorg is closer to upstream naming and that's how it's named in OE-classic and meta-oe? It would make meta-oe transition easier and better to do it now then convert meta-oe to xserver-xf86 and then rename it back later. Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [oe-core][PATCHv3 03/31] glx-use-tls.inc: add include file to enable glx-tls only when TARGET_OS isn't uclibc

2011-10-07 Thread Martin Jansa
* will be used in mesa-common.inc and xserver-xorg.inc * based on mesa-tls.inc (glx-use-tls.bbclass) from http://git.openembedded.org/cgit.cgi/openembedded/commit/packages/mesa/mesa-tls.inc?id=b527d8f723c98c77f2f5c5358062e5348493d767 --- meta/recipes-graphics/mesa/glx-use-tls.inc |7

[OE-core] [oe-core][PATCHv3 02/31] xserver-xorg: remove old git recipe

2011-10-07 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../xorg-xserver/xserver-xorg_git.bb | 25 1 files changed, 0 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg_git.bb diff --git

[OE-core] [oe-core][PATCHv3 04/31] xserver-xorg-common: fix LIC_FILES_CHKSUM

2011-10-07 Thread Martin Jansa
* old value was actually from xserver-kdrive, use the same as xserver-xorg-1.10.1 and newer has ./xserver-kdrive.inc:LIC_FILES_CHKSUM = file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353 ./xserver-xorg-lite_1.10.1.bb:LIC_FILES_CHKSUM = file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00

[OE-core] [oe-core][PATCHv3 05/31] xserver-xorg-common: move SRC_URI closer together

2011-10-07 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../xorg-xserver/xserver-xorg-common.inc |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc

[OE-core] [oe-core][PATCHv3 07/31] xserver-xorg-common: improve packaging

2011-10-07 Thread Martin Jansa
* add ${bindir} and protocol.txt to ${PN} * SecurityPolicy is now in ${PN}-security-policy * package .la files to ${PN}-dev * README.compiled is lately in ${localstatedir}/lib/xkb so add it too to ${PN}-doc Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [oe-core][PATCHv3 06/31] xserver-xorg-common: Split out some bigger modules and extensions from the main package

2011-10-07 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../xorg-xserver/xserver-xorg-common.inc | 60 +++- 1 files changed, 58 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc

[OE-core] [oe-core][PATCHv3 08/31] xserver-xorg-common: move shared PROTO_DEPS and LIB_DEPS from xserver-xorg.inc and xserver-xorg-lite.inc to xserver-xorg-common.inc

2011-10-07 Thread Martin Jansa
* xserver-xorg.inc is appending extra xf86driproto dri2proto to PROTO_DEPS and virtual/libgl to LIB_DEPS * both lite and dri variants now depend on font-util (from DEPENDS in xserver-xorg-common.inc) Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [oe-core][PATCHv3 09/31] xserver-xorg-common: lower xserver-xf86-config and xkeyboard-config dependency to RRECOMMENDS and add few more recipes to RRECOMMENDS

2011-10-07 Thread Martin Jansa
* when someone is using hal or udev explicitly, then he doesn't need xserver-xf86-config * add xkeyboard-config to RDEPENDS_${PN}-xvfb Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../xorg-xserver/xserver-xorg-common.inc |3 ++- 1 files changed, 2 insertions(+), 1

[OE-core] [oe-core][PATCHv3 11/31] xserver-xorg: remove FILES_${PN} += ${bindir}/Xorg , now we have whole ${bindir} in FILES_ defined in shared .inc

2011-10-07 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../xorg-xserver/xserver-xorg-lite.inc |2 -- .../recipes-graphics/xorg-xserver/xserver-xorg.inc |2 -- 2 files changed, 0 insertions(+), 4 deletions(-) diff --git

[OE-core] [oe-core][PATCHv3 10/31] xserver-xorg-common: move RDEPENDS_${PN} += xorg-minimal-fonts to shared .inc

2011-10-07 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../xorg-xserver/xserver-xorg-common.inc |1 + .../xorg-xserver/xserver-xorg-lite.inc |2 -- .../recipes-graphics/xorg-xserver/xserver-xorg.inc |2 -- 3 files changed, 1 insertions(+), 4 deletions(-) diff

[OE-core] [oe-core][PATCHv3 13/31] xserver-xorg: move shared EXTRA_OECONF entries to shared .inc

2011-10-07 Thread Martin Jansa
* after this xserver-xorg-lite.inc is disabling only dri/glx and xserver-xorg.inc is forcing dri/dri2 enabled the rest is defined in xserver-xorg-common.inc Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../xorg-xserver/xserver-xorg-common.inc | 21 ++-

[OE-core] [oe-core][PATCHv3 14/31] xserver-xorg: add new version 1.11.1

2011-10-07 Thread Martin Jansa
* move shared definitions to .inc file Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../xorg-xserver/xserver-xorg-1.11.1.inc |7 +++ .../xorg-xserver/xserver-xorg-lite_1.11.1.bb |2 ++ .../xorg-xserver/xserver-xorg_1.11.1.bb|4 3 files

[OE-core] [oe-core][PATCHv3 15/31] xserver-xorg: remove old 1.10.1 version

2011-10-07 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../xorg-xserver/xserver-xorg-lite_1.10.1.bb | 12 .../xorg-xserver/xserver-xorg_1.10.1.bb| 20 2 files changed, 0 insertions(+), 32 deletions(-) delete mode 100644

[OE-core] [oe-core][PATCHv3 16/31] xserver-xorg: remove COMPATIBLE_HOST

2011-10-07 Thread Martin Jansa
* ie om-gta02 has mesa-dri module too so this should be limited in mesa-dri only Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-graphics/xorg-xserver/xserver-xorg.inc |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git

[OE-core] [oe-core][PATCHv3 18/31] xserver-xorg: move patches to xserver-xf86-dri-lite-1.11.1 and use same directory from xserver-xf86-lite recipe

2011-10-07 Thread Martin Jansa
* FILESEXTRAPATHS needs to be in xserver-xf86-lite_1.11.1 because in .inc we don't have ${PV} expanded yet * crosscompile.patch macro_tweak.patch were identical * fix_open_max_preprocessor_error.patch has only different header # $ diff xserver-xorg/fix_open_max_preprocessor_error.patch

[OE-core] [oe-core][PATCHv3 19/31] xserver-kdrive: drop unused files (same files are in xserver-kdrive-1.7.99.2 directory

2011-10-07 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../xorg-xserver/xserver-kdrive/disable-apm.patch | 24 -- .../xserver-kdrive/disable-xf86-dga-xorgcfg.patch | 43 -- .../xorg-xserver/xserver-kdrive/extra-kmodes.patch | 87

[OE-core] [PATCH] python-argparse: import from meta-oe, needed for newer glib

2011-10-07 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../python/python-argparse_1.2.1.bb| 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-devtools/python/python-argparse_1.2.1.bb diff --git

[OE-core] [oe-core][PATCHv3 21/31] xorg-driver-common.inc: bump INC_PR to rebuild drivers agains new xserver-xorg ABI

2011-10-07 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../xorg-driver/xorg-driver-common.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc

[OE-core] [oe-core][PATCHv3 22/31] libx11: package xcb, merge few changes from meta-oe

2011-10-07 Thread Martin Jansa
* move --with-keysymdef/--with-keysymdefdir setting to recipes (newer versions are using keysymdefdir instead keysymdef * fix MIN_REHASH in makekeys by sed call Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb |2 +-

[OE-core] [oe-core][PATCHv3 23/31] libx11: add new version 1.4.4

2011-10-07 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../xorg-lib/libx11-1.4.4/keysymdef_include.patch | 23 +++ .../libx11-1.4.4/x11_disable_makekeys.patch| 29 meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb | 18 3 files

[OE-core] [oe-core][PATCHv3 24/31] libx11: remove older 1.3.4

2011-10-07 Thread Martin Jansa
* libx11-1.3.4 directory is kept for libx11-trim_1.3.4.bb Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb | 35 1 files changed, 0 insertions(+), 35 deletions(-) delete mode 100644

[OE-core] [oe-core][PATCHv3 25/31] libx11: drop old 1.2.2 git version

2011-10-07 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-graphics/xorg-lib/libx11-diet_git.bb | 17 - .../xorg-lib/libx11-git/X18NCMSstubs.diff | 570 .../xorg-lib/libx11-git/fix-disable-xlocale.diff | 16 -

[OE-core] [oe-core][PATCHv3 26/31] libx11-trim: move files for libx11-trim from libx11-1.3.4 to libx11-trim-1.3.4

2011-10-07 Thread Martin Jansa
* because there isn't libx11-1.3.4 recipe anymore * remove older versions from libx11-trim directory * notice that DESCRIPTION says xcb is disabled and EXTRA_OECONF has --with-xcb Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../{libx11 = libx11-diet-1.3}/X18NCMSstubs.diff |0

Re: [OE-core] [oe-core][WIP][PATCH 8/9] glib: upgrade to 2.30.0

2011-10-07 Thread Martin Jansa
On Fri, Oct 07, 2011 at 04:05:34PM +0100, Richard Purdie wrote: On Fri, 2011-09-30 at 17:43 +0200, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- ...003-gatomic-proper-pointer-get-cast.patch.patch | 28 --

[OE-core] [oe-core][PATCHv3 28/31] mesa: add mesa-dri.inc and mesa-xlib.inc with shared options, move uclibc.patch

2011-10-07 Thread Martin Jansa
* uclibc patch does apply to all mesa versions and adding mesa-dri to FILESPATH in all recipes is worse then adding mesa Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-graphics/mesa/mesa-common.inc | 36 +---

[OE-core] [oe-core][PATCHv3 30/31] mesa: add new version 7.11

2011-10-07 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-graphics/mesa/mesa-7.11.inc | 15 ++ .../mesa/mesa-dri-glsl-native_7.11.bb | 28 meta/recipes-graphics/mesa/mesa-dri_7.11.bb|4 +++

[OE-core] [oe-core][PATCHv3 12/31] xserver-xorg: replace hardcoded --enable-glx-tls with glx-use-tls.inc, which doesn't enable it for uClibc

2011-10-07 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-graphics/xorg-xserver/xserver-xorg.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index

[OE-core] [PATCH] farsight2, ldconfig-native, gnutls: There is no GPLv2.1, correct the fields

2011-10-07 Thread Khem Raj
The licenses were either LGPLv2.1 or GPLv2 make the changes appropriately Signed-off-by: Khem Raj raj.k...@gmail.com --- .../farsight/farsight2_0.0.9.bb|4 ++-- meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb |4 ++-- meta/recipes-support/gnutls/gnutls.inc

[OE-core] MINUTES: OE-TSC meeting 6-Oct-2011

2011-10-07 Thread Jeff Osier-Mixon
MINUTES: OE-TSC meeting 6-Oct-2011 Attending: Mark, Richard, Khem, Koen, Tom Notes: Jefro Agenda Results 1. pick a moderator RP 2. new items: maintainer files bitbake doesn't have one acknowledged need for READMEs in bitbake, main

[OE-core] [PATCH 0/3] A few miscellaneous fixes

2011-10-07 Thread Christopher Larson
The following changes since commit cc626b9e1671670a931ea3e528ea4b0f7b2e923b: webkit-gtk: Enable dependency tracking since the webkit makefiles have bugs (2011-10-05 14:36:18 +0100) are available in the git repository at: http://github.com/kergoth/oe-core misc-fixes Christopher Larson (3):

[OE-core] [PATCH 3/3] oe.patch: drop bb.msg.domain reference

2011-10-07 Thread Christopher Larson
Signed-off-by: Christopher Larson kerg...@gmail.com --- meta/lib/oe/patch.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py index 1406e19..9b0ff37 100644 --- a/meta/lib/oe/patch.py +++ b/meta/lib/oe/patch.py @@ -376,8 +376,8

[OE-core] [PATCH 2/3] autoconf: no need to hardcode the full path to m4

2011-10-07 Thread Christopher Larson
This way autom4te uses m4 as it finds it in the PATH, rather than hardcoding any particular path. Signed-off-by: Christopher Larson kerg...@gmail.com --- meta/recipes-devtools/autoconf/autoconf_2.68.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 1/3] autotools: fix multi-word arguments for EXTRA_OECONF

2011-10-07 Thread Christopher Larson
This is needed to better support things like the following (with a multi-word BUILD_CC): EXTRA_OECONF += 'ac_cv_prog_CC_FOR_BUILD=${BUILD_CC}' Signed-off-by: Christopher Larson kerg...@gmail.com --- meta/classes/autotools.bbclass | 14 ++ 1 files changed, 6 insertions(+), 8

[OE-core] Use for filedeps/rpmdeps data?

2011-10-07 Thread Daniel Lazzari
Hey everyone, I noticed today that one of our recipes takes a very long time to get through the do_package task. The recipe has a couple of binaries and a whole lot of assets (thousands of audio files). It takes over 20 minutes for the do_package task to complete on my local desktop. I finally

Re: [OE-core] Use for filedeps/rpmdeps data?

2011-10-07 Thread Richard Purdie
On Fri, 2011-10-07 at 21:21 +, Daniel Lazzari wrote: Hey everyone, I noticed today that one of our recipes takes a very long time to get through the do_package task. The recipe has a couple of binaries and a whole lot of assets (thousands of audio files). It takes over 20 minutes for

Re: [OE-core] [PATCH 1/3] autotools: fix multi-word arguments for EXTRA_OECONF

2011-10-07 Thread Koen Kooi
Op 7 okt 2011, om 23:02 heeft Christopher Larson het volgende geschreven: This is needed to better support things like the following (with a multi-word BUILD_CC): EXTRA_OECONF += 'ac_cv_prog_CC_FOR_BUILD=${BUILD_CC}' Signed-off-by: Christopher Larson kerg...@gmail.com ---

[OE-core] Bitbake dependency failure with git fetcher

2011-10-07 Thread Koen Kooi
Hi, Everytime openssl and a git recipe get changed at the same time, I end up with: | /angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/bin/git.real: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory Why is

[OE-core] [PATCH] git: update to 1.7.7

2011-10-07 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/recipes-devtools/git/git_1.7.5.1.bb | 10 -- meta/recipes-devtools/git/git_1.7.7.bb | 10 ++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta/recipes-devtools/git/git_1.7.5.1.bb create

Re: [OE-core] [PATCH v3 0/2] Fix useradd class to accept useradd long options

2011-10-07 Thread Scott Garman
On 10/06/2011 05:13 PM, Julian Pidancet wrote: This first patch fixes the --root option for programs in shadow-native and allow one to specify useradd long options when using the useradd class in a recipe. The second patch demonstrates usage of the useradd class and ability to specify long