git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa4bb39
)
qmake2-native: inherit cross instead of native, bandaid for recent build problems
author
Koen Kooi
<koen@openembedded.org>
Sat, 15 Dec 2007 10:27:51 +0000
(10:27 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 15 Dec 2007 10:27:51 +0000
(10:27 +0000)
packages/qmake/qmake2-native_2.10a.bb
patch
|
blob
|
history
diff --git
a/packages/qmake/qmake2-native_2.10a.bb
b/packages/qmake/qmake2-native_2.10a.bb
index
84df0ef
..
d907119
100644
(file)
--- a/
packages/qmake/qmake2-native_2.10a.bb
+++ b/
packages/qmake/qmake2-native_2.10a.bb
@@
-3,7
+3,7
@@
PRIORITY = "optional"
HOMEPAGE = "http://www.trolltech.com"
SECTION = "devel"
LICENSE = "GPL"
-PR = "r
1
"
+PR = "r
2
"
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"