mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02: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:
@@ -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