This email list is read-only. Emails sent to this list will be discarded
----------------------------------
meta/packages/qmake/qmake2-cross_2.10a.bb | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
New commits:
commit 6d7f3cbcb7167a472bc7a982b600bdfb58f8057f
Author: Richard Purdie <[EMAIL PROTECTED]>
Date: Fri Nov 7 14:28:15 2008 +0000
qmake2-cross: Fix the driectory the qmake binaries are installed into
Diff in this email is a maximum of 400 lines.
diff --git a/meta/packages/qmake/qmake2-cross_2.10a.bb
b/meta/packages/qmake/qmake2-cross_2.10a.bb
index 99fe907..5f1c020 100644
--- a/meta/packages/qmake/qmake2-cross_2.10a.bb
+++ b/meta/packages/qmake/qmake2-cross_2.10a.bb
@@ -15,6 +15,7 @@ S = "${WORKDIR}/${QTVER}"
# we need the real target system here
CROSS_SYS := "${TARGET_SYS}"
+CROSS_BINDIR := "${STAGING_BINDIR_CROSS}"
inherit autotools cross
export QTDIR = "${S}"
@@ -54,8 +55,9 @@ do_compile() {
}
do_stage() {
- install -m 0755 bin/qmake ${STAGING_BINDIR}/qmake2
- install -m 0755 bin/qmake ${STAGING_BINDIR}/qmake-qt4
+ install -d ${CROSS_BINDIR}/
+ install -m 0755 bin/qmake ${CROSS_BINDIR}/qmake2
+ install -m 0755 bin/qmake ${CROSS_BINDIR}/qmake-qt4
install -d ${STAGING_DIR}/${CROSS_SYS}/qt4/
cp -PfR mkspecs ${STAGING_DIR}/${CROSS_SYS}/qt4/
install -d ${STAGING_DIR}/${HOST_SYS}/qt4/
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits