summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-04-14 16:47:09 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2021-05-02 00:52:31 +0200
commitb3995cd83ed67897ef1db010052eb807c19d6483 (patch)
tree59cca29dbc3e1160351299e3f827c7464b6e4db3
parent6310c5c17380ad5e3bdaf1938e025d713066e7ee (diff)
downloadmeta-qt5-upstream/jansa/warrior.tar.gz
WIP-dunfell-compatibleupstream/jansa/warrior
* 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"
29 29
30LAYERDEPENDS_qt5-layer = "core" 30LAYERDEPENDS_qt5-layer = "core"
31 31
32LAYERSERIES_COMPAT_qt5-layer = "sumo thud warrior zeus" 32LAYERSERIES_COMPAT_qt5-layer = "sumo thud warrior zeus dunfell"
33 33
34LICENSE_PATH += "${LAYERDIR}/licenses" 34LICENSE_PATH += "${LAYERDIR}/licenses"
35 35
diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb
index 43c1063c..39a6ab38 100644
--- a/recipes-qt/qt5/qtdeclarative_git.bb
+++ b/recipes-qt/qt5/qtdeclarative_git.bb
@@ -29,3 +29,5 @@ SRCREV = "36e4e9bbd402cefab9d7b68635a94a02e0b41187"
29BBCLASSEXTEND =+ "native nativesdk" 29BBCLASSEXTEND =+ "native nativesdk"
30 30
31SRC_URI += "file://0001-Fix-build-with-gcc-11.patch" 31SRC_URI += "file://0001-Fix-build-with-gcc-11.patch"
32
33inherit pythonnative