From: Holger Freyther Date: Sun, 2 Sep 2007 11:29:54 +0000 (+0000) Subject: qmake2,uicmoc4: Fix the LICENSE to only be GPL. QtopiaCore/QtE never was QPL licensed X-Git-Tag: Release-2010-05/1~8730^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e6b46599710d19f35ea1a6f79fab329db73fbc5;p=openembedded.git qmake2,uicmoc4: Fix the LICENSE to only be GPL. QtopiaCore/QtE never was QPL licensed Also adjust indention of the SRC_URI --- diff --git a/packages/qmake/qmake2-native_2.10a.bb b/packages/qmake/qmake2-native_2.10a.bb index 94b2002a20..207aaaf9b5 100644 --- a/packages/qmake/qmake2-native_2.10a.bb +++ b/packages/qmake/qmake2-native_2.10a.bb @@ -2,13 +2,13 @@ DESCRIPTION = "TrollTech Makefile Generator" PRIORITY = "optional" HOMEPAGE = "http://www.trolltech.com" SECTION = "devel" -LICENSE = "GPL QPL" +LICENSE = "GPL" PR = "r0" QTVER = "qtopia-core-opensource-src-4.3.1" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/${QTVER}.tar.gz \ - file://0001-fix-mkspecs.patch;patch=1 \ + file://0001-fix-mkspecs.patch;patch=1 \ file://linux-oe-qmake.conf" S = "${WORKDIR}/${QTVER}" diff --git a/packages/uicmoc/uicmoc4-native_4.3.1.bb b/packages/uicmoc/uicmoc4-native_4.3.1.bb index 8fdddb042c..d2ddec77e3 100644 --- a/packages/uicmoc/uicmoc4-native_4.3.1.bb +++ b/packages/uicmoc/uicmoc4-native_4.3.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "User-Interface-, Meta-Object-, and Resource Compiler for Qt/[X11| SECTION = "libs" HOMEPAGE = "http://www.trolltech.com" PRIORITY = "optional" -LICENSE = "GPL QPL" +LICENSE = "GPL" PR = "r0" SRC_URI = "ftp://ftp.trolltech.com/qt/source/qtopia-core-opensource-src-${PV}.tar.gz"