diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-03-31 07:40:52 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-31 07:41:47 -0700 |
commit | f4a96810bad3b418db5f4ae0f8d3e72ff9955e1c (patch) | |
tree | 1d1c7369084bae87c23384c97935718dba132d5d /meta-python | |
parent | 8147a884c68d8fdd89939a8443a902b65297520c (diff) | |
download | meta-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.conf | 2 |
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 | ||
15 | LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer" | 15 | LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer" |
16 | 16 | ||
17 | LAYERSERIES_COMPAT_meta-python = "styhead walnascar" | 17 | LAYERSERIES_COMPAT_meta-python = "walnascar" |
18 | 18 | ||
19 | LICENSE_PATH += "${LAYERDIR}/licenses" | 19 | LICENSE_PATH += "${LAYERDIR}/licenses" |