diff options
-rw-r--r-- | meta-webserver/conf/layer.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-webserver/conf/layer.conf b/meta-webserver/conf/layer.conf index a4d6a27233..bb508a8dea 100644 --- a/meta-webserver/conf/layer.conf +++ b/meta-webserver/conf/layer.conf | |||
@@ -18,3 +18,7 @@ LAYERVERSION_webserver = "1" | |||
18 | LAYERDEPENDS_webserver = "core" | 18 | LAYERDEPENDS_webserver = "core" |
19 | 19 | ||
20 | LICENSE_PATH += "${LAYERDIR}/licenses" | 20 | LICENSE_PATH += "${LAYERDIR}/licenses" |
21 | |||
22 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | ||
23 | phpmyadmin->bash \ | ||
24 | " | ||