diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2024-05-25 10:06:09 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-28 09:34:02 -0700 |
commit | 07772ae470204b19e9fb3da74fc81f4efd3ea1bc (patch) | |
tree | e3fdb9cb47082f580b06469c9fdbdfd0b7dc667a /meta-gnome | |
parent | 31cdabb9b105b00d153688a4f731aa1a97059ef1 (diff) | |
download | meta-openembedded-07772ae470204b19e9fb3da74fc81f4efd3ea1bc.tar.gz |
layers: stop declaring compatibility with scarthgap
With the UNPACKDIR changes in place the layers are no longer compatible
with the scarthgap release. Drop it from LAYERSERIES_COMPAT and limit
compatibility to styhead only.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf index 89659592ee..f831de78c4 100644 --- a/meta-gnome/conf/layer.conf +++ b/meta-gnome/conf/layer.conf | |||
@@ -17,7 +17,7 @@ LAYERVERSION_gnome-layer = "1" | |||
17 | 17 | ||
18 | LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer meta-python" | 18 | LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer meta-python" |
19 | 19 | ||
20 | LAYERSERIES_COMPAT_gnome-layer = "scarthgap styhead" | 20 | LAYERSERIES_COMPAT_gnome-layer = "styhead" |
21 | 21 | ||
22 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ | 22 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ |
23 | faenza-icon-theme->gdk-pixbuf \ | 23 | faenza-icon-theme->gdk-pixbuf \ |