qmake2,uicmoc4: Fix the LICENSE to only be GPL. QtopiaCore/QtE never was QPL licensed
authorHolger Freyther <zecke@selfish.org>
Sun, 2 Sep 2007 11:29:54 +0000 (11:29 +0000)
committerHolger Freyther <zecke@selfish.org>
Sun, 2 Sep 2007 11:29:54 +0000 (11:29 +0000)
Also adjust indention of the SRC_URI

packages/qmake/qmake2-native_2.10a.bb
packages/uicmoc/uicmoc4-native_4.3.1.bb

index 94b2002..207aaaf 100644 (file)
@@ -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}"
 
index 8fdddb0..d2ddec7 100644 (file)
@@ -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"