[oe-commits] Chase Maupin : orbit2: Update LICENSE field version to GPLv2

git at git.openembedded.org git at git.openembedded.org
Wed May 23 21:13:55 UTC 2012


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 07eecb0871d6808ca5cdd3aeb8e39232f1d04fd6
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=07eecb0871d6808ca5cdd3aeb8e39232f1d04fd6

Author: Chase Maupin <Chase.Maupin at ti.com>
Date:   Mon May 14 09:54:41 2012 -0500

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 at ti.com>

---

 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}'"





More information about the Openembedded-commits mailing list