diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2016-11-30 22:47:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-08 10:31:30 +0000 |
commit | 05cf540d818e79c2c07c2c746545afdb62a9708f (patch) | |
tree | aecfb2f425b55f0d5cf99e144a9c7eed04ecb2f4 /meta/recipes-extended | |
parent | 5be84f940b3a7ecfe48d371f03d852092899eb23 (diff) | |
download | poky-05cf540d818e79c2c07c2c746545afdb62a9708f.tar.gz |
lighttpd: access and accesslog are optional modules
Move them from RDEPENDS to RRECOMMENDS.
(From OE-Core rev: ef446586e4a44f13945241b501dc922c38beae58)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.43.bb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.43.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.43.bb index 38eaf70808..f70f9b7eba 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.43.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.43.bb | |||
@@ -6,13 +6,11 @@ LICENSE = "BSD" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579" |
7 | 7 | ||
8 | SECTION = "net" | 8 | SECTION = "net" |
9 | RDEPENDS_${PN} += " \ | 9 | RDEPENDS_${PN} = "lighttpd-module-dirlisting \ |
10 | lighttpd-module-access \ | 10 | lighttpd-module-indexfile \ |
11 | lighttpd-module-accesslog \ | 11 | lighttpd-module-staticfile" |
12 | lighttpd-module-indexfile \ | 12 | RRECOMMENDS_${PN} = "lighttpd-module-access \ |
13 | lighttpd-module-dirlisting \ | 13 | lighttpd-module-accesslog" |
14 | lighttpd-module-staticfile \ | ||
15 | " | ||
16 | 14 | ||
17 | SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.xz \ | 15 | SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.xz \ |
18 | file://index.html.lighttpd \ | 16 | file://index.html.lighttpd \ |