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

git at git.openembedded.org git at git.openembedded.org
Wed Oct 4 14:52:23 UTC 2017


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

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

commit 814c8f584964fc0ba44fd157d8b08b2ce58b80c9
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