From ba60f7ba3be24b5bd2f4b5ca88aa48f82ac662f2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 15 Feb 2010 17:32:19 +0000 Subject: [PATCH] qmake-naitve: Fix do_install Signed-off-by: Richard Purdie --- .../qmake/{files => qmake-native}/linux-oe-qmake.conf | 0 meta-moblin/packages/qmake/qmake-native_1.07a.bb | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta-moblin/packages/qmake/{files => qmake-native}/linux-oe-qmake.conf (100%) diff --git a/meta-moblin/packages/qmake/files/linux-oe-qmake.conf b/meta-moblin/packages/qmake/qmake-native/linux-oe-qmake.conf similarity index 100% rename from meta-moblin/packages/qmake/files/linux-oe-qmake.conf rename to meta-moblin/packages/qmake/qmake-native/linux-oe-qmake.conf diff --git a/meta-moblin/packages/qmake/qmake-native_1.07a.bb b/meta-moblin/packages/qmake/qmake-native_1.07a.bb index 9db448eaae..82a24968af 100644 --- a/meta-moblin/packages/qmake/qmake-native_1.07a.bb +++ b/meta-moblin/packages/qmake/qmake-native_1.07a.bb @@ -36,10 +36,10 @@ do_compile() { } do_install() { - install -m 0755 bin/qmake ${D}${bindir} + install -d ${D}${bindir}/ + install -m 0755 ${S}/bin/qmake ${D}${bindir}/ install -d ${D}/qmake/ - ${QMAKE_MKSPEC_PATH} - cp -fPR mkspecs/* ${D}/qmake/ + cp -fPR ${S}/mkspecs/* ${D}/qmake/ } sysroot_stage_all_append() {