Re: [OE-core] [PATCH v3] base.bbclass wipe ${S} before unpacking source

2016-06-22 Thread Markus Lehtonen
Ping! This hasn't been merged, yet I haven't seen any further comments. - Markus On Wed, 2016-05-11 at 06:34 +0200, Petter Mabäcker wrote: > Hi Markus, > > From my point of view it looks good, and all feedback from v2 of the > patch seems to have been handled as well. > > BR Petter > > Pette

[OE-core] [PATCH 1/2] rootfs-postcommands: don't hard-code .rootfs in manifest filename

2016-06-22 Thread Joshua Lock
The .rootfs suffix of a generated image can be overridden by setting IMAGE_NAME_SUFFIX, to ensure manifest filenames match the associated image make use of this variable in the manifest filename. Signed-off-by: Joshua Lock --- meta/classes/rootfs-postcommands.bbclass | 2 +- 1 file changed, 1 in

[OE-core] [PATCH 2/2] openssl: prevent warnings from openssl-c_rehash.sh

2016-06-22 Thread Joshua Lock
The openssl-c_rehash.sh script reports duplicate files and files which don't contain a certificate or CRL by echoing a WARNING to stdout. This warning gets picked up by the log checker during rootfs and results in several warnings getting reported to the console during an image build. To prevent t

Re: [OE-core] Adding Bash to meta-toolchain.

2016-06-22 Thread Kucharczyk, Bartlomiej (Nokia - PL/Wroclaw)
> Why do you want to install bash to the toolchain?  There are several reasons for doing that: + I would like to create an SDK with every tool that is needed for the compilation; + to make SDK as much host tools independent as possible; + to make builds that use SDK much more determinis

Re: [OE-core] [PATCH 1/1] recipetool/create.py: fix LICENSE value

2016-06-22 Thread Burton, Ross
On 16 June 2016 at 10:30, Chen Qi wrote: > When there multiple license in a repo, the LICENSE value be created as > something like "LGPLv2.1 GPLv2", which causes the following warning. > > LICENSE value "LGPLv2.1 GPLv2" has an invalid format - license names must > be separated by the following ch

Re: [OE-core] [PATCH 1/2] gtk+3: Make sure gdkx.h is updated

2016-06-22 Thread Jussi Kukkonen
On 17 June 2016 at 22:37, Jussi Kukkonen wrote: > Always run the Makefile rule that modifies gdkx.h (for opengl > disabling), but only do the modification if the file is not > correct already. > Please don't take this patch: I'll include it in a bigger update. The qemu patch (2/2) is still good

[OE-core] [PATCH] qemu: add PACKAGECONFIG stanza for bzip2

2016-06-22 Thread Ross Burton
This is just for reading bzip-compressed DMG files, so disable it by default. Signed-off-by: Ross Burton --- meta/recipes-devtools/qemu/qemu.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 44e6744..b865223 1

Re: [OE-core] [PATCH 0/3] Add qemuppc64 target

2016-06-22 Thread Alexander Kanavin
On 06/21/2016 07:03 PM, Burton, Ross wrote: Can you also see if usermode qemu needs to be changed for ppc64 as well It needs enabling entirely - qemu-ppc64 doesn't exist currently so every build-time postinst fails. There were reports that qemu-ppc64 does not work even when enabled: https

[OE-core] [PATCH 02/10] atk: Upgrade 2.18.0 -> 2.20.0

2016-06-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-support/atk/{atk_2.18.0.bb => atk_2.20.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/atk/{atk_2.18.0.bb => atk_2.20.0.bb} (69%) diff --git a/meta/recipes-support/atk/atk_2.18.0.bb b/meta/recipes-supp

[OE-core] [PATCH 00/10] Upgrades and misc. fixes

2016-06-22 Thread Jussi Kukkonen
This contains an uppgrade to Gtk+3 (which I didn't add into sato-gtk3 branch to keep it from changing too much between versions), upgrades to other recipes related to Gtk+, and miscallaneous fixes. The following changes since commit 95f6e7bd0f7188f59e66e1769799e44a123b638b: bitbake: cooker: cl

[OE-core] [PATCH 10/10] connman-gnome: StatusIcon adapts to size changes

2016-06-22 Thread Jussi Kukkonen
Update the Gtk3 patch to make the StatusIcon load pixbufs at (more) correct sizes -- Gtk3 does not seem to reliably position the icon otherwise. Signed-off-by: Jussi Kukkonen --- .../connman/connman-gnome/0001-Port-to-Gtk3.patch | 136 ++--- 1 file changed, 121 insertions(+), 15

[OE-core] [PATCH 05/10] clutter-gtk-1.0: Upgrade 1.6.6 -> 1.8.0

2016-06-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/clutter/clutter-gtk-1.0_1.6.6.bb | 6 -- meta/recipes-graphics/clutter/clutter-gtk-1.0_1.8.0.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-graphics/clutter/clutter-gtk-1.0_1.6.6.bb crea

[OE-core] [PATCH 09/10] vte: don't build test app

2016-06-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-support/vte/vte_0.44.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/vte/vte_0.44.1.bb b/meta/recipes-support/vte/vte_0.44.1.bb index ecbf58a..f3baa1e 100644 --- a/meta/recipes-support/vte/vte_0.44.1.bb

[OE-core] [PATCH 08/10] gsettings-desktop-schemas: inherit upstream-version-is-even

2016-06-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../gsettings-desktop-schemas/gsettings-desktop-schemas_3.20.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.20.0.bb b/meta/recipes-gnome/gsettings-desktop-

[OE-core] [PATCH 07/10] cairo: inherit upstream-version-is-even

2016-06-22 Thread Jussi Kukkonen
Even versions are releases, odd are "snapshots". Signed-off-by: Jussi Kukkonen --- meta/recipes-graphics/cairo/cairo.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index c7e686d..e5fe308 10064

[OE-core] [PATCH 06/10] puzzles: Keep building even with deprecation warnings

2016-06-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index a9daacd..882ee44 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/

[OE-core] [PATCH 03/10] at-spi2-core: Upgrade 2.18.3 -> 2.20.2

2016-06-22 Thread Jussi Kukkonen
Add systemd unit, patch in a configure flag to set the correct dir. Signed-off-by: Jussi Kukkonen --- .../0001-build-Add-with-systemduserunitdir.patch | 49 ++ ...-spi2-core_2.18.3.bb => at-spi2-core_2.20.2.bb} | 18 +--- 2 files changed, 61 insertions(+), 6 deletions(-

[OE-core] [PATCH 04/10] at-spi2-atk: Upgrade 2.18.1 -> 2.20.1

2016-06-22 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen --- .../atk/{at-spi2-atk_2.18.1.bb => at-spi2-atk_2.20.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/atk/{at-spi2-atk_2.18.1.bb => at-spi2-atk_2.20.1.bb} (81%) diff --git a/meta/recipes-support/atk/at-spi2

[OE-core] [PATCH 01/10] gtk+3: Upgrade 3.18.8 -> 3.20.6

2016-06-22 Thread Jussi Kukkonen
* Remove a patch that's no longer needed (as we don't have a problem with client side decorations anymore) * Wayland build now depends on wayland-protocols: Use same WAYLAND_PROTOCOLS_SYSROOT_DIR trick as weston so protocols are found and multilib build does not break * Add new binary gtk-que

[OE-core] [PATCH 1/2] gdb-cross: do not hardcode the use of Python 2

2016-06-22 Thread Alexander Kanavin
This was overlooked in the move to Python 3 Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/gdb/gdb-cross.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/gdb/gdb-cross.inc b/meta/recipes-devtools/gdb/gdb-cross.inc index 7579205..5fa7c33 1

[OE-core] [PATCH 2/2] pythonnative.bbclass, python3native.bbclass: export STAGING_INCDIR, STAGING_LIBDIR, PYTHON variables

2016-06-22 Thread Alexander Kanavin
We patch Python's distutils modules to access STAGING_INCDIR/LIBDIR, so when they are not set, scripts that utilize distutils (e.g. python-config) fail. Several recipes need to export those manually to prevent such failures, so let's do that in the class instead. PYTHON variable is exported becaus

Re: [OE-core] [oe-core][PATCH v2] u-boot: extend UBOOT_CONFIG format to support different binary name

2016-06-22 Thread Ting Liu
Ping. > -Original Message- > From: ting@nxp.com [mailto:ting@nxp.com] > Sent: Wednesday, June 15, 2016 11:01 PM > To: openembedded-core@lists.openembedded.org > Cc: Zhenhua Luo ; Ting Liu > Subject: [oe-core][PATCH v2] u-boot: extend UBOOT_CONFIG format to > support different bina

Re: [OE-core] [PATCH 09/10] vte: don't build test app

2016-06-22 Thread Burton, Ross
The patch should explain why we're disabling the test application. If we don't build the test app then the "vte" package is pretty pointless: libvte: /usr/lib/libvte-2.91.so.0 /usr/lib/libvte-2.91.so.0.4400.1 vte: /etc/profile.d/vte.sh /usr/lib/girepository-1.0/Vte

Re: [OE-core] [PATCH] e2fsprogs: remove the extra dot from the recipe filename

2016-06-22 Thread Martin Jansa
On Tue, Jun 21, 2016 at 01:01:19PM +0300, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin Even with PR bump RP did it's still going backwards: WARNING: e2fsprogs-1.43-r0 do_packagedata: QA Issue: Package version for package e2fsprogs-locale-uk went backwards which would break packag

Re: [OE-core] [PATCH] e2fsprogs: remove the extra dot from the recipe filename

2016-06-22 Thread Burton, Ross
On 22 June 2016 at 15:42, Martin Jansa wrote: > WARNING: e2fsprogs-1.43-r0 do_packagedata: QA Issue: Package version for > package e2fsprogs-locale-uk went backwards which would break package feeds > from (0:1.43.-r0.1 to 0:1.43-r0.0) [version-going-backwards] > Have you checked what opkg/rpm ac

Re: [OE-core] [PATCH] e2fsprogs: remove the extra dot from the recipe filename

2016-06-22 Thread Martin Jansa
On Wed, Jun 22, 2016 at 03:45:27PM +0100, Burton, Ross wrote: > On 22 June 2016 at 15:42, Martin Jansa wrote: > > > WARNING: e2fsprogs-1.43-r0 do_packagedata: QA Issue: Package version for > > package e2fsprogs-locale-uk went backwards which would break package feeds > > from (0:1.43.-r0.1 to 0:1

[OE-core] [PATCH 0/2] Add gcc version and tclibc to build summary

2016-06-22 Thread Armin Kuster
Since there are two gcc versions supported and any number of tcglibc, it would be nice to know which ones are being used. Add those to the build summary. Build summary TCLIBC= "glibc" GCC_VERSION = "6.1" Not sure if the gcc version bit is best practice. Armin Kuster (2): buil

[OE-core] [PATCH 1/2] build summary: add gcc version being used.

2016-06-22 Thread Armin Kuster
From: Armin Kuster Signed-off-by: Armin Kuster --- meta/classes/base.bbclass | 2 ++ meta/conf/bitbake.conf| 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 5d8e8d6..b90e9ce 100644 --- a/meta/classes/base.bbclas

[OE-core] [PATCH 2/2] build summary: add TCLIBC being used

2016-06-22 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 7132922..c575f55 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -650,7 +650,7 @@ PREFERRED_PROVIDER

[OE-core] Bitbake output format changed Was: [oe-commits] [bitbake] branch master updated (a3f464d -> 0219271)

2016-06-22 Thread Martin Jansa
On Wed, Jun 15, 2016 at 07:39:01AM +, g...@git.openembedded.org wrote: > rpurdie pushed a change to branch master > in repository bitbake. > > from a3f464d cooker.py: fix warn() -> warning() > adds 81798ab toaster: testsjs Add call back to append elements on > completion of

[OE-core] [PATCH] linux-libc-headers: Update doc for recipe depends

2016-06-22 Thread Patrick Williams
The previous documentation has not been accurate since at least commit 46cdaf1. Recipes that follow the old documentation will not correctly build when sstate is enabled because the kernel source will not actually be available. Signed-off-by: Patrick Williams --- meta/recipes-kernel/linux-libc-

[OE-core] [PATCH v2] linux-libc-headers: Update doc for recipe depends

2016-06-22 Thread Patrick Williams
The previous documentation has not been accurate since at least commit 6a1ff0e. Recipes that follow the old documentation will not correctly build when sstate is enabled because the kernel source will not actually be available. Signed-off-by: Patrick Williams --- meta/recipes-kernel/linux-libc-

Re: [OE-core] [PATCH v2] linux-libc-headers: Update doc for recipe depends

2016-06-22 Thread Patrick Williams
On Wed, Jun 22, 2016 at 11:31:46AM -0500, Patrick Williams wrote: > The previous documentation has not been accurate since at least > commit 6a1ff0e. Recipes that follow the old documentation will > not correctly build when sstate is enabled because the kernel > source will not actually be availab

Re: [OE-core] [PATCH 0/2] Add gcc version and tclibc to build summary

2016-06-22 Thread Khem Raj
> On Jun 22, 2016, at 8:29 AM, Armin Kuster wrote: > > Since there are two gcc versions supported and any number of tcglibc, > it would be nice to know which ones are being used. > Add those to the build summary. > > Build summary > TCLIBC= “glibc" libc is evident from TARGET_SYS

Re: [OE-core] [PATCH 0/3] Add qemuppc64 target

2016-06-22 Thread akuster808
Alex, On 06/22/2016 04:43 AM, Alexander Kanavin wrote: > On 06/21/2016 07:03 PM, Burton, Ross wrote: >> Can you also see if usermode qemu needs to be changed for ppc64 as >> well >> >> It needs enabling entirely - qemu-ppc64 doesn't exist currently so every >> build-time postinst fails. > W

Re: [OE-core] [PATCH 0/2] Add gcc version and tclibc to build summary

2016-06-22 Thread akuster808
On 06/22/2016 09:52 AM, Khem Raj wrote: > >> On Jun 22, 2016, at 8:29 AM, Armin Kuster wrote: >> >> Since there are two gcc versions supported and any number of tcglibc, >> it would be nice to know which ones are being used. >> Add those to the build summary. >> >> Build summary >> TCLIBC

Re: [OE-core] [PATCH 0/2] Add gcc version and tclibc to build summary

2016-06-22 Thread Khem Raj
> On Jun 22, 2016, at 10:05 AM, akuster808 wrote: > > > > On 06/22/2016 09:52 AM, Khem Raj wrote: >> >>> On Jun 22, 2016, at 8:29 AM, Armin Kuster wrote: >>> >>> Since there are two gcc versions supported and any number of tcglibc, >>> it would be nice to know which ones are being used. >>>

Re: [OE-core] LICENCE file for LLVM based recipes

2016-06-22 Thread Khem Raj
> On Jun 6, 2016, at 12:32 AM, mubin syed wrote: > > Hi, > > I am trying to write recipe for dhrystone benchmarks, it is LLVM licensed > benchmarks. > I went through some of the LLVM recipes, they are using NCSA license > files(not using explicit > LLVM license files). LLVM is under Universi

Re: [OE-core] [PATCHv3 10/30] vte: Upgrade to 0.44.1

2016-06-22 Thread Andreas Müller
On Tue, Jun 14, 2016 at 10:14 AM, Jussi Kukkonen wrote: > * License change LGPL 2.0 -> LGPL 2.1+ > * vte-termcap is no more > * API break: current version seems to be parallel installable Could we move vte to meta-oe to avoid further world blacklisting? Andreas -- ___

Re: [OE-core] packageconfig, add depends if feature is disabled

2016-06-22 Thread Max Krummenacher
Hi Ross Am Sonntag, den 19.06.2016, 20:51 +0100 schrieb Burton, Ross: > On 19 June 2016 at 10:52, Max Krummenacher > wrote: > > > PACKAGECONFIG ?= "gtk3" > > PACKAGECONFIG[gtk2] = ",,gtk+" > > PACKAGECONFIG[gtk3] = "--enable-gtk3,,gtk+3" > > > > PACKAGECONFIGs are meant to be expli

[OE-core] [PATCH][for-krogoth] backport staticid fix

2016-06-22 Thread Stephano Cetola
I've backported this from master and tested. [ YOCTO #9777 ] Peter Kjellerstedt (1): useradd-staticids.bbclass: Restore failure on missing UIDs/GIDs meta/classes/useradd-staticids.bbclass | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) -- 2.8.3 -- __

[OE-core] [PATCH] useradd-staticids.bbclass: Restore failure on missing UIDs/GIDs

2016-06-22 Thread Stephano Cetola
From: Peter Kjellerstedt A regression was introduced with commit 3149319a whereby setting USERADD_ERROR_DYNAMIC no longer resulted in an error for users and groups that were missing numeric UIDs and GIDs but were not mentioned at all in any passwd or groups file. [YOCTO #9777] Signed-off-by: Pe

Re: [OE-core] easiest way to patch some headers in gcc-5.2 source?

2016-06-22 Thread Khem Raj
> On Jun 2, 2016, at 6:40 AM, Robert P. J. Day wrote: > > > for backward compatibility reasons, i need to patch some header > files in gcc-5.2 to change some quoted includes to angle bracket-style > includes. > > i have the patch, and this change is only to make the resultant > cross-compile

Re: [OE-core] [PATCHv3 10/30] vte: Upgrade to 0.44.1

2016-06-22 Thread Burton, Ross
On 22 June 2016 at 19:24, Andreas Müller wrote: > Could we move vte to meta-oe to avoid further world blacklisting? > This was the agreement in the other thread - Mark was going to restore the old version with a new PN for meta-xfce. Ross -- ___ Open

[OE-core] [PATCH] libsdl2: Add missing comma typo

2016-06-22 Thread Andrew F. Davis
Signed-off-by: Andrew F. Davis --- meta/recipes-graphics/libsdl2/libsdl2_2.0.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.4.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.4.bb index 8f079c8..844ff33 100644 --- a/meta/recipes-g

Re: [OE-core] Bitbake output format changed Was: [oe-commits] [bitbake] branch master updated (a3f464d -> 0219271)

2016-06-22 Thread Richard Purdie
On Wed, 2016-06-22 at 17:58 +0200, Martin Jansa wrote: > On Wed, Jun 15, 2016 at 07:39:01AM +, g...@git.openembedded.org wr > ote: > > rpurdie pushed a change to branch master > > in repository bitbake. > > > > adds 2c88afb taskdata/runqueue: Rewrite without use of ID > > indirection

Re: [OE-core] [bitbake-devel] Bitbake output format changed Was: [oe-commits] [bitbake] branch master updated (a3f464d -> 0219271)

2016-06-22 Thread Mark Hatle
On 6/22/16 4:35 PM, Richard Purdie wrote: > On Wed, 2016-06-22 at 17:58 +0200, Martin Jansa wrote: >> On Wed, Jun 15, 2016 at 07:39:01AM +, g...@git.openembedded.org wr >> ote: >>> rpurdie pushed a change to branch master >>> in repository bitbake. >>> >>> adds 2c88afb taskdata/runqueu

[OE-core] [oe-core][PATCH 0/1] blacklist: add BPNBLACKLIST support

2016-06-22 Thread Joe Slater
We have encountered some issues with the use of PNBLACKLIST in recipes. In particular, PNBLACKLIST[pkg] will not suppress building of lib32-pkg or lib64-pkg so world builds can fail unexpectedly. One solution could be to implement BPNBLACKLIST[] which checks BPN instead of PN when a recipe is bein

[OE-core] [oe-core][PATCH 1/1] blacklist: add BPNBLACKLIST support

2016-06-22 Thread Joe Slater
PNBLACKLIST[pn] in a recipe does not work for multilib. Add BPNBLACKLIST specifically for use in recipes. Signed-off-by: Joe Slater --- meta/classes/blacklist.bbclass | 24 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/meta/classes/blacklist.bbclass b/

Re: [OE-core] [bitbake-devel] Bitbake output format changed Was: [oe-commits] [bitbake] branch master updated (a3f464d -> 0219271)

2016-06-22 Thread Christopher Larson
On Wed, Jun 22, 2016 at 2:56 PM, Mark Hatle wrote: > On 6/22/16 4:35 PM, Richard Purdie wrote: > > On Wed, 2016-06-22 at 17:58 +0200, Martin Jansa wrote: > >> On Wed, Jun 15, 2016 at 07:39:01AM +, g...@git.openembedded.org wr > >> ote: > >>> rpurdie pushed a change to branch master > >>> in r

Re: [OE-core] [oe-core][PATCH 0/1] blacklist: add BPNBLACKLIST support

2016-06-22 Thread Khem Raj
On Jun 22, 2016 2:59 PM, "Joe Slater" wrote: > > We have encountered some issues with the use of PNBLACKLIST in recipes. > In particular, PNBLACKLIST[pkg] will not suppress building of lib32-pkg > or lib64-pkg so world builds can fail unexpectedly. > > One solution could be to implement BPNBLACKLI

Re: [OE-core] [oe-core][PATCH 0/1] blacklist: add BPNBLACKLIST support

2016-06-22 Thread Mark Hatle
On 6/22/16 5:35 PM, Khem Raj wrote: > > On Jun 22, 2016 2:59 PM, "Joe Slater" > wrote: >> >> We have encountered some issues with the use of PNBLACKLIST in recipes. >> In particular, PNBLACKLIST[pkg] will not suppress building of lib32-pkg >> or lib64-pkg so world bu

Re: [OE-core] [oe-core][PATCH 0/1] blacklist: add BPNBLACKLIST support

2016-06-22 Thread Khem Raj
On Wed, Jun 22, 2016 at 3:45 PM, Mark Hatle wrote: > On 6/22/16 5:35 PM, Khem Raj wrote: >> >> On Jun 22, 2016 2:59 PM, "Joe Slater" > > wrote: >>> >>> We have encountered some issues with the use of PNBLACKLIST in recipes. >>> In particular, PNBLACKLIST[pkg] will not

Re: [OE-core] [PATCH 1/1] recipetool/create.py: fix LICENSE value

2016-06-22 Thread ChenQi
On 06/22/2016 06:57 PM, Burton, Ross wrote: On 16 June 2016 at 10:30, Chen Qi > wrote: When there multiple license in a repo, the LICENSE value be created as something like "LGPLv2.1 GPLv2", which causes the following warning. LICENSE value "LGPLv2.1

Re: [OE-core] [oe-core][PATCH 0/1] blacklist: add BPNBLACKLIST support

2016-06-22 Thread Paul Eggleton
On Wed, 22 Jun 2016 17:45:55 Mark Hatle wrote: > On 6/22/16 5:35 PM, Khem Raj wrote: > > On Jun 22, 2016 2:59 PM, "Joe Slater" > > > > wrote: > >> We have encountered some issues with the use of PNBLACKLIST in recipes. > >> In particular, PNBLACKLIST[pkg] will not su