Re: [oe] [meta-oe][PATCH v2] libmodbus: ported recipe from classic and updated

2012-05-14 Thread Andrea Galbusera
Hi, On Sat, May 5, 2012 at 5:51 PM, Andrea Galbusera wrote: > * based on recipe by Radoslav Kolev which was in classic > * updated to latest released version 3.0.2 > * v2 drops git version of recipe > * v2 drops no longer used PRIORITY > > Signed-off-by: Andrea Galbusera > --- >  .../recipes-ext

Re: [oe] meta-games layer

2012-05-14 Thread Cliff Brake
On Monday, May 14, 2012, Marko Lindqvist wrote: > Do you maintain any kind of list of freely available recipes provided > by third parties? If I need some library for which there is no recipe > in openembedded-core or meta-openembedded, I'd like to check if > someone else has already made it and n

[oe] meta-games layer

2012-05-14 Thread Marko Lindqvist
Do you maintain any kind of list of freely available recipes provided by third parties? If I need some library for which there is no recipe in openembedded-core or meta-openembedded, I'd like to check if someone else has already made it and not to reinvent the Wheel myself. I found layers list htt

[oe] [PATCH 1/1] util-linux-ng: Update SRC_URI to kernel.org valid URI

2012-05-14 Thread Apelete Seketeli
This updates SRC_URI as the former kernel.org URI was no longer valid. Signed-off-by: Apelete Seketeli --- recipes/util-linux-ng/util-linux-ng.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/util-linux-ng/util-linux-ng.inc b/recipes/util-linux-ng/util-linux-ng

[oe] [PATCH 0/1] Update package SRC_URI

2012-05-14 Thread Apelete Seketeli
Hello, The attached patch updates the SRC_URI since the original kernel.org URI is no longer valid. The patch is targeted at oe-classic. Apelete Seketeli (1): util-linux-ng: Update SRC_URI to kernel.org valid URI util-linux-ng.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ___

[oe] How to build sysvinit rather than systemd

2012-05-14 Thread R U Local
Dear All, I have AM3517 based hardware using linux-omap-psp_2.6.37. I'm trying to build a system based on the old sysvinit rather than the new systemd for initialisation as there isn't support for systemd in the kernel. My build environment is based on the set up generated by the Angstrom 'setup

Re: [oe] License attributions for a system built with OpenEmbedded.

2012-05-14 Thread Khem Raj
On Mon, May 14, 2012 at 5:02 AM, Tasslehoff Kjappfot wrote: > Hi. > > I have made a rootfs and an SDK with OE-classic. We use the SDK to > compile our own application, which links dynamically with some open > source libraries. > > I have listed the LGPL libraries our application uses and linked to

Re: [oe] [2011.03-maintenance] Pull request 20120514

2012-05-14 Thread Denys Dmytriyenko
On Mon, May 14, 2012 at 01:09:40PM -0500, Chase Maupin wrote: > Tom, > > Please pull the following commits that update the LICENSE field to > list the actual license version for licenses like GPL and LGPL. These > patches have previously been sent to the list with each patch identifying > where i

Re: [oe] [PATCH 12/69] atk: Update LICENSE field version

2012-05-14 Thread Tom Rini
On Mon, May 14, 2012 at 08:13:29PM +0200, Martin Jansa wrote: > On Mon, May 14, 2012 at 05:49:26PM +, Maupin, Chase wrote: > > > -Original Message- > > > From: Flanagan, Elizabeth [mailto:elizabeth.flana...@intel.com] > > > Sent: Monday, May 14, 2012 12:30 PM > > > To: openembedded-deve

Re: [oe] [PATCH 12/69] atk: Update LICENSE field version

2012-05-14 Thread Martin Jansa
On Mon, May 14, 2012 at 05:49:26PM +, Maupin, Chase wrote: > > -Original Message- > > From: Flanagan, Elizabeth [mailto:elizabeth.flana...@intel.com] > > Sent: Monday, May 14, 2012 12:30 PM > > To: openembedded-devel@lists.openembedded.org > > Cc: Maupin, Chase > > Subject: Re: [oe] [PA

[oe] [2011.03-maintenance] Pull request 20120514

2012-05-14 Thread Chase Maupin
Tom, Please pull the following commits that update the LICENSE field to list the actual license version for licenses like GPL and LGPL. These patches have previously been sent to the list with each patch identifying where it was derived from. I have also submitted patches for oe-core where appro

Re: [oe] [PATCH 12/69] atk: Update LICENSE field version

2012-05-14 Thread Maupin, Chase
> -Original Message- > From: Flanagan, Elizabeth [mailto:elizabeth.flana...@intel.com] > Sent: Monday, May 14, 2012 12:30 PM > To: openembedded-devel@lists.openembedded.org > Cc: Maupin, Chase > Subject: Re: [oe] [PATCH 12/69] atk: Update LICENSE field version > > On Mon, May 14, 2012 at 9

Re: [oe] New kmod {libdir} breaks udev, systemd build

2012-05-14 Thread Marko Lindqvist
On 14 May 2012 20:23, Thilo Fromm wrote: > > openembedded-core only features udev-164 (vs. -182 in meta-oe). -164 > in oe-core does not use libkmod, so there's no issue with libkmod in > oe-core. It's no surprise that it "worked for you", you were building > anicent tools. I know. I were asking

Re: [oe] [PATCH 12/69] atk: Update LICENSE field version

2012-05-14 Thread Flanagan, Elizabeth
On Mon, May 14, 2012 at 9:09 AM, Chase Maupin wrote: > * Update LICENSE field version from generic LGPL to GPLv2+ and >  LGPLv2+ to reflect the real license version. > * This change was based on setting in oe-core as well as code >  inspection. > > Signed-off-by: Chase Maupin > --- >  recipes/atk

Re: [oe] New kmod {libdir} breaks udev 182 build

2012-05-14 Thread Khem Raj
On Mon, May 14, 2012 at 4:18 AM, Thilo Fromm wrote: > > I've got an issue with > openembedded-core/meta/recipes-kernel/kmod/kmod_git.bb, with the way > {libdir} is set in line 19: > > libdir = "${base_libdir}" > > "git blame" claims this was added by Khem Raj on 2012-05-08. This line > causes libk

Re: [oe] New kmod {libdir} breaks udev, systemd build

2012-05-14 Thread Thilo Fromm
Hello, Take meta-openembedded/meta-oe/recipes-core/udev/udev_182.bb, for example. The build predictably fails with checking for KMOD... no configure: error: Package requirements (libkmod >= 5) were not met: No package 'libkmod' found So what's the right

Re: [oe] New kmod {libdir} breaks udev, systemd build

2012-05-14 Thread Marko Lindqvist
On 14 May 2012 15:48, Thilo Fromm wrote: > Hi there, > > [...] > >>> Take meta-openembedded/meta-oe/recipes-core/udev/udev_182.bb, for >>> example. The build predictably fails with >>> >>> checking for KMOD... no >>> configure: error: Package requirements (libkmod >= 5) were not met: >>> >>> No pa

[oe] [PATCH 00/69] Update package LICENSE settings

2012-05-14 Thread Chase Maupin
All, The attached patches update the LICENSE field in the packages to have the actual version of the GPL or LGPL license instead of just using the generic GPL or LGPL terms. This is to make it easier to know if a package is licensed under the GPLv3 license or not. Many of these changes were eith

[oe] [PATCH 20/69] faad2: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to GPLv2 to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/faad2/faad2_2.7.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/recipes/faad2/faad2

[oe] [PATCH 04/69] canutils: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to GPLv2 to reflect the actual license and license version of the code. * This change was back-ported from oe-core Signed-off-by: Chase Maupin --- recipes/socketcan/canutils.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) dif

[oe] [PATCH 08/69] gnome-vfs: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+ and LGPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection Signed-off-by: Chase Maupin --- recipes/gnome/gnome-vfs_2.24.1.bb |4 ++-- 1 files changed, 2 insertions(+)

[oe] [PATCH 13/69] audiofile: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL/GPL to LGPLv2 and GPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection Signed-off-by: Chase Maupin --- recipes/audiofile/audiofile_0.2.6.bb |4 ++-- 1 files changed, 2 inserti

[oe] [PATCH 17/69] libcroco: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2 and LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/libcroco/libcroco_0.6.2.bb |4 +++- 1 files changed, 3 insertion

[oe] [PATCH 03/69] bonnie: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was back-ported from oe-core. * Bump the PR Signed-off-by: Chase Maupin --- recipes/bonnie/bonnie++.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipe

[oe] [PATCH 16/69] libcap2: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to BSD or GPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/libcap/libcap2_2.20.bb |4 ++-- 1 files changed, 2 insertions(+), 2 dele

[oe] [PATCH 01/69] gnutls: update LICENSE setting

2012-05-14 Thread Chase Maupin
* Updated the LICENSE field setting based on settings in oe-core as well as code inspection. * Gave specific LICENSE versions instead of generic GPL LGPL * Bump the INC_PR Signed-off-by: Chase Maupin --- recipes/gnutls/gnutls.inc | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions

[oe] [PATCH 09/69] hicolor-icon-theme: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection Signed-off-by: Chase Maupin --- .../hicolor-icon-theme/hicolor-icon-theme_0.11.bb |4 ++-- 1 files changed, 2 insertion

[oe] [PATCH 10/69] hostap-daemon: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was based on code inspection. Signed-off-by: Chase Maupin --- recipes/hostap/hostap-daemon-0.7.inc |2 +- recipes/hostap/hostap-daemon_0.7.3.bb |2 +- 2 files changed, 2 insert

[oe] [PATCH 24/69] libgpg-error: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL/LGPL/FDL to GPLv2 and LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/libgpg-error/libgpg-error_1.4.bb |4 +++- 1 files changed

[oe] [PATCH 07/69] gnome-keyring: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+, LGPLv2+, and LGPLv2.1+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection Signed-off-by: Chase Maupin --- recipes/gnome/gnome-keyring_2.28.2.bb |4 ++-- 1 files changed,

[oe] [PATCH 05/69] debianutils: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Update LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection Signed-off-by: Chase Maupin --- recipes/debianutils/debianutils.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletion

[oe] [PATCH 14/69] avahi: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+ and LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/avahi/avahi.inc |4 ++-- 1 files changed, 2 insertions(+), 2 dele

[oe] [PATCH 22/69] libgcrypt: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL/LGPL/FDL to GPLv2+ and LGPLv2.1+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/libgcrypt/libgcrypt_1.4.1.bb |4 1 files changed,

[oe] [PATCH 19/69] faac: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2 to reflect the real license version. * This change was based on code inspection. Signed-off-by: Chase Maupin --- recipes/faac/faac_1.24.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/faac/faac_1

[oe] [PATCH 12/69] atk: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Update LICENSE field version from generic LGPL to GPLv2+ and LGPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/atk/atk_1.30.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 del

[oe] [PATCH 15/69] cairo: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to MPL-1 and LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/cairo/cairo_1.10.0.bb |4 +++- 1 files changed, 3 insertions(+),

[oe] [PATCH 69/69] time: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/time/time.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/time/time.inc b/

[oe] [PATCH 64/69] neon: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/neon/neon_0.25.5.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-

[oe] [PATCH 68/69] python-pygtk: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/python/python-pygtk_2.16.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2

[oe] [PATCH 66/69] python-pycairo: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL/MPL to LGPLv2.1 and MPL-1.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/python/python-pycairo_1.8.0.bb |4 ++-- 1 files changed, 2

[oe] [PATCH 62/69] libmikmod: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/libmikmod/libmikmod_3.1.12.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recip

[oe] [PATCH 65/69] libnfnetlink: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to GPLv2+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/libnfnetlink/libnfnetlink_1.0.0.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/re

[oe] [PATCH 63/69] libmusicbrainz: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/musicbrainz/libmusicbrainz.inc |2 +- recipes/musicbrainz/libmusicbra

[oe] [PATCH 67/69] python-pygobject: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/python/python-pygobject_2.20.0.bb |4 ++-- 1 files changed, 2 insertions(+)

[oe] [PATCH 58/69] libart-lgpl: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/gnome/libart-lgpl.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(

[oe] [PATCH 61/69] libglade: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2 and LGPLv2+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/libglade/libglade_2.6.4.bb |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git

[oe] [PATCH 60/69] libdiscid: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1+ to reflect the real license version. * This change was based on code inspection. Signed-off-by: Chase Maupin --- recipes/libdiscid/libdiscid.inc |2 +- recipes/libdiscid/libdiscid_0.2.2.bb |2 ++ 2 files changed, 3 ins

[oe] [PATCH 59/69] libdaemon: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/libdaemon/libdaemon_0.13.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe

[oe] [PATCH 57/69] intltool: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/intltool/intltool.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

[oe] [PATCH 55/69] gnome-mime-data: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 and GPLv2+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/gnome/gnome-mime-data_2.18.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --gi

[oe] [PATCH 54/69] cups: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL/LGPL to GPLv2 and LGPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/cups/cups_1.2.12.bb |4 ++-- 1 files changed, 2 insertions(+),

[oe] [PATCH 56/69] gtk-doc: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/gtk-doc/gtk-doc.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

[oe] [PATCH 53/69] gnome-common: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv3 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/gnome/gnome-common.inc |2 +- recipes/gnome/gnome-common_2.28.0.bb |2

[oe] [PATCH 52/69] wireless-tools: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 and LGPLv2.1 or MPL-1.1 or BSD to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/wireless-tools/wireless-tools.inc |2 +- recip

[oe] [PATCH 51/69] shared-mime-info: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was based on source inspection. Signed-off-by: Chase Maupin --- recipes/shared-mime-info/shared-mime-info_0.51.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --g

[oe] [PATCH 49/69] orbit2: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. * Update submitted to oe-core as well. Signed-off-by: Chase Maupin --- recipes/gnome/orbit2_2.14.17.bb |4 1 file

[oe] [PATCH 50/69] pango: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/pango/pango_1.24.4.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions

[oe] [PATCH 46/69] lmbench: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/lmbench/lmbench_3.0-a9.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletion

[oe] [PATCH 48/69] nfs-utils: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/nfs-utils/nfs-utils_1.1.2.bb |4 ++-- 1 files changed, 2 insertions(+), 2 dele

[oe] [PATCH 47/69] makedevs: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/makedevs/makedevs_1.0.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/make

[oe] [PATCH 45/69] libxv: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to MIT-style to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/xorg-lib/libxv_1.0.6.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deleti

[oe] [PATCH 44/69] x264: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was based on code inspection. Signed-off-by: Chase Maupin --- recipes/vlc/x264_r2245.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/vlc/x264_r22

[oe] [PATCH 43/69] libvisual: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL/GPL to LGPLv2.1+ and GPLv2 to reflect the real license version. * This change was based on code inspection. Signed-off-by: Chase Maupin --- recipes/libvisual/libvisual_0.4.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[oe] [PATCH 42/69] libsoup-2.4: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to LGPLv2 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/gnome/libsoup-2.4_2.32.2.bb |4 +++- 1 files changed, 3 insertions(+), 1 delet

[oe] [PATCH 40/69] libsndfile1: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/libsndfile/libsndfile1_1.0.24.bb |4 ++-- 1 files changed, 2 insertions(+),

[oe] [PATCH 39/69] libsidplay: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was based on code inspection. Signed-off-by: Chase Maupin --- recipes/libsidplay/libsidplay_1.36.59.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe

[oe] [PATCH 41/69] libsocketcan: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/socketcan/libsocketcan.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/

[oe] [PATCH 38/69] libsdl: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/libsdl/libsdl-1.2.14.inc |4 ++-- 1 files changed, 2 insertions(+), 2 delet

[oe] [PATCH 36/69] libsamplerate0: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/libsamplerate/libsamplerate0_0.1.7.bb |4 ++-- 1 files changed, 2 insertions(+

[oe] [PATCH 37/69] schroedinger: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic MPL/GPL/LGPL/MIT to MPL-1.1 or LGPLv2 or GPLv2 or MIT to reflect the real license version. * This change was based on code inspection Signed-off-by: Chase Maupin --- recipes/schroedinger/schroedinger_1.0.9.bb |4 +++- 1 files changed, 3 insert

[oe] [PATCH 35/69] librsvg: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/librsvg/librsvg_2.26.2.bb |4 ++-- 1 files changed, 2 insertions(+), 2 delet

[oe] [PATCH 33/69] libnl: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/libnl/libnl_2.0.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/recipes/libnl/l

[oe] [PATCH 31/69] mpeg2dec: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/mpeg2dec/mpeg2dec_0.4.0b.bb |4 ++-- 1 files changed, 2 insertions(+), 2 delet

[oe] [PATCH 34/69] libproxy: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2.1+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/gnome/libproxy_0.2.3.bb |4 ++-- 1 files changed, 2 insertions(+), 2 delet

[oe] [PATCH 32/69] mysql5: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/mysql/mysql5_5.1.40.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/mysql/m

[oe] [PATCH 29/69] libmodplug: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to PD to reflect the change from GPL to the Public Domain license. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/libmodplug/libmodplug_0.8.7.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

[oe] [PATCH 30/69] lame: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2+ to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/lame/lame_3.98.2.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-

[oe] [PATCH 28/69] libmad: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2 to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/libmad/libmad_0.15.1b.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/libmad

[oe] [PATCH 27/69] libidl: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2+ to reflect the real license version. * This change was based on code inspection. * This change has also been submitted to oe-core. Signed-off-by: Chase Maupin --- recipes/libidl/libidl-native_0.8.13.bb |2 +- recipes/libidl/libid

[oe] [PATCH 26/69] libid3tag: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/libid3tag/libid3tag_0.15.1b.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes

[oe] [PATCH 25/69] libical: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2v.1 or MPL-1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection. Signed-off-by: Chase Maupin --- recipes/libical/libical_0.44.bb |4 ++-- 1 files changed, 2 insertions(+)

[oe] [PATCH 23/69] gdbm: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/gdbm/gdbm_1.8.3.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/gdbm/gdbm_1

[oe] [PATCH 21/69] flac: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GFDL-1.2, GPLv2+, LGPLv2.1, and BSD to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/flac/flac_1.2.1.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) dif

[oe] [PATCH 18/69] esound: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to LGPLv2 to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin --- recipes/esound/esound_0.2.36.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/esound

[oe] [PATCH 11/69] liba52: Update LICENSE field version

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic GPL to GPLv2+ to reflect the real license version. * This change was back-ported from oe-core Signed-off-by: Chase Maupin --- recipes/liba52/liba52_0.7.4.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/liba52/l

[oe] [PATCH 06/69] gtk+: Update LICENSE field version for 2.20.1

2012-05-14 Thread Chase Maupin
* Updated LICENSE field version from generic LGPL to LGPLv2, LGPLv2+, and LGPLv2.1 to reflect the real license version. * This change was based on setting in oe-core as well as code inspection * Verified for version 2.20.1 of gtk+ Signed-off-by: Chase Maupin --- recipes/gtk+/gtk+_2.20.1.bb |

[oe] [PATCH 02/69] libtasn1: update LICENSE setting

2012-05-14 Thread Chase Maupin
* Updated the LICENSE field setting based on settings in oe-core as well as code inspection. * Inherit lib_package to separate out the GPLv3 binaries from the LGPLv2.1 libraries * Bump the PR Signed-off-by: Chase Maupin --- recipes/gnutls/libtasn1_1.7.bb |8 +--- 1 files changed, 5 i

[oe] [meta-oe] gvfs: fix build

2012-05-14 Thread Andreas Müller
Error message was: | In file included from gvfsfusedaemon.c:44:0: | /home/andreas/tmp/oe-core-eglibc/sysroots/overo/usr/include/glib-2.0/glib/gurifuncs.h:24:2: error: #error "Only can be included directly." Signed-off-by: Andreas Müller --- .../0001-gvfsfusedaemon.c-fix-glib-build.patch |

[oe] [PATCH][meta-oe 1/1] systemd-systemctl-native: fixed systemctl wrapper's `disable' action

2012-05-14 Thread Otavio Salvador
From: Mario Domenech Goulart Signed-off-by: Mario Domenech Goulart --- .../systemd/systemd-systemctl-native/systemctl |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl b/meta-oe/recipes-core/systemd/s

Re: [oe] New kmod {libdir} breaks udev, systemd build

2012-05-14 Thread Thilo Fromm
Hi there, [...] >> Take meta-openembedded/meta-oe/recipes-core/udev/udev_182.bb, for >> example. The build predictably fails with >> >> checking for KMOD... no >> configure: error: Package requirements (libkmod >= 5) were not met: >> >> No package 'libkmod' found >> >> >> So what's the right thin

Re: [oe] New kmod {libdir} breaks udev 182 build

2012-05-14 Thread Otavio Salvador
On Mon, May 14, 2012 at 8:18 AM, Thilo Fromm wrote: > I've got an issue with > openembedded-core/meta/recipes-kernel/kmod/kmod_git.bb, with the way > {libdir} is set in line 19: > > libdir = "${base_libdir}" > > "git blame" claims this was added by Khem Raj on 2012-05-08. This line > causes libkmo

[oe] License attributions for a system built with OpenEmbedded.

2012-05-14 Thread Tasslehoff Kjappfot
Hi. I have made a rootfs and an SDK with OE-classic. We use the SDK to compile our own application, which links dynamically with some open source libraries. I have listed the LGPL libraries our application uses and linked to http://www.gnu.org/licenses/lgpl.txt, but I don't know how/if to attrib

[oe] New kmod {libdir} breaks udev 182 build

2012-05-14 Thread Thilo Fromm
Hi guys, I've got an issue with openembedded-core/meta/recipes-kernel/kmod/kmod_git.bb, with the way {libdir} is set in line 19: libdir = "${base_libdir}" "git blame" claims this was added by Khem Raj on 2012-05-08. This line causes libkmod to put its pkgconfig ".pc" file in the staging area at