[oe-commits] [meta-openembedded] 35/38: meta-webserver: update the layer.conf to include the openembedded-layer

git at git.openembedded.org git at git.openembedded.org
Mon Oct 2 12:40:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 28e4467ddc30967add45f3a3e94220f0770526c9
Author: Derek Straka <derek at asterius.io>
AuthorDate: Fri Sep 29 12:56:44 2017 -0400

    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 at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-webserver/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-webserver/conf/layer.conf b/meta-webserver/conf/layer.conf
index bb508a8..84fdd81 100644
--- a/meta-webserver/conf/layer.conf
+++ b/meta-webserver/conf/layer.conf
@@ -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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list