aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-04-14 16:47:09 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2020-11-09 14:01:02 +0100
commit30a8b90ce737765f33829849ed0a2eecf7ea4ce6 (patch)
tree4677d1032976c4e8bfa9a38d32c259d07a6c2466
parent91e6e3b1f5aebd17f895caac3dee32a14630da99 (diff)
WIP-dunfell-compatibleupstream/jansa/zeus
* just to build test 5.12.7 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--conf/layer.conf2
-rw-r--r--recipes-qt/qt5/qtdeclarative_git.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 1c9e73ca..e70518b7 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -29,7 +29,7 @@ LAYERVERSION_qt5-layer = "1"
LAYERDEPENDS_qt5-layer = "core"
-LAYERSERIES_COMPAT_qt5-layer = "sumo thud warrior zeus"
+LAYERSERIES_COMPAT_qt5-layer = "sumo thud warrior zeus dunfell"
LICENSE_PATH += "${LAYERDIR}/licenses"
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb
index 47833942..2986c20c 100644
--- a/recipes-qt/qt5/qtdeclarative_git.bb
+++ b/recipes-qt/qt5/qtdeclarative_git.bb
@@ -31,3 +31,5 @@ do_install_append_class-nativesdk() {
SRCREV = "4080025fed9d43a78b578bcab67397712459d28c"
BBCLASSEXTEND =+ "native nativesdk"
+
+inherit pythonnative