diff options
Diffstat (limited to 'meta-moblin')
-rw-r--r-- | meta-moblin/packages/qmake/qmake-native/linux-oe-qmake.conf (renamed from meta-moblin/packages/qmake/files/linux-oe-qmake.conf) | 0 | ||||
-rw-r--r-- | meta-moblin/packages/qmake/qmake-native_1.07a.bb | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-moblin/packages/qmake/files/linux-oe-qmake.conf b/meta-moblin/packages/qmake/qmake-native/linux-oe-qmake.conf index 205b693fda..205b693fda 100644 --- a/meta-moblin/packages/qmake/files/linux-oe-qmake.conf +++ b/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() { | |||
36 | } | 36 | } |
37 | 37 | ||
38 | do_install() { | 38 | do_install() { |
39 | install -m 0755 bin/qmake ${D}${bindir} | 39 | install -d ${D}${bindir}/ |
40 | install -m 0755 ${S}/bin/qmake ${D}${bindir}/ | ||
40 | install -d ${D}/qmake/ | 41 | install -d ${D}/qmake/ |
41 | ${QMAKE_MKSPEC_PATH} | 42 | cp -fPR ${S}/mkspecs/* ${D}/qmake/ |
42 | cp -fPR mkspecs/* ${D}/qmake/ | ||
43 | } | 43 | } |
44 | 44 | ||
45 | sysroot_stage_all_append() { | 45 | sysroot_stage_all_append() { |