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:31:39 +0100 |
commit | d53b220205259705649cb7741a21cb267519d565 (patch) | |
tree | 94c8d67b81c256a7e6613e2e74cb7e0a6d3fde0c /meta/recipes-extended | |
parent | a5bf690e27a32c5470a4e110ab58ed0a92b9d039 (diff) | |
download | openembedded-core-d53b220205259705649cb7741a21cb267519d565.tar.gz openembedded-core-d53b220205259705649cb7741a21cb267519d565.tar.bz2 openembedded-core-d53b220205259705649cb7741a21cb267519d565.zip |
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]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended')
-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 = " \ --without-bzip2 \ --without-ldap \ --without-lua \ - --without-memcache \ + --without-memcached \ --with-pcre \ --without-webdav-props \ --without-webdav-locks \ |