All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lighttpd: lighttpd: drop hard-coded lua version in PACKAGECONFIG
@ 2019-08-22 18:52 Trevor Gamblin
  2019-08-24 22:37 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Trevor Gamblin @ 2019-08-22 18:52 UTC (permalink / raw)
  To: openembedded-core

From: Trevor Gamblin <trevor.gamblin@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.

Signed-off-by: Trevor Gamblin <trevor.gamblin@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] lighttpd: lighttpd: drop hard-coded lua version in PACKAGECONFIG
  2019-08-22 18:52 [PATCH] lighttpd: lighttpd: drop hard-coded lua version in PACKAGECONFIG Trevor Gamblin
@ 2019-08-24 22:37 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2019-08-24 22:37 UTC (permalink / raw)
  To: Trevor Gamblin; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1900 bytes --]

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

> From: Trevor Gamblin <trevor.gamblin@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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 3351 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-24 22:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-22 18:52 [PATCH] lighttpd: lighttpd: drop hard-coded lua version in PACKAGECONFIG Trevor Gamblin
2019-08-24 22:37 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.