From cfad4bab53133f76838bcc14080a9da87553b51b Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Mon, 13 Feb 2017 02:04:23 -0800 Subject: nostromo: add base-passwd to DEPENDS Fixed: chown: invalid user: www-data:www-data WARNING: tmp/work/i586-wrs-linux/nostromo/1.9.6-r0/temp/run.do_install.33423:1 exit 1 from 'chown -R www-data:www-data tmp/work/i586-wrs-linux/nostromo/1.9.6-r0/image//var/nostromo' Signed-off-by: Robert Yang Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb index 5493c12b3e..16f45ce666 100644 --- a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb +++ b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb @@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "541494ecfeafec58c0876ccc90cc23b06e0144f6f42029af44c7cdb1f4 TARGET_CC_ARCH += "${LDFLAGS}" -DEPENDS = "openssl groff-native" +DEPENDS = "openssl groff-native base-passwd" inherit update-rc.d -- cgit 1.2.3-korg