aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-30 10:18:01 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commit17adfde3bdb533a228617859b2ce22da245dc7d5 (patch)
tree0dd9141d7abf1fbe8e6609e0c058347f68c0659a /meta-python
parentc61dc077bbd81260e4f167fa2251643ba0ba6974 (diff)
downloadmeta-openembedded-contrib-17adfde3bdb533a228617859b2ce22da245dc7d5.tar.gz
layer.conf: Update to honister
This marks the layers as compatible with honister now they use the new override syntax. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf
index ab66ffd8e1..ffad953f93 100644
--- a/meta-python/conf/layer.conf
+++ b/meta-python/conf/layer.conf
@@ -14,6 +14,6 @@ LAYERVERSION_meta-python = "1"
LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer"
-LAYERSERIES_COMPAT_meta-python = " hardknott"
+LAYERSERIES_COMPAT_meta-python = "honister"
LICENSE_PATH += "${LAYERDIR}/licenses"