diff options
-rw-r--r-- | meta-webserver/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/conf/layer.conf b/meta-webserver/conf/layer.conf index bb508a8dea..84fdd81d1f 100644 --- a/meta-webserver/conf/layer.conf +++ b/meta-webserver/conf/layer.conf | |||
@@ -15,7 +15,7 @@ BBFILE_PRIORITY_webserver = "6" | |||
15 | # cause compatibility issues with other layers | 15 | # cause compatibility issues with other layers |
16 | LAYERVERSION_webserver = "1" | 16 | LAYERVERSION_webserver = "1" |
17 | 17 | ||
18 | LAYERDEPENDS_webserver = "core" | 18 | LAYERDEPENDS_webserver = "core openembedded-layer" |
19 | 19 | ||
20 | LICENSE_PATH += "${LAYERDIR}/licenses" | 20 | LICENSE_PATH += "${LAYERDIR}/licenses" |
21 | 21 | ||