qmake2-native: inherit cross instead of native, bandaid for recent build problems
authorKoen Kooi <koen@openembedded.org>
Sat, 15 Dec 2007 10:27:51 +0000 (10:27 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 15 Dec 2007 10:27:51 +0000 (10:27 +0000)
packages/qmake/qmake2-native_2.10a.bb

index 84df0ef..d907119 100644 (file)
@@ -3,7 +3,7 @@ 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 @@ S = "${WORKDIR}/${QTVER}"
 
 # we need the real target system here
 CROSS_SYS := "${TARGET_SYS}"
-inherit autotools native
+inherit autotools cross 
 
 export QTDIR = "${S}"
 EXTRA_OEMAKE = "-e"