[oe] [meta-oe][PATCH] luajit: create developer symlinks

Andre McCurdy armccurdy at gmail.com
Thu Sep 21 18:32:33 UTC 2017


On Thu, Sep 21, 2017 at 5:01 AM, Pascal Bach <pascal.bach at siemens.com> wrote:
> LuaJIT tries to call ldconfig during installation which doesn't work.

Presumably this stopped working recently (since host tools now need to
be whitelisted and ldconfig is not included in HOSTTOOLS)? If so,
maybe mention that in the commit message.

> This causes the .so and .so.2 symlinks to no be created.
>
> By setting "LDCONFIG= :" the call will be skipped the same as on Darwin
>
> Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
> ---
>  meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
> index d7477ed..1e06e34 100644
> --- a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
> +++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
> @@ -52,6 +52,7 @@ EXTRA_OEMAKE = "\
>      \
>      'PREFIX=${prefix}' \
>      'MULTILIB=${baselib}' \
> +    'LDCONFIG= :' \
>  "
>
>  do_compile () {
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list