aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:49 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:27:26 +0100
commit0473957a75c83788454d5966e013399c658802c3 (patch)
tree337542fa695cc4cdb33e53a1cf2ee05c62a73a2a
parent09db09e81375ba8e0faa0717546413beb95d3256 (diff)
downloadopenembedded-0473957a75c83788454d5966e013399c658802c3.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> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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}'"