From 4123fb4d8fdde0a8e67c0d1042119158d0d2df57 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 27 Jul 2014 12:32:06 +0100 Subject: Remove references to QPL in LICENSE QPL is an available choice for the license within the QtE 2.3.10 source, but would never be a practical selection for us because it is not GPL-compatible, so there's no point in mentioning it. Removing it fixes a warning as well (since we have no generic QPL license file). Signed-off-by: Paul Eggleton --- recipes-qt/uicmoc/uicmoc_2.3.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/uicmoc') diff --git a/recipes-qt/uicmoc/uicmoc_2.3.10.bb b/recipes-qt/uicmoc/uicmoc_2.3.10.bb index 0588436..2afd57a 100644 --- a/recipes-qt/uicmoc/uicmoc_2.3.10.bb +++ b/recipes-qt/uicmoc/uicmoc_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 = "GPLv2 | QPL" +LICENSE = "GPLv2" PR = "r6" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz \ -- cgit 1.2.3-korg