[oe-commits] Jeremy Lainé : qmake2-native: install mkspecs for native packages

GIT User account git at amethyst.openembedded.net
Tue Mar 24 19:57:00 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 947264decb5dee13c580ca68d35217d6d5481db5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=947264decb5dee13c580ca68d35217d6d5481db5

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Tue Mar 24 20:54:46 2009 +0100

qmake2-native: install mkspecs for native packages

---

 recipes/qmake/qmake2-native.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/qmake/qmake2-native.inc b/recipes/qmake/qmake2-native.inc
index ffca31c..f84da2a 100644
--- a/recipes/qmake/qmake2-native.inc
+++ b/recipes/qmake/qmake2-native.inc
@@ -3,7 +3,7 @@ PRIORITY = "optional"
 HOMEPAGE = "http://www.trolltech.com"
 SECTION = "devel"
 LICENSE = "GPL"
-PR = "r6"
+PR = "r7"
 
 # We call 'moc' during the build 
 DEPENDS = "uicmoc4-native"
@@ -62,4 +62,6 @@ do_stage() {
 	install -d ${STAGING_BINDIR_NATIVE}	
 	install -m 0755 bin/qmake ${STAGING_BINDIR_NATIVE}/qmake2
 	install -m 0755 bin/qmake ${STAGING_BINDIR_NATIVE}/qmake-qt4
+	install -d ${STAGING_DATADIR_NATIVE}/qt4
+	cp -PfR mkspecs ${STAGING_DATADIR_NATIVE}/qt4/
 }





More information about the Openembedded-commits mailing list