[oe-commits] org.oe.dev qmake2, uicmoc4: Fix the LICENSE to only be GPL. QtopiaCore/QtE never was QPL licensed

freyther commit openembedded-commits at lists.openembedded.org
Sun Sep 2 12:04:08 UTC 2007


qmake2,uicmoc4: Fix the LICENSE to only be GPL. QtopiaCore/QtE never was QPL licensed

Also adjust indention of the SRC_URI

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 4234d014aa164a0cfa1db1a66ef55822c92609dd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4234d014aa164a0cfa1db1a66ef55822c92609dd
Files:
1
packages/qmake/qmake2-native_2.10a.bb
packages/uicmoc/uicmoc4-native_4.3.1.bb
Diffs:

#
# mt diff -r1782824892f0d4279b2ae8beb55943e974a6dbe2 -r4234d014aa164a0cfa1db1a66ef55822c92609dd
#
# 
# 
# patch "packages/qmake/qmake2-native_2.10a.bb"
#  from [cdb348a27145a7e57dc38436ead198f972573f04]
#    to [2ae898462a823c21fa451bd1c40a0350aaa745e3]
# 
# patch "packages/uicmoc/uicmoc4-native_4.3.1.bb"
#  from [9a5b3e0cf118671e949e94f3ccdfdc0106bf1511]
#    to [7ac42702123875fa07b391881bfde6f56531dd93]
# 
============================================================
--- packages/qmake/qmake2-native_2.10a.bb	cdb348a27145a7e57dc38436ead198f972573f04
+++ packages/qmake/qmake2-native_2.10a.bb	2ae898462a823c21fa451bd1c40a0350aaa745e3
@@ -1,14 +1,14 @@ SECTION = "devel"
 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}"
 
============================================================
--- packages/uicmoc/uicmoc4-native_4.3.1.bb	9a5b3e0cf118671e949e94f3ccdfdc0106bf1511
+++ packages/uicmoc/uicmoc4-native_4.3.1.bb	7ac42702123875fa07b391881bfde6f56531dd93
@@ -1,8 +1,8 @@ PRIORITY = "optional"
 DESCRIPTION = "User-Interface-, Meta-Object-, and Resource Compiler for Qt/[X11|Mac|Embedded] version 4.x"
 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"






More information about the Openembedded-commits mailing list