mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 05:55:45 +00:00
meta-networking: update LAYERDEPENDS
A minor typo was causing LAYERDEPENDS to be overwritten instead of appended to in our layer.conf. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
1b6141cc55
commit
34be57e745
@ -14,7 +14,7 @@ BBFILE_PRIORITY_networking-layer = "5"
|
|||||||
LAYERVERSION_networking-layer = "1"
|
LAYERVERSION_networking-layer = "1"
|
||||||
|
|
||||||
LAYERDEPENDS_networking-layer = "core"
|
LAYERDEPENDS_networking-layer = "core"
|
||||||
LAYERDEPENDS_networking-layer = "openembedded-layer"
|
LAYERDEPENDS_networking-layer += "openembedded-layer"
|
||||||
LAYERDEPENDS_networking-layer = "meta-python"
|
LAYERDEPENDS_networking-layer += "meta-python"
|
||||||
|
|
||||||
LICENSE_PATH += "${LAYERDIR}/licenses"
|
LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user