qmake: Turn native package into a cross package since it touches target staging

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3333 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-12-12 08:43:07 +00:00
parent 4db23a9e90
commit cfd98f5000
5 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#
inherit qmake_base
DEPENDS_prepend = "qmake2-native uicmoc4-native "
DEPENDS_prepend = "qmake2-cross uicmoc4-native "
export QTDIR = "${STAGING_DIR}/${HOST_SYS}/qt4"
export QMAKESPEC = "${QTDIR}/mkspecs/${TARGET_OS}-oe-g++"

View File

@ -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"