[oe-commits] org.oe.dev packages/qmake/qmake2: Make it more easy to do updates

freyther commit openembedded-commits at lists.openembedded.org
Wed Dec 26 12:15:20 UTC 2007


packages/qmake/qmake2: Make it more easy to do updates
    Create a qmake2-native.inc, get the files from qmake2-native. Recreate
    qmake2-native_2.10a.bb and require the above file and say which version
    of QtopiaCore to get.

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 541cfc2fc33004938c0e49fd51af40168cd2b1bb
ViewMTN: http://monotone.openembedded.org/revision/info/541cfc2fc33004938c0e49fd51af40168cd2b1bb
Files:
1
packages/qmake/qmake2-native-2.10a
packages/qmake/qmake2-native
packages/qmake/qmake2-native_2.10a.bb
packages/qmake/qmake2-native.inc
Diffs:

#
# mt diff -rea1df98004d72390d18e4f109cbe5fb0a22c0ed6 -r541cfc2fc33004938c0e49fd51af40168cd2b1bb
#
# 
# 
# rename "packages/qmake/qmake2-native-2.10a"
#     to "packages/qmake/qmake2-native"
# 
# rename "packages/qmake/qmake2-native_2.10a.bb"
#     to "packages/qmake/qmake2-native.inc"
# 
# add_file "packages/qmake/qmake2-native_2.10a.bb"
#  content [87d12872c36ccf6797ad38776a929652d95a4850]
# 
# patch "packages/qmake/qmake2-native.inc"
#  from [9e7783bf72fa2e38d6eff7e87c93c461f656983e]
#    to [346b6f802856e0f31c80ec62fef076127fc5bcc5]
# 
============================================================
--- packages/qmake/qmake2-native_2.10a.bb	87d12872c36ccf6797ad38776a929652d95a4850
+++ packages/qmake/qmake2-native_2.10a.bb	87d12872c36ccf6797ad38776a929652d95a4850
@@ -0,0 +1,2 @@
+QTVERSION="4.3.3"
+require ${PN}.inc
============================================================
--- packages/qmake/qmake2-native_2.10a.bb	9e7783bf72fa2e38d6eff7e87c93c461f656983e
+++ packages/qmake/qmake2-native.inc	346b6f802856e0f31c80ec62fef076127fc5bcc5
@@ -5,8 +5,9 @@ PR = "r2"
 LICENSE = "GPL"
 PR = "r2"
 
-QTVER = "qtopia-core-opensource-src-4.3.3"
+QTVER = "qtopia-core-opensource-src-${QTVERSION}"
 
+FILESDIR += "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qmake2-native"
 SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/${QTVER}.tar.gz \
            file://0001-fix-mkspecs.patch;patch=1 \
            file://use-lflags-last.patch;patch=1 \






More information about the Openembedded-commits mailing list