aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qmake
diff options
context:
space:
mode:
authorMichael Krelin <hacker@klever.net>2007-07-11 21:29:03 +0000
committerMichael Krelin <hacker@klever.net>2007-07-11 21:29:03 +0000
commit60558789753953c645270186ea79919a15fbde1b (patch)
tree90b875b588a10e96743d57d1e156781a54d1a4d2 /packages/qmake
parentbf04ecd27db85ee9372420f1d84710b16f7cc320 (diff)
downloadopenembedded-60558789753953c645270186ea79919a15fbde1b.tar.gz
qmake2-native: install mkspecs into host_sys staging area as well
Diffstat (limited to 'packages/qmake')
-rw-r--r--packages/qmake/qmake2-native_2.01a.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/qmake/qmake2-native_2.01a.bb b/packages/qmake/qmake2-native_2.01a.bb
index b4a736cb76..2ec783574c 100644
--- a/packages/qmake/qmake2-native_2.01a.bb
+++ b/packages/qmake/qmake2-native_2.01a.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.trolltech.com"
SECTION = "devel"
LICENSE = "GPL QPL"
-PR = "r1"
+PR = "r2"
QTVER = "qt-x11-opensource-src-4.3.0"
@@ -58,6 +58,8 @@ do_stage() {
install -m 0755 bin/qmake ${STAGING_BINDIR}/qmake-qt4
install -d ${STAGING_DIR}/${CROSS_SYS}/qt4/
cp -PfR mkspecs ${STAGING_DIR}/${CROSS_SYS}/qt4/
+ install -d ${STAGING_DIR}/${HOST_SYS}/qt4/
+ cp -PfR mkspecs ${STAGING_DIR}/${HOST_SYS}/qt4/
}
do_install() {