aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2016-04-22 20:38:56 +0200
committerAndreas Oberritter <obi@opendreambox.org>2017-06-26 22:57:14 +0200
commitf38698c9b6b096759f0f972f6c5c3500e9fc3a8a (patch)
treec4fa29269addc904037a637f585dba5d64a0fddb /meta
parentd0ace5f753d418b55474ad07c6db59a87cf18ba1 (diff)
downloadopenembedded-core-contrib-f38698c9b6b096759f0f972f6c5c3500e9fc3a8a.tar.gz
lighttpd: access and accesslog are optional modules
Move them from RDEPENDS to RRECOMMENDS. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb12
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb
index bb29c651ab..a3952c7400 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb
@@ -6,13 +6,11 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579"
SECTION = "net"
-RDEPENDS_${PN} += " \
- lighttpd-module-access \
- lighttpd-module-accesslog \
- lighttpd-module-indexfile \
- lighttpd-module-dirlisting \
- lighttpd-module-staticfile \
-"
+RDEPENDS_${PN} = "lighttpd-module-dirlisting \
+ lighttpd-module-indexfile \
+ lighttpd-module-staticfile"
+RRECOMMENDS_${PN} = "lighttpd-module-access \
+ lighttpd-module-accesslog"
SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.xz \
file://index.html.lighttpd \