[oe] [PATCH 58/70] intltool: Update LICENSE field version to GPLv2

Chase Maupin Chase.Maupin at ti.com
Mon May 21 14:29:57 UTC 2012


* 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.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
---
 recipes/intltool/intltool.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/intltool/intltool.inc b/recipes/intltool/intltool.inc
index 6beb337..5b333a2 100644
--- a/recipes/intltool/intltool.inc
+++ b/recipes/intltool/intltool.inc
@@ -1,9 +1,9 @@
 DESCRIPTION = "Utility scripts for internationalizing XML"
 PRIORITY = "optional"
 SECTION = "devel"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
 DEPENDS += "libxml-parser-perl-native"
-INC_PR = "r4"
+INC_PR = "r5"
 
 URLV="${@'.'.join(bb.data.getVar('PV',d,1).split('.')[0:2])}"
 SRC_URI = "${GNOME_MIRROR}/intltool/${URLV}/intltool-${PV}.tar.bz2"
-- 
1.7.0.4





More information about the Openembedded-devel mailing list