From patchwork Mon May 14 16:10:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [49/69] orbit2: Update LICENSE field version Date: Mon, 14 May 2012 16:10:14 -0000 From: chase maupin X-Patchwork-Id: 27639 Message-Id: <1337011834-24879-50-git-send-email-Chase.Maupin@ti.com> To: Cc: Chase Maupin * 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 --- recipes/gnome/orbit2_2.14.17.bb | 4 ++++ 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 f893997..c83ddd3 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}'"