mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00: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>
(cherry picked from commit f264601e7d)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ IMAGE_LINGUAS_COMPLEMENTARY:append = " ${@bb.utils.contains('DISTRO_FEATURES','h
|
||||
# cause compatibility issues with other layers
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user