From c841d8a87da9a9a8c49cd50e87948918985e6f02 Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Mon, 14 May 2012 10:50:59 -0500 Subject: 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 --- recipes/intltool/intltool.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/intltool/intltool.inc b/recipes/intltool/intltool.inc index 6beb3377ed..5b333a295b 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" -- cgit 1.2.3-korg