| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:10 p.m. |
| Message ID | <1337011834-24879-58-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27665/ |
| State | Accepted |
| Commit | 5e520e0b7650fa685eea3d2a63f9298cf0d6f83c |
| Headers | show |
Comments
Patch
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"
* 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@ti.com> --- recipes/intltool/intltool.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)