diff options
author | Michael Krelin <hacker@klever.net> | 2007-07-11 21:29:03 +0000 |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-11 21:29:03 +0000 |
commit | 60558789753953c645270186ea79919a15fbde1b (patch) | |
tree | 90b875b588a10e96743d57d1e156781a54d1a4d2 /packages | |
parent | bf04ecd27db85ee9372420f1d84710b16f7cc320 (diff) |
qmake2-native: install mkspecs into host_sys staging area as well
Diffstat (limited to 'packages')
-rw-r--r-- | packages/qmake/qmake2-native_2.01a.bb | 4 |
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() { |