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/qmake/qmake_1.07a.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/qmake/qmake_1.07a.bb') diff --git a/recipes-qt/qmake/qmake_1.07a.bb b/recipes-qt/qmake/qmake_1.07a.bb index 7b8bc77..1ee0a0f 100644 --- a/recipes-qt/qmake/qmake_1.07a.bb +++ b/recipes-qt/qmake/qmake_1.07a.bb @@ -1,7 +1,7 @@ DESCRIPTION = "TrollTech Makefile Generator" HOMEPAGE = "http://www.trolltech.com" SECTION = "devel" -LICENSE = "GPLv2 | QPL" +LICENSE = "GPLv2" PR = "r7" QTEVER = "qt-embedded-free-3.3.5" -- cgit 1.2.3-korg