diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2016-09-06 23:58:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-08 00:32:43 +0100 |
commit | f203e5bfb8b6ac678d6888e9bec142b916647f61 (patch) | |
tree | 891c36b7736080ce70939452abdc3c079673ab7c | |
parent | 79d45bf56d6cabbe3b66859833c7c3ea93465728 (diff) | |
download | poky-f203e5bfb8b6ac678d6888e9bec142b916647f61.tar.gz |
lighttpd: fix EXTRA_OECONF
* --without-memcache was renamed to --without-memcached in:
https://redmine.lighttpd.net/projects/lighttpd/repository/revisions/f3b577ddee36b9555331dfbcddb6a200df2ba438
* causing:
ERROR: lighttpd-1.4.41-r0 do_configure: QA Issue: lighttpd: configure was passed unrecognised options: --without-memcache [unknown-configure-option]
(From OE-Core rev: d53b220205259705649cb7741a21cb267519d565)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb index bba90cf300..1a3f323428 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb | |||
@@ -36,7 +36,7 @@ EXTRA_OECONF = " \ | |||
36 | --without-bzip2 \ | 36 | --without-bzip2 \ |
37 | --without-ldap \ | 37 | --without-ldap \ |
38 | --without-lua \ | 38 | --without-lua \ |
39 | --without-memcache \ | 39 | --without-memcached \ |
40 | --with-pcre \ | 40 | --with-pcre \ |
41 | --without-webdav-props \ | 41 | --without-webdav-props \ |
42 | --without-webdav-locks \ | 42 | --without-webdav-locks \ |