[OE-core] [PATCH] lighttpd: lighttpd: drop hard-coded lua version in PACKAGECONFIG

Khem Raj raj.khem at gmail.com
Sat Aug 24 22:37:27 UTC 2019


On Thu, Aug 22, 2019 at 11:53 AM Trevor Gamblin <
Trevor.Gamblin at windriver.com> wrote:

> From: Trevor Gamblin <trevor.gamblin at windriver.com>
>
> When building lighttpd with PACKAGECONFIG_append_pn-lighttpd = "lua" in
> local.conf,
> bitbake gives the following error:
>
> ERROR: Nothing PROVIDES 'lua5.1' (but
> /home/tgamblin/build/oe-core/meta/recipes-extended/lighttpd/
> lighttpd_1.4.54.bb DEPENDS on or otherwise requires it)
> NOTE: Runtime target 'lighttpd' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['lighttpd', 'lua5.1']
>
> Removing the "5.1" from the PACKAGECONFIG line in lighttpd_1.4.54.bb
> fixes the issue.


Does it run fine with lua > 5.1 ?

>
>
> Signed-off-by: Trevor Gamblin <trevor.gamblin at windriver.com>
> ---
>  meta/recipes-extended/lighttpd/lighttpd_1.4.54.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.54.bb
> b/meta/recipes-extended/lighttpd/lighttpd_1.4.54.bb
> index ba1a2c5..72990d0 100644
> --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.54.bb
> +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.54.bb
> @@ -44,7 +44,7 @@ PACKAGECONFIG[webdav-props] =
> "--with-webdav-props,--without-webdav-props,libxml
>  PACKAGECONFIG[webdav-locks] =
> "--with-webdav-locks,--without-webdav-locks,util-linux"
>  PACKAGECONFIG[gdbm] = "--with-gdbm,--without-gdbm,gdbm"
>  PACKAGECONFIG[memcache] =
> "--with-memcached,--without-memcached,libmemcached"
> -PACKAGECONFIG[lua] = "--with-lua,--without-lua,lua5.1"
> +PACKAGECONFIG[lua] = "--with-lua,--without-lua,lua"
>
>  EXTRA_OECONF += "--enable-lfs"
>
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20190824/fb03600f/attachment.html>


More information about the Openembedded-core mailing list