From 28e9189240ed7923a909c39b28ab2ff90edbed5e Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 14 May 2012 00:28:27 +0100 Subject: Fix unqualified LICENSE for core recipes Fix unqualified "GPL" and "LGPL" values in the LICENSE field for core Opie recipes. Signed-off-by: Paul Eggleton --- recipes-qt/qte/qte-common_2.3.10.inc | 2 +- recipes-qt/qte/qte-mt_2.3.10.bb | 2 +- recipes-qt/qte/qte_2.3.10.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-qt') diff --git a/recipes-qt/qte/qte-common_2.3.10.inc b/recipes-qt/qte/qte-common_2.3.10.inc index 3ba8af8..0497fcc 100644 --- a/recipes-qt/qte/qte-common_2.3.10.inc +++ b/recipes-qt/qte/qte-common_2.3.10.inc @@ -1,7 +1,7 @@ DESCRIPTION = "Qt/Embedded Version ${PV}" SECTION = "libs" HOMEPAGE = "http://www.trolltech.com" -LICENSE = "GPL" +LICENSE = "GPLv2" DEPENDS = "zlib libpng jpeg tslib uicmoc-native" #DEPENDS_append_c7x0 = " sharp-aticore-oss" PROVIDES = "virtual/libqte2" diff --git a/recipes-qt/qte/qte-mt_2.3.10.bb b/recipes-qt/qte/qte-mt_2.3.10.bb index 84467f5..40a04a7 100644 --- a/recipes-qt/qte/qte-mt_2.3.10.bb +++ b/recipes-qt/qte/qte-mt_2.3.10.bb @@ -1,5 +1,5 @@ require qte-common_${PV}.inc -PR = "r31" +PR = "r32" EXTRA_OECONF += "-thread" diff --git a/recipes-qt/qte/qte_2.3.10.bb b/recipes-qt/qte/qte_2.3.10.bb index 7a4376d..32b7fc1 100644 --- a/recipes-qt/qte/qte_2.3.10.bb +++ b/recipes-qt/qte/qte_2.3.10.bb @@ -1,5 +1,5 @@ require qte-common_${PV}.inc -PR = "r56" +PR = "r57" SRC_URI[md5sum] = "1f7ad30113afc500cab7f5b2f4dec0d7" -- cgit 1.2.3-korg