From 4b3aee65d27356c26728341f3de64ce7c6ef456c Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 18 Sep 2011 14:41:21 +0100 Subject: Correct TrollTech GPL/QPL LICENSE field syntax Use pipe separator which is standard for OE core, and specify GPLv2 where known. Signed-off-by: Paul Eggleton --- recipes-qt/qmake/qmake-native_1.07a.bb | 2 +- recipes-qt/uicmoc/uicmoc-native_2.3.10.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-qt') diff --git a/recipes-qt/qmake/qmake-native_1.07a.bb b/recipes-qt/qmake/qmake-native_1.07a.bb index 43d3a4d..e4f0cd5 100644 --- a/recipes-qt/qmake/qmake-native_1.07a.bb +++ b/recipes-qt/qmake/qmake-native_1.07a.bb @@ -1,7 +1,7 @@ DESCRIPTION = "TrollTech Makefile Generator" HOMEPAGE = "http://www.trolltech.com" SECTION = "devel" -LICENSE = "GPL QPL" +LICENSE = "GPLv2 | QPL" PR = "r7" QTEVER = "qt-embedded-free-3.3.5" diff --git a/recipes-qt/uicmoc/uicmoc-native_2.3.10.bb b/recipes-qt/uicmoc/uicmoc-native_2.3.10.bb index e6bcba1..57f61d4 100644 --- a/recipes-qt/uicmoc/uicmoc-native_2.3.10.bb +++ b/recipes-qt/uicmoc/uicmoc-native_2.3.10.bb @@ -1,7 +1,7 @@ DESCRIPTION = "User Interface Generator and Meta Object Compiler (moc) for Qt(E) 2.x" HOMEPAGE = "http://www.trolltech.com" SECTION = "devel" -LICENSE = "GPL QPL" +LICENSE = "GPLv2 | QPL" PR = "r6" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz \ -- cgit 1.2.3-korg