diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-10-15 15:42:09 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2020-10-15 15:42:09 +0200 |
commit | 8d5672cc6ca327576a814d35dfb5d59ab24043cb (patch) | |
tree | d4b75ad2738e24c0215a747d583be72b20b9ce32 | |
parent | 33af7d85d119797d05ba53062bc05f821ea93dc7 (diff) | |
download | meta-qt5-8d5672cc6ca327576a814d35dfb5d59ab24043cb.tar.gz |
layer.conf: include gatesgarth in LAYERSERIES_COMPAT as well
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index dbaa3d6b..7b3089dc 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -29,7 +29,7 @@ LAYERVERSION_qt5-layer = "1" | |||
29 | 29 | ||
30 | LAYERDEPENDS_qt5-layer = "core" | 30 | LAYERDEPENDS_qt5-layer = "core" |
31 | 31 | ||
32 | LAYERSERIES_COMPAT_qt5-layer = "dunfell" | 32 | LAYERSERIES_COMPAT_qt5-layer = "dunfell gatesgarth" |
33 | 33 | ||
34 | LICENSE_PATH += "${LAYERDIR}/licenses" | 34 | LICENSE_PATH += "${LAYERDIR}/licenses" |
35 | 35 | ||