summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-11-29 16:17:05 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2017-11-29 17:30:15 +0000
commit95fea5050884c2138bd72bc540f53df48bc14da2 (patch)
tree34c83e83af4bea44bb41aa2bec1366242e7cf8ff
parent11d4bb8a1bf1c0e320832fcbd0aaa6633885ed8d (diff)
downloadmeta-boot2qt-95fea5050884c2138bd72bc540f53df48bc14da2.tar.gz
qdb: use -native name for the recipe
Bitbake will otherwise try to find the manifest file from wrong architecture. WARNING: Manifest .../manifest-allarch-installer-framework.populate_sysroot not found? Change-Id: I9766aac3bc1a8f97cf2fc095410af7fb92689dd3 Reviewed-by: Kari Hormi <kari.hormi@qt.io>
-rw-r--r--classes/qbsp.bbclass2
-rw-r--r--recipes-qt/qt5-addons/installer-framework-native_3.0.1.bb (renamed from recipes-qt/qt5-addons/installer-framework_3.0.1.bb)0
2 files changed, 1 insertions, 1 deletions
diff --git a/classes/qbsp.bbclass b/classes/qbsp.bbclass
index 57aa7ca..b3f4521 100644
--- a/classes/qbsp.bbclass
+++ b/classes/qbsp.bbclass
@@ -43,7 +43,7 @@ SRC_URI = "\
43INHIBIT_DEFAULT_DEPS = "1" 43INHIBIT_DEFAULT_DEPS = "1"
44do_qbsp[depends] += "\ 44do_qbsp[depends] += "\
45 p7zip-native:do_populate_sysroot \ 45 p7zip-native:do_populate_sysroot \
46 installer-framework:do_populate_sysroot \ 46 installer-framework-native:do_populate_sysroot \
47 ${QBSP_SDK_TASK}:do_populate_sdk \ 47 ${QBSP_SDK_TASK}:do_populate_sdk \
48 ${QBSP_IMAGE_TASK}:do_image_complete \ 48 ${QBSP_IMAGE_TASK}:do_image_complete \
49 " 49 "
diff --git a/recipes-qt/qt5-addons/installer-framework_3.0.1.bb b/recipes-qt/qt5-addons/installer-framework-native_3.0.1.bb
index 5bc09c0..5bc09c0 100644
--- a/recipes-qt/qt5-addons/installer-framework_3.0.1.bb
+++ b/recipes-qt/qt5-addons/installer-framework-native_3.0.1.bb