[oe-commits] org.oe.dev qmake2-native: inherit cross instead of native, bandaid for recent build problems

koen commit openembedded-commits at lists.openembedded.org
Sat Dec 15 11:03:54 UTC 2007


qmake2-native: inherit cross instead of native, bandaid for recent build problems

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 0d5278b30eb3b3f83be43a037aecf3265246a4e0
ViewMTN: http://monotone.openembedded.org/revision/info/0d5278b30eb3b3f83be43a037aecf3265246a4e0
Files:
1
packages/qmake/qmake2-native_2.10a.bb
Diffs:

#
# mt diff -rb9ee27115ac4d6bfdbb29049b19a92f6f02245f2 -r0d5278b30eb3b3f83be43a037aecf3265246a4e0
#
# 
# 
# patch "packages/qmake/qmake2-native_2.10a.bb"
#  from [4e99113b60782b4965c8f34d69ca62a338f36078]
#    to [d941635b01c58764ba76d411ea57f1b33b4d22eb]
# 
============================================================
--- packages/qmake/qmake2-native_2.10a.bb	4e99113b60782b4965c8f34d69ca62a338f36078
+++ packages/qmake/qmake2-native_2.10a.bb	d941635b01c58764ba76d411ea57f1b33b4d22eb
@@ -1,9 +1,9 @@ LICENSE = "GPL"
 DESCRIPTION = "TrollTech Makefile Generator"
 PRIORITY = "optional"
 HOMEPAGE = "http://www.trolltech.com"
 SECTION = "devel"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 QTVER = "qtopia-core-opensource-src-4.3.2"
 
@@ -15,7 +15,7 @@ CROSS_SYS := "${TARGET_SYS}"
 
 # we need the real target system here
 CROSS_SYS := "${TARGET_SYS}"
-inherit autotools native
+inherit autotools cross 
 
 export QTDIR = "${S}"
 EXTRA_OEMAKE = "-e"






More information about the Openembedded-commits mailing list