mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 23:36:21 +01:00
meta-gnome: fix layer depends.
meta-networking no longer depends on meta-python so add it separatily. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4e7a9ae19a
commit
f264601e7d
|
|
@ -15,7 +15,7 @@ IMAGE_LINGUAS_COMPLEMENTARY:append = " ${@bb.utils.contains('DISTRO_FEATURES','h
|
||||||
# cause compatibility issues with other layers
|
# cause compatibility issues with other layers
|
||||||
LAYERVERSION_gnome-layer = "1"
|
LAYERVERSION_gnome-layer = "1"
|
||||||
|
|
||||||
LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer"
|
LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer meta-python"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_gnome-layer = "kirkstone"
|
LAYERSERIES_COMPAT_gnome-layer = "kirkstone"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user