From patchwork Mon May 21 14:29:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [58/70] intltool: Update LICENSE field version to GPLv2 Date: Mon, 21 May 2012 14:29:57 -0000 From: chase maupin X-Patchwork-Id: 28177 Message-Id: <1337610609-1173-59-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. Signed-off-by: Chase Maupin --- 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"