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/uicmoc/uicmoc-native_2.3.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/uicmoc/uicmoc-native_2.3.10.bb') 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