diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-04-14 16:47:09 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-01-31 09:40:59 +0100 |
commit | 98cd686d5523aebc840c8604d45c45286a9d9bed (patch) | |
tree | 26ff5a5628143b73643b514ae9f74ae77b3182e8 | |
parent | c7ec5568d86396de9571e1de111b92c9e6f86f20 (diff) |
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.conf | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtdeclarative_git.bb | 2 |
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 d27450b8..c335379b 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bb +++ b/recipes-qt/qt5/qtdeclarative_git.bb @@ -27,3 +27,5 @@ do_install_append_class-nativesdk() { SRCREV = "36e4e9bbd402cefab9d7b68635a94a02e0b41187" BBCLASSEXTEND =+ "native nativesdk" + +inherit pythonnative |