* [PATCH 0/1] Check for non-gplv3 build before including qemu-config
@ 2011-06-01 16:38 Saul Wold
2011-06-01 16:38 ` [PATCH 1/1] poky.conf: Make qemu-config optional for non-GPLv3 Saul Wold
2011-06-01 16:48 ` [PATCH 0/1] Check for non-gplv3 build before including qemu-config Richard Purdie
0 siblings, 2 replies; 3+ messages in thread
From: Saul Wold @ 2011-06-01 16:38 UTC (permalink / raw)
To: poky
This patch will check INCOMPATIBLE_LICENSE for GPLv3 before including
qemu-config to the DISTRO_EXTRA_RDEPENDS list.
Sau!
The following changes since commit 802080eb6dd4c872ef16797f06d1aee43624a64c:
allarch.bbclass: A "all" TARGET_ARCH is dangerous as an OVERRIDE (2011-06-01 14:13:23 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib sgw/patch
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgw/patch
Saul Wold (1):
poky.conf: Make qemu-config optional for non-GPLv3
meta-yocto/conf/distro/poky.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
1.7.3.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] poky.conf: Make qemu-config optional for non-GPLv3
2011-06-01 16:38 [PATCH 0/1] Check for non-gplv3 build before including qemu-config Saul Wold
@ 2011-06-01 16:38 ` Saul Wold
2011-06-01 16:48 ` [PATCH 0/1] Check for non-gplv3 build before including qemu-config Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-06-01 16:38 UTC (permalink / raw)
To: poky
[YOCTO #1033]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta-yocto/conf/distro/poky.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 2a5ffb6..6724229 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -18,7 +18,7 @@ EXTRAOPKGCONFIG = "poky-feed-config-opkg"
DISTRO_EXTRA_RDEPENDS += "task-core-boot"
DISTRO_EXTRA_RRECOMMENDS += "kernel-module-af-packet"
-POKYQEMUDEPS = "qemu-config"
+POKYQEMUDEPS = "${@base_contains("INCOMPATIBLE_LICENSE", "GPLv3", "", "qemu-config",d)}"
DISTRO_EXTRA_RDEPENDS_append_qemuarm = " ${POKYQEMUDEPS}"
DISTRO_EXTRA_RDEPENDS_append_qemumips = " ${POKYQEMUDEPS}"
DISTRO_EXTRA_RDEPENDS_append_qemuppc = " ${POKYQEMUDEPS}"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 0/1] Check for non-gplv3 build before including qemu-config
2011-06-01 16:38 [PATCH 0/1] Check for non-gplv3 build before including qemu-config Saul Wold
2011-06-01 16:38 ` [PATCH 1/1] poky.conf: Make qemu-config optional for non-GPLv3 Saul Wold
@ 2011-06-01 16:48 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-06-01 16:48 UTC (permalink / raw)
To: Saul Wold; +Cc: poky
On Wed, 2011-06-01 at 09:38 -0700, Saul Wold wrote:
> This patch will check INCOMPATIBLE_LICENSE for GPLv3 before including
> qemu-config to the DISTRO_EXTRA_RDEPENDS list.
>
> Sau!
>
> The following changes since commit 802080eb6dd4c872ef16797f06d1aee43624a64c:
>
> allarch.bbclass: A "all" TARGET_ARCH is dangerous as an OVERRIDE (2011-06-01 14:13:23 +0100)
>
> are available in the git repository at:
> git://git.yoctoproject.org/poky-contrib sgw/patch
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgw/patch
>
> Saul Wold (1):
> poky.conf: Make qemu-config optional for non-GPLv3
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-01 16:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-01 16:38 [PATCH 0/1] Check for non-gplv3 build before including qemu-config Saul Wold
2011-06-01 16:38 ` [PATCH 1/1] poky.conf: Make qemu-config optional for non-GPLv3 Saul Wold
2011-06-01 16:48 ` [PATCH 0/1] Check for non-gplv3 build before including qemu-config Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.