diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-13 02:04:23 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:44:34 +0100 |
commit | cfad4bab53133f76838bcc14080a9da87553b51b (patch) | |
tree | 6bd5e361af1d64d20667d711035a3392657c7495 | |
parent | 38813ff30fadbabad3a436a608042d1234baed4d (diff) | |
download | meta-openembedded-cfad4bab53133f76838bcc14080a9da87553b51b.tar.gz |
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 <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 5493c12b3..16f45ce66 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 | |||
16 | 16 | ||
17 | TARGET_CC_ARCH += "${LDFLAGS}" | 17 | TARGET_CC_ARCH += "${LDFLAGS}" |
18 | 18 | ||
19 | DEPENDS = "openssl groff-native" | 19 | DEPENDS = "openssl groff-native base-passwd" |
20 | 20 | ||
21 | inherit update-rc.d | 21 | inherit update-rc.d |
22 | 22 | ||