mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
@@ -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++"
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user