summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-03-31 07:40:52 -0700
committerKhem Raj <raj.khem@gmail.com>2025-03-31 07:41:47 -0700
commitf4a96810bad3b418db5f4ae0f8d3e72ff9955e1c (patch)
tree1d1c7369084bae87c23384c97935718dba132d5d /meta-python
parent8147a884c68d8fdd89939a8443a902b65297520c (diff)
downloadmeta-openembedded-f4a96810bad3b418db5f4ae0f8d3e72ff9955e1c.tar.gz
Drop styhead from LAYERSERIES_COMPAT
Signed-off-by: Khem Raj <raj.khem@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 cae3931b86..10a1647016 100644
--- a/meta-python/conf/layer.conf
+++ b/meta-python/conf/layer.conf
@@ -14,6 +14,6 @@ LAYERVERSION_meta-python = "1"
14 14
15LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer" 15LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer"
16 16
17LAYERSERIES_COMPAT_meta-python = "styhead walnascar" 17LAYERSERIES_COMPAT_meta-python = "walnascar"
18 18
19LICENSE_PATH += "${LAYERDIR}/licenses" 19LICENSE_PATH += "${LAYERDIR}/licenses"