mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
layer.conf: add gnome-layer dynamic entry
Add BBFILES_DYNAMIC entry for gnome-layer to support packages which depend on meta-gnome, but do not belong to that layer. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
8826791d79
commit
2e23b42c65
@@ -28,6 +28,7 @@ BBFILE_PRIORITY_openembedded-layer = "6"
|
||||
BBFILES_DYNAMIC += " \
|
||||
meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
|
||||
networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \
|
||||
gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/recipes-*/*/*.bb \
|
||||
perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user