[oe-commits] chase maupin : intltool: Update LICENSE field version to GPLv2

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 19:28:42 UTC 2012


Module: openembedded.git
Branch: master
Commit: 5e520e0b7650fa685eea3d2a63f9298cf0d6f83c
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=5e520e0b7650fa685eea3d2a63f9298cf0d6f83c

Author: chase maupin <chase.maupin at ti.com>
Date:   Mon May 21 14:29:57 2012 +0000

intltool: 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.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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"





More information about the Openembedded-commits mailing list