mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
qmake2-cross: Fix the driectory the qmake binaries are installed into
This commit is contained in:
@@ -15,6 +15,7 @@ S = "${WORKDIR}/${QTVER}"
|
|||||||
|
|
||||||
# we need the real target system here
|
# we need the real target system here
|
||||||
CROSS_SYS := "${TARGET_SYS}"
|
CROSS_SYS := "${TARGET_SYS}"
|
||||||
|
CROSS_BINDIR := "${STAGING_BINDIR_CROSS}"
|
||||||
inherit autotools cross
|
inherit autotools cross
|
||||||
|
|
||||||
export QTDIR = "${S}"
|
export QTDIR = "${S}"
|
||||||
@@ -54,8 +55,9 @@ do_compile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_stage() {
|
do_stage() {
|
||||||
install -m 0755 bin/qmake ${STAGING_BINDIR}/qmake2
|
install -d ${CROSS_BINDIR}/
|
||||||
install -m 0755 bin/qmake ${STAGING_BINDIR}/qmake-qt4
|
install -m 0755 bin/qmake ${CROSS_BINDIR}/qmake2
|
||||||
|
install -m 0755 bin/qmake ${CROSS_BINDIR}/qmake-qt4
|
||||||
install -d ${STAGING_DIR}/${CROSS_SYS}/qt4/
|
install -d ${STAGING_DIR}/${CROSS_SYS}/qt4/
|
||||||
cp -PfR mkspecs ${STAGING_DIR}/${CROSS_SYS}/qt4/
|
cp -PfR mkspecs ${STAGING_DIR}/${CROSS_SYS}/qt4/
|
||||||
install -d ${STAGING_DIR}/${HOST_SYS}/qt4/
|
install -d ${STAGING_DIR}/${HOST_SYS}/qt4/
|
||||||
|
|||||||
Reference in New Issue
Block a user