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:26:13 +0000 |
commit | ef446586e4a44f13945241b501dc922c38beae58 (patch) | |
tree | 02b7bd4a4c6393d737b001a7039b71f4dafb2507 | |
parent | 38eb51d4739cbac292abaef9d2888b6a54d32ad6 (diff) | |
download | openembedded-core-ef446586e4a44f13945241b501dc922c38beae58.tar.gz openembedded-core-ef446586e4a44f13945241b501dc922c38beae58.tar.bz2 openembedded-core-ef446586e4a44f13945241b501dc922c38beae58.zip |
lighttpd: access and accesslog are optional modules
Move them from RDEPENDS to RRECOMMENDS.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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" 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 \ |