aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-14 09:54:41 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:20:58 -0500
commit07eecb0871d6808ca5cdd3aeb8e39232f1d04fd6 (patch)
tree6f119f65e9799b6746f15fd8277e479ef8419d69
parent548dae478aee26250cd7c3e7663e8da0e8b9dcfa (diff)
downloadopenembedded-07eecb0871d6808ca5cdd3aeb8e39232f1d04fd6.tar.gz
orbit2: Update LICENSE field version to GPLv2
* 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 <Chase.Maupin@ti.com>
-rw-r--r--recipes/gnome/orbit2_2.14.17.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/gnome/orbit2_2.14.17.bb b/recipes/gnome/orbit2_2.14.17.bb
index f89399722d..c83ddd3c11 100644
--- a/recipes/gnome/orbit2_2.14.17.bb
+++ b/recipes/gnome/orbit2_2.14.17.bb
@@ -1,5 +1,9 @@
require orbit2.inc
+LICENSE = "GPLv2+"
+
+PR = "r1"
+
SRC_URI += "file://disable-ipv6.patch"
noipv6 = "${@base_contains('DISTRO_FEATURES', 'ipv6', '', '-DDISABLE_IPV6', d)}"
EXTRA_OEMAKE_append = " 'CFLAGS=${CFLAGS} ${noipv6}'"