From f203e5bfb8b6ac678d6888e9bec142b916647f61 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 6 Sep 2016 23:58:59 +0200 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-extended/lighttpd/lighttpd_1.4.41.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/lighttpd') 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 = " \ --without-bzip2 \ --without-ldap \ --without-lua \ - --without-memcache \ + --without-memcached \ --with-pcre \ --without-webdav-props \ --without-webdav-locks \ -- cgit v1.2.3-54-g00ecf