diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-13 02:04:22 -0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:44:34 +0100 |
| commit | 38813ff30fadbabad3a436a608042d1234baed4d (patch) | |
| tree | 25a92deecaea52a7f966819671cf84d3266b830f /meta-webserver | |
| parent | 7b62fe8eae0263dd2d1fde748eb514e3ff97cbd8 (diff) | |
| download | meta-openembedded-38813ff30fadbabad3a436a608042d1234baed4d.tar.gz | |
sthttpd: add base-passwd to DEPENDS
Fixed:
chgrp www-data tmp/work/i586-wrs-linux/sthttpd/2.27.0-r0/image/usr/sbin/makeweb
chgrp: invalid group: www-data
make[3]: *** [install-exec-hook] Error 1
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-webserver')
| -rw-r--r-- | meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.0.bb b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.0.bb index efa533a7d4..860c986499 100644 --- a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.0.bb +++ b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.0.bb | |||
| @@ -4,6 +4,8 @@ HOMEPAGE = "http://opensource.dyc.edu/sthttpd" | |||
| 4 | LICENSE = "BSD-2-Clause" | 4 | LICENSE = "BSD-2-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://src/thttpd.c;beginline=1;endline=26;md5=0c5762c2c34dcbe9eb18815516502872" | 5 | LIC_FILES_CHKSUM = "file://src/thttpd.c;beginline=1;endline=26;md5=0c5762c2c34dcbe9eb18815516502872" |
| 6 | 6 | ||
| 7 | DEPENDS += "base-passwd" | ||
| 8 | |||
| 7 | SRC_URI = "http://opensource.dyc.edu/pub/sthttpd/sthttpd-${PV}.tar.gz \ | 9 | SRC_URI = "http://opensource.dyc.edu/pub/sthttpd/sthttpd-${PV}.tar.gz \ |
| 8 | file://thttpd.service \ | 10 | file://thttpd.service \ |
| 9 | file://thttpd.conf \ | 11 | file://thttpd.conf \ |
