[yocto] [meta-ivi][PATCH] consolekit: Remove bbappend as gnome-common is not GPLv3
Andrei Gherzan
andrei.gherzan at windriver.com
Thu Jan 10 05:15:11 PST 2013
gnome-common's LICENSE fixed with this oe-core commit:
commit 97469db0cba6d21ab1290238225d3fe365931a5c
Author: Ross Burton <ross.burton at intel.com>
Date: Tue Oct 30 12:02:45 2012 +0000
gnome-common: Fix license
gnome-common 2.28 is GPLv2+. From Christian Persch, upstream:
The licence is presumed GPL2+, although it's not there explicitly. GPL2+
because as far as I could figure out when I tried to, gnome-autogen started in
gnome-core which had a GPL2 COPYING file.
Signed-off-by: Andrei Gherzan <andrei.gherzan at windriver.com>
---
.../consolekit/consolekit_0.4.5.bbappend | 8 --------
1 file changed, 8 deletions(-)
delete mode 100644 recipes-support-ivi/consolekit/consolekit_0.4.5.bbappend
diff --git a/recipes-support-ivi/consolekit/consolekit_0.4.5.bbappend b/recipes-support-ivi/consolekit/consolekit_0.4.5.bbappend
deleted file mode 100644
index 1dccee5..0000000
--- a/recipes-support-ivi/consolekit/consolekit_0.4.5.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-PRINC := "${@int(PRINC) + 1}"
-
-# gnome-common is GPLv3 so we drop this dependency
-# if INCOMPATIBLE_LICENSE contains GPLv3
-python () {
- if (d.getVar("INCOMPATIBLE_LICENSE", True) or "").find("GPLv3") != -1:
- d.setVar("DEPENDS", " ".join(i for i in d.getVar("DEPENDS").split() if i != "gnome-common" and i != "gconf" and i != "gconf-native"))
-}
--
1.7.9.5
More information about the yocto
mailing list