aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@siemens.com>2018-01-17 15:40:31 +0100
committerArmin Kuster <akuster808@gmail.com>2018-01-17 13:43:51 -0800
commitcafb49e07ede210f20d2a77c73f9801ca1468325 (patch)
tree0a439d8d8fca14ffc087a52e829423a600fd63ac
parent7d47e22197b4f69db22ca16579475a67de2889e0 (diff)
downloadmeta-openembedded-contrib-cafb49e07ede210f20d2a77c73f9801ca1468325.tar.gz
luajit: create developer symlinks
LuaJIT tries to call ldconfig during installation which doesn't work. 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@siemens.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb1
1 files changed, 1 insertions, 0 deletions
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 73c38111ef..2e91875640 100644
--- a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
+++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
@@ -53,6 +53,7 @@ EXTRA_OEMAKE = "\
\
'PREFIX=${prefix}' \
'MULTILIB=${baselib}' \
+ 'LDCONFIG=:' \
"
do_compile () {