diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-08-11 09:38:32 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-15 08:20:06 -0700 |
commit | b19f8c7d6e98b911620ea6fdb606339f49aca18a (patch) | |
tree | 07761bf11ab97e533de897966fffd8839a1e6f87 /meta-webserver | |
parent | cdceca0bd154a29c358fca8d350849cc16f71c07 (diff) | |
download | meta-openembedded-b19f8c7d6e98b911620ea6fdb606339f49aca18a.tar.gz |
sthttpd: Add dependency on virtual/crypt
This is required with glibc 2.28+ where crypt is
no longer part of glibc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-webserver')
-rw-r--r-- | meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb index 81815d652..8632b97f4 100644 --- a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb +++ b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb | |||
@@ -4,7 +4,7 @@ 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" | 7 | DEPENDS += "base-passwd virtual/crypt" |
8 | 8 | ||
9 | SRC_URI = "https://github.com/blueness/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \ | 9 | SRC_URI = "https://github.com/blueness/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \ |
10 | file://thttpd.service \ | 10 | file://thttpd.service \ |