meta-webserver: update the layer.conf to include the openembedded-layer

The cherokee recipe requires mysql5 provided by the openembedded layer

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Derek Straka 2017-09-29 12:56:44 -04:00 committed by Martin Jansa
parent adb341cc71
commit 814c8f5849

View File

@ -15,7 +15,7 @@ BBFILE_PRIORITY_webserver = "6"
# cause compatibility issues with other layers
LAYERVERSION_webserver = "1"
LAYERDEPENDS_webserver = "core"
LAYERDEPENDS_webserver = "core openembedded-layer"
LICENSE_PATH += "${LAYERDIR}/licenses"