Re: [OE-core] [PATCH 1/5] libsoup-2.4: don't depend on libgnome-keyring unless x11 is defined

2012-02-24 Thread Khem Raj
On (22/02/12 13:56), Koen Kooi wrote: Op 22 feb. 2012, om 12:26 heeft Andreas Oberritter het volgende geschreven: * Drop dependency on GNOME if x11 is disabled. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta/recipes-support/libsoup/libsoup-2.4_2.36.1.bb |4

Re: [OE-core] Linker error while cross compiling, (Qt issue?)

2012-02-24 Thread Khem Raj
On (22/02/12 16:53), Samuel Stirtzel wrote: Hi, although building libdbusmenu-qt [1] for kdelibs succeeds, linking the library will fail with undefined reference to DBusMenuExporter::~DBusMenuExporter and similar errors. The library is there and nothing in the configure / compile log of both

Re: [OE-core] [PATCH] initscripts: Make /etc/timestamp consistent again.

2012-02-24 Thread Richard Purdie
On Fri, 2012-02-24 at 09:06 +0200, Lauri Hintsala wrote: On 02/10/2012 06:16 PM, Gary Thomas wrote: Commit cc8695 changed the way timestamps were handled and added some extra munging to be able to compare them reliably. This change makes the timestamp value the same everywhere and

Re: [OE-core] bug in recipe version priorities across layers?

2012-02-24 Thread Martin Jansa
On Thu, Feb 23, 2012 at 10:01:01PM +0100, Martin Jansa wrote: please just send patch removing python-setuptools from meta-oe, NATIVE_INSTALL_WORKS isn't needed in oe-core world.. and now with python-setuptools_0.6c11.bb in oe-core it doesn't make sense to keep both :). Another strange one,

Re: [OE-core] DEPENDS not extended to -native for BBCLASSEXTENDS when added by PACKAGECONFIG

2012-02-24 Thread Martin Jansa
On Wed, Feb 15, 2012 at 12:00:44AM +0100, Martin Jansa wrote: oe-core gtk+ has: X11DEPENDS = virtual/libx11 libxext libxcursor libxrandr libxdamage libxrender libxcomposite DEPENDS = glib-2.0 pango atk jpeg libpng gtk-doc-native gdk-pixbuf-native docbook-utils-native \ libgcrypt cairo

[OE-core] Using external source trees with OE-Core

2012-02-24 Thread Richard Purdie
Someone recently asked me about using external source trees with OE-Core. I was aware of srctree.bbclass in OE-Classic and did start looking at it but it has various elements I wasn't so keen on. I therefore wondered if I could improve upon it. I did start from that code base but came up with:

[OE-core] [PATCH] mpfr: add patch to fix build for thumb

2012-02-24 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../mpfr/mpfr-3.1.0/long-long-thumb.patch | 39 meta/recipes-support/mpfr/mpfr_3.1.0.bb|6 ++- 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644

Re: [OE-core] [PATCH 1/5] libsoup-2.4: don't depend on libgnome-keyring unless x11 is defined

2012-02-24 Thread Andreas Oberritter
On 24.02.2012 09:10, Khem Raj wrote: On (22/02/12 13:56), Koen Kooi wrote: Op 22 feb. 2012, om 12:26 heeft Andreas Oberritter het volgende geschreven: * Drop dependency on GNOME if x11 is disabled. Signed-off-by: Andreas Oberritter o...@opendreambox.org ---

[OE-core] [PATCH 0/1] task-self-hosted: add hicolor-icon-theme and socat

2012-02-24 Thread Dexuan Cui
The following changes since commit 31ac02695483943b677f8886e29438a8ed48f208: XXX: only for test misc Signed-off-by: Dexuan Cui dexuan@intel.com (2012-02-24 21:33:25 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/stage/master_under_test

[OE-core] [PATCH 1/1] task-self-hosted: add hicolor-icon-theme and socat

2012-02-24 Thread Dexuan Cui
python-pygtk depends on libgtk and libgtk's recommends have gdk-pixbuf-loader-{png,jpeg,gif,xpm}, so we have the warnings. We can add hicolor-icon-theme to fix the warning: Configuring gdk-pixbuf-loader-png. gtk-update-icon-cache: No theme index file. Configuring gdk-pixbuf-loader-jpeg.

Re: [OE-core] Using external source trees with OE-Core

2012-02-24 Thread Andreas Oberritter
On 24.02.2012 13:55, Richard Purdie wrote: Someone recently asked me about using external source trees with OE-Core. I was aware of srctree.bbclass in OE-Classic and did start looking at it but it has various elements I wasn't so keen on. I therefore wondered if I could improve upon it. I did

Re: [OE-core] Using external source trees with OE-Core

2012-02-24 Thread Bruce Ashfield
On Fri, Feb 24, 2012 at 7:55 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Someone recently asked me about using external source trees with OE-Core. I was aware of srctree.bbclass in OE-Classic and did start looking at it but it has various elements I wasn't so keen on. I

Re: [OE-core] Using external source trees with OE-Core

2012-02-24 Thread Mark Hatle
On 2/24/12 7:49 AM, Andreas Oberritter wrote: On 24.02.2012 13:55, Richard Purdie wrote: Someone recently asked me about using external source trees with OE-Core. I was aware of srctree.bbclass in OE-Classic and did start looking at it but it has various elements I wasn't so keen on. I

Re: [OE-core] [PATCH 1/5] libsoup-2.4: don't depend on libgnome-keyring unless x11 is defined

2012-02-24 Thread Richard Purdie
On Fri, 2012-02-24 at 14:27 +0100, Andreas Oberritter wrote: On 24.02.2012 09:10, Khem Raj wrote: On (22/02/12 13:56), Koen Kooi wrote: Op 22 feb. 2012, om 12:26 heeft Andreas Oberritter het volgende geschreven: * Drop dependency on GNOME if x11 is disabled. Signed-off-by: Andreas

Re: [OE-core] [PATCH 2/4] classes: Add recipe class to overrides

2012-02-24 Thread Richard Purdie
On Thu, 2012-02-23 at 19:33 -0800, Khem Raj wrote: We have currently no override to detect a recipe being build cross, crosssdk or for target at times we can use virtclass-native and virtclass-nativesdk to override stuff in recipes but we dont have way to modify a variables based on recipe

Re: [OE-core] [PATCH 3/4] default-distrovars: Add empty weak definition for DISTRO variable

2012-02-24 Thread Richard Purdie
On Thu, 2012-02-23 at 19:33 -0800, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/conf/distro/include/default-distrovars.inc |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/default-distrovars.inc

Re: [OE-core] [PATCH 1/1] bitbake.conf: Added new variable BBINCLUDES

2012-02-24 Thread Richard Purdie
On Fri, 2012-02-24 at 11:00 +0800, Lianhao Lu wrote: The new variable BBINCLUDES contains the file dependency information. It exposes the bitbake internal variable '__depends' and '__base_depends'. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/conf/bitbake.conf |2 ++

Re: [OE-core] [PATCH] mpfr: add patch to fix build for thumb

2012-02-24 Thread Richard Purdie
On Fri, 2012-02-24 at 14:14 +0100, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../mpfr/mpfr-3.1.0/long-long-thumb.patch | 39 meta/recipes-support/mpfr/mpfr_3.1.0.bb|6 ++- 2 files changed, 43 insertions(+), 2

Re: [OE-core] [PATCH 1/1] task-self-hosted: add hicolor-icon-theme and socat

2012-02-24 Thread Richard Purdie
On Fri, 2012-02-24 at 21:44 +0800, Dexuan Cui wrote: python-pygtk depends on libgtk and libgtk's recommends have gdk-pixbuf-loader-{png,jpeg,gif,xpm}, so we have the warnings. We can add hicolor-icon-theme to fix the warning: Configuring gdk-pixbuf-loader-png. gtk-update-icon-cache: No theme

Re: [OE-core] [PATCH 1/1] conf/bitbake.conf: add DISTRO_FEATURES_BACKFILL

2012-02-24 Thread Richard Purdie
On Thu, 2012-02-23 at 19:26 +, Paul Eggleton wrote: When introducing new items to DISTRO_FEATURES that control functionality that is already enabled, in order to leave existing distro configuration unchanged we need a way to backfill these new feature items onto the existing

[OE-core] [PATCH] initscripts: mount and unmount cifs network filesystems

2012-02-24 Thread Andreas Oberritter
* Added cifs to mountnfs.sh and umountnfs.sh. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- .../initscripts/initscripts-1.0/mountnfs.sh|8 +++- .../initscripts/initscripts-1.0/umountnfs.sh |2 +- meta/recipes-core/initscripts/initscripts_1.0.bb |2 +-

Re: [OE-core] [PATCH 0/2] psplash improvements v2

2012-02-24 Thread Richard Purdie
On Thu, 2012-02-23 at 19:30 +, Paul Eggleton wrote: Implements the psplash changes as discussed on the mailing list [1] and by the TSC [2]. [1] http://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg13800.html [2]

Re: [OE-core] Using external source trees with OE-Core

2012-02-24 Thread McClintock Matthew-B29882
Richard, We do something very similar to this currently. I've pushed what we are using here: https://github.com/mattsm/meta-fsl-local-sdk It would be nice to consolidate all the required bits upstream... =) -M On Fri, Feb 24, 2012 at 6:55 AM, Richard Purdie richard.pur...@linuxfoundation.org

Re: [OE-core] [PATCH 2/4] classes: Add recipe class to overrides

2012-02-24 Thread Khem Raj
On Fri, Feb 24, 2012 at 8:20 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: With this change now we can say EXTRA_OECONF_class-target = EXTRA_OECONF_virtclass-native = ... EXTRA_OECONF_virtclass-nativesdk = ... EXTRA_OECONF_virtclass-crosssdk= ... I think we need to drop

Re: [OE-core] [PATCH 0/3] fixes for meta-toolchain without x11

2012-02-24 Thread Richard Purdie
On Thu, 2012-02-23 at 15:31 +, Paul Eggleton wrote: A couple of patches that fix building meta-toolchain with x11 removed from DISTRO_FEATURES, and a patch removing QEMU 0.14.0 which is obsolete. The following changes since commit 55f72b98f606c1554eb6edd151292ffdfddf1384: texi2html:

Re: [OE-core] [PATCH 3/4] default-distrovars: Add empty weak definition for DISTRO variable

2012-02-24 Thread Khem Raj
On Fri, Feb 24, 2012 at 8:21 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2012-02-23 at 19:33 -0800, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com ---  meta/conf/distro/include/default-distrovars.inc |    7 +++  1 files changed, 7 insertions(+), 0

[OE-core] [oe-core][PATCH 0/7] Pending patches - added even more patches

2012-02-24 Thread Martin Jansa
First 4 are the same, not resent (will try RP's suggestion for STAGING_DIR* variables first) sstate.bbclass: improve performance of sstate package creation - updated ' position shadow-sysroot: disable package creation - new patch discussed on #yocto gst-plugin-bluetooth: upgrade to 4.98 and add

[OE-core] [oe-core][PATCH 5/7] sstate.bbclass: improve performance of sstate package creation

2012-02-24 Thread Martin Jansa
* also fixes replacing paths for perl where cmd line was probably too long for os.system(cmd) (it had 560410 characters because a lot of files from sstate_scan_cmd). * also print those 2 commands so we can find them in log.do_package Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [oe-core][PATCH 6/7] shadow-sysroot: disable package creation

2012-02-24 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../shadow/shadow-sysroot_4.1.4.3.bb |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb

[OE-core] [oe-core][PATCH 7/7] gst-plugin-bluetooth: upgrade to 4.98 and add checksums

2012-02-24 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- ...etooth_4.96.bb = gst-plugin-bluetooth_4.98.bb} |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) rename meta/recipes-connectivity/bluez/{gst-plugin-bluetooth_4.96.bb = gst-plugin-bluetooth_4.98.bb} (77%) diff --git

Re: [OE-core] Using external source trees with OE-Core

2012-02-24 Thread Richard Purdie
On Fri, 2012-02-24 at 16:55 +, McClintock Matthew-B29882 wrote: We do something very similar to this currently. I've pushed what we are using here: https://github.com/mattsm/meta-fsl-local-sdk It would be nice to consolidate all the required bits upstream... =) I would warn you that

Re: [OE-core] Using external source trees with OE-Core

2012-02-24 Thread McClintock Matthew-B29882
On Fri, Feb 24, 2012 at 11:36 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2012-02-24 at 16:55 +, McClintock Matthew-B29882 wrote: We do something very similar to this currently. I've pushed what we are using here: https://github.com/mattsm/meta-fsl-local-sdk It

Re: [OE-core] Using external source trees with OE-Core

2012-02-24 Thread Chris Larson
On Fri, Feb 24, 2012 at 5:55 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: You can also -c clean and it will wipe out WORKDIR but it won't touch ${S}. I picked libfm effectively at random. It won't remove the autoreconf changes from configure but I'm not sure I care much about

Re: [OE-core] [PATCH v2 0/2] NSPR with tests and patch for RPATH

2012-02-24 Thread Saul Wold
On 02/13/2012 03:24 PM, Andrei Gherzan wrote: 1. Create a separate commit for removing RPATH from binaries 2. Add QA warning in patch 3. Minor tweaks in bbfile 4. Install tests in ${libdir}/nspr/tests The following changes since commit 7d0fc3b5ffc2806d921567dbdad3de056069896a: nspr:

Re: [OE-core] [PATCH] wireless-tools: remove ldconfig call from install-libs

2012-02-24 Thread Saul Wold
On 02/15/2012 11:59 AM, Martin Jansa wrote: * and drop apply=yes param as it's not needed Signed-off-by: Martin Jansamartin.ja...@gmail.com --- .../wireless-tools/remove.ldconfig.call.patch | 19 +++ .../wireless-tools/wireless-tools_29.bb|5 +++-- 2

Re: [OE-core] [PATCH] e2fsprogs: e2initrd_helper was moved in libdir but not packaged correctly in FILES_libext2fs

2012-02-24 Thread Saul Wold
On 02/19/2012 11:45 AM, Andrei Gherzan wrote: The new install path of e2initrd_helper is %{libdir}. FILES_libext2fs modified accordigly to avoid QA warnings. Signed-off-by: Andrei Gherzanand...@gherzan.ro --- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.bb |4 ++-- 1 files changed, 2

Re: [OE-core] [PATCH] dbus: Remove empty ${lindir}dbus-1.0/test directory as we don't build tests

2012-02-24 Thread Saul Wold
On 02/19/2012 01:05 PM, Andrei Gherzan wrote: This empty directory generates a QA warning of unshippped files/dirs. Signed-off-by: Andrei Gherzanand...@gherzan.ro --- meta/recipes-core/dbus/dbus.inc |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [oe-core][PATCH 0/7] Pending patches - added even more patches

2012-02-24 Thread Saul Wold
On 02/24/2012 09:06 AM, Martin Jansa wrote: First 4 are the same, not resent (will try RP's suggestion for STAGING_DIR* variables first) sstate.bbclass: improve performance of sstate package creation - updated ' position shadow-sysroot: disable package creation - new patch discussed on #yocto

Re: [OE-core] Using external source trees with OE-Core

2012-02-24 Thread Rich Pixley
On 2/24/12 04:55 , Richard Purdie wrote: Someone recently asked me about using external source trees with OE-Core. [...] Opinions on including this class? I see value. Our workflow, (based on an ancient branch of oe), uses something similar. When working on a component in context, (as

Re: [OE-core] [PATCH] dhcp: Update to 4.2.3-P2

2012-02-24 Thread Saul Wold
On 02/08/2012 08:06 AM, Andrei Gherzan wrote: 1. Update to 4.2.3-P2 2. From 4.2.0 final release, -lcrypto check was removed and we compile static libraries from bind that are linked to libcrypto. This is why i added a patch in order to add -lcrypto to LIBS. Signed-off-by: Andrei

Re: [OE-core] [PATCH/RFC] xorg-lib: don't build libs unless requested by DISTRO_FEATURES

2012-02-24 Thread Saul Wold
On 02/09/2012 05:27 PM, Andreas Oberritter wrote: * If 'x11' is not set in DISTRO_FEATURES, then skip all recipes using xorg-lib-common.inc instead of only those using libx11.inc. * One exception: pixman, which is not only used by xorg, but also by cairo. Signed-off-by: Andreas

Re: [OE-core] [PATCH] autotools.bbclass: Don't copy into non-existant directory

2012-02-24 Thread Saul Wold
On 02/10/2012 10:00 AM, Andreas Oberritter wrote: * If configure.ac contains AM_GNU_GETTEXT and po/Makefile.in.in doesn't exist, autotools_do_configure() copies a local version of Makefile.in.in to this location. If the directory 'po' doesn't exist, the function aborts. * This patch

Re: [OE-core] [PATCH] initscripts: Make /etc/timestamp consistent again.

2012-02-24 Thread Saul Wold
On 02/10/2012 08:16 AM, Gary Thomas wrote: Commit cc8695 changed the way timestamps were handled and added some extra munging to be able to compare them reliably. This change makes the timestamp value the same everywhere and simplifies how the check to set the system clock based on the

Re: [OE-core] [PATCH/RFC] xorg-lib: don't build libs unless requested by DISTRO_FEATURES

2012-02-24 Thread Andreas Oberritter
On 24.02.2012 19:28, Saul Wold wrote: On 02/09/2012 05:27 PM, Andreas Oberritter wrote: * If 'x11' is not set in DISTRO_FEATURES, then skip all recipes using xorg-lib-common.inc instead of only those using libx11.inc. * One exception: pixman, which is not only used by xorg, but

Re: [OE-core] [PATCH] initscripts: mount and unmount cifs network filesystems

2012-02-24 Thread Saul Wold
On 02/24/2012 08:37 AM, Andreas Oberritter wrote: * Added cifs to mountnfs.sh and umountnfs.sh. This patch appears to need to be rebased. Thanks Sau! Signed-off-by: Andreas Oberrittero...@opendreambox.org --- .../initscripts/initscripts-1.0/mountnfs.sh|8 +++-

[OE-core] [PATCH 2/2] syslinux: Package unpackaged files in -misc

2012-02-24 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-devtools/syslinux/syslinux_4.03.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/syslinux/syslinux_4.03.bb b/meta/recipes-devtools/syslinux/syslinux_4.03.bb index 97bf7ce..862ea8b

[OE-core] [PATCH 0/2] A couple of fixes

2012-02-24 Thread Saul Wold
Richard, These patches address a couple of issues, the gnupg fixes the GPLv2 version of that recipe, it was orignally pushed (by me as a mistake, got pulled too soon). This version is correct and builds. The syslinux change removes about 60 WARNINGS by packaging the remaining files in

[OE-core] [PATCH 1/2] gnupg: Update checksum, fix configure and compliation issues

2012-02-24 Thread Saul Wold
This recipe was added, but did not have the correct checksum information for the LIC_FILES_CHKSUM or the SRC_URI. Also disable Documetnation for now due to older autotools issue. [YOCTO #1966] Signed-off-by: Saul Wold s...@linux.intel.com --- .../gnupg/gnupg-1.4.7/configure.patch

Re: [OE-core] [PATCH 1/2] gnupg: Update checksum, fix configure and compliation issues

2012-02-24 Thread Martin Jansa
On Fri, Feb 24, 2012 at 10:59:20AM -0800, Saul Wold wrote: This recipe was added, but did not have the correct checksum information for the LIC_FILES_CHKSUM or the SRC_URI. Also disable Documetnation for now due to older autotools issue. BTW: those checksums matches gnupg_1.4.10 which is

Re: [OE-core] [PATCH 1/2] gnupg: Update checksum, fix configure and compliation issues

2012-02-24 Thread Saul Wold
On 02/24/2012 11:08 AM, Martin Jansa wrote: On Fri, Feb 24, 2012 at 10:59:20AM -0800, Saul Wold wrote: This recipe was added, but did not have the correct checksum information for the LIC_FILES_CHKSUM or the SRC_URI. Also disable Documetnation for now due to older autotools issue. BTW: those

Re: [OE-core] [PATCH 1/2] gnupg: Update checksum, fix configure and compliation issues

2012-02-24 Thread Martin Jansa
On Fri, Feb 24, 2012 at 11:37:11AM -0800, Saul Wold wrote: On 02/24/2012 11:08 AM, Martin Jansa wrote: On Fri, Feb 24, 2012 at 10:59:20AM -0800, Saul Wold wrote: This recipe was added, but did not have the correct checksum information for the LIC_FILES_CHKSUM or the SRC_URI. Also disable

[OE-core] [PATCH v2] initscripts: mount and unmount cifs network filesystems

2012-02-24 Thread Andreas Oberritter
* Added cifs to mountnfs.sh and umountnfs.sh. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- * Rebased as requested .../initscripts/initscripts-1.0/mountnfs.sh|8 +++- .../initscripts/initscripts-1.0/umountnfs.sh |2 +-

[OE-core] [PATCH v2] libsdl: add DirectFB support

2012-02-24 Thread Andreas Oberritter
* Use conditional dependencies for DirectFB, like it's already done for OpenGL and X11. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- * Rebased after X11 was already made conditional. meta/recipes-graphics/libsdl/libsdl_1.2.14.bb |6 -- 1 files changed, 4 insertions(+),

[OE-core] [PATCH] layer.conf: use += for SIGGEN_EXCLUDERECIPES_ABISAFE and split to multiple lines

2012-02-24 Thread Martin Jansa
* += is important, because if oe-core is in BBLAYERS after some other layers with SIGGEN_EXCLUDERECIPES_ABISAFE it overwrites their entries Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/conf/layer.conf | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff

[OE-core] [PATCH 0/2] Pending patches in O.S. Systems' tree

2012-02-24 Thread Otavio Salvador
The following changes since commit 22194a04f224864dd687660e351a3a10da1f06fa: scripts/hob: Launch the new hob (2012-02-24 18:05:46 +) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/HEAD Otavio Salvador (2):

[OE-core] [PATCH 2/2] useradd.bbclass: override USERADDSETSCENEDEPS to empty when building cross packages

2012-02-24 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta/classes/useradd.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index 1fed755..db874bc 100644 --- a/meta/classes/useradd.bbclass +++

[OE-core] [PATCH 0/3] License Related Patches

2012-02-24 Thread Beth Flanagan
A few license related patches: 1. Per a request from Mark Hatle, adding the email from Mark Nudelman to me which allows us to use BSD license as opposed to the less license within the recipe. 2. Next patch looks for package level LICENSE. If it finds it, it uses it. If not it falls back to

[OE-core] [PATCH 1/3] less_444.bb: Adding license email from author

2012-02-24 Thread Beth Flanagan
From: Elizabeth Flanagan elizabeth.flana...@intel.com This slipped off my plate. Adding the email response from the author of less which allows us to use a generic BSD instead of the less license. Signed-off-by: Elizabeth Flanagan elizabeth.flana...@intel.com ---

[OE-core] [PATCH 2/3] license.bbclass: Gather Pkg level licenses

2012-02-24 Thread Beth Flanagan
From: Elizabeth Flanagan elizabeth.flana...@intel.com We should look for LICENSE at a package level first. If it's not found, we should use the recipe level LICENSE. This adds a bit more granularity to license manifests where needed. Signed-off-by: Elizabeth Flanagan elizabeth.flana...@intel.com

[OE-core] [PATCH 3/3] license.bbclass: Symbolic links of generic license

2012-02-24 Thread Beth Flanagan
From: Elizabeth Flanagan elizabeth.flana...@intel.com This is to reduce the size of licenses added to images. With this commit license.manifest, original license and generic license adds about .5M to a core-image-minimal image, substantially less than what is currently occuring when

[OE-core] [PATCH] distro_check: fix the fedora URL for rleases as they seem to have moved

2012-02-24 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/lib/oe/distro_check.py |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/lib/oe/distro_check.py b/meta/lib/oe/distro_check.py index 630e88d..cc836de 100644 --- a/meta/lib/oe/distro_check.py +++

Re: [OE-core] [oe-core][PATCH 2/4] gdb-cross-canadian: use NATIVESDK paths as it happens to be here

2012-02-24 Thread Martin Jansa
On Thu, Feb 23, 2012 at 10:27:53AM +, Richard Purdie wrote: On Mon, 2012-02-13 at 16:40 +0100, Martin Jansa wrote: * seems like config/config in -L was also wrong Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 10

[OE-core] [PATCH] layer.conf: add keymaps to SIGGEN_EXCLUDERECIPES_ABISAFE

2012-02-24 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/conf/layer.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index dac9c97..93c087a 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -27,4 +27,5 @@

[OE-core] BOTAN crypto library

2012-02-24 Thread simran singh
Hello, I hope this is right place to ask for help regarding this. I am trying to build the Botan crytpo library using system builder. I created a recipe for this and I am getting an error when I try to $make the library. This is the error I am getting: | /usr/bin/ld:

Re: [OE-core] [oe-core][PATCH 2/4] gdb-cross-canadian: use NATIVESDK paths as it happens to be here

2012-02-24 Thread Richard Purdie
On Sat, 2012-02-25 at 01:05 +0100, Martin Jansa wrote: On Thu, Feb 23, 2012 at 10:27:53AM +, Richard Purdie wrote: On Mon, 2012-02-13 at 16:40 +0100, Martin Jansa wrote: * seems like config/config in -L was also wrong Signed-off-by: Martin Jansa martin.ja...@gmail.com ---

[OE-core] [PATCH] automake: omit compilation of pyc files on install

2012-02-24 Thread Andreas Oberritter
* On install, automake calls py-compile, which previously compiled python source code to pyc and pyo, which both got packaged. * The python interpreter in OE contains patches to enable optimization (pyo) by default: 04-default-is-optimized.patch 99-ignore-optimization-flag.patch *

[OE-core] [PATCH] bzip2: split into binary and library packages

2012-02-24 Thread Andreas Oberritter
* Create libbz2 (and -dev, -staticdev), which can be installed without the bzip2 executables. Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta/recipes-extended/bzip2/bzip2_1.0.6.bb | 14 +- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git