From 0473957a75c83788454d5966e013399c658802c3 Mon Sep 17 00:00:00 2001 From: chase maupin Date: Mon, 21 May 2012 14:29:49 +0000 Subject: 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 Signed-off-by: Martin Jansa --- recipes/gnome/orbit2_2.14.17.bb | 4 ++++ 1 file changed, 4 insertions(+) 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}'" -- cgit 1.2.3-korg