[oe-commits] org.oe.dev qmake2-native: install mkspecs into host_sys staging area as well

polyonymous commit openembedded-commits at lists.openembedded.org
Fri Jul 13 10:53:53 UTC 2007


qmake2-native: install mkspecs into host_sys staging area as well

Author: polyonymous at openembedded.org
Branch: org.openembedded.dev
Revision: f8480b9fe4209b03c291b9506684fe033956afa6
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f8480b9fe4209b03c291b9506684fe033956afa6
Files:
1
packages/qmake/qmake2-native_2.01a.bb
Diffs:

#
# mt diff -rc163d74eb8ebc600d546ddbc1d8aa37533f1c654 -rf8480b9fe4209b03c291b9506684fe033956afa6
#
# 
# 
# patch "packages/qmake/qmake2-native_2.01a.bb"
#  from [17ddd6208bf05e7171ef2ba6625d25bf7c067677]
#    to [b58e6dceed352069e13fc28ed8c4120809744506]
# 
============================================================
--- packages/qmake/qmake2-native_2.01a.bb	17ddd6208bf05e7171ef2ba6625d25bf7c067677
+++ packages/qmake/qmake2-native_2.01a.bb	b58e6dceed352069e13fc28ed8c4120809744506
@@ -1,10 +1,10 @@ LICENSE = "GPL QPL"
 DESCRIPTION = "TrollTech Makefile Generator"
 PRIORITY = "optional"
 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() {






More information about the Openembedded-commits mailing list