Преглед изворни кода

luafilesystem: Fix multilib builds

Fixes the recipe to specify the correct path for FILES when building
with multilib by using ${nonarch_base_libdir}. When using multilib
${libdir} may evaluate to a path other than the /usr/lib/.

Signed-off-by: Jurgen van Rooyen <jurgen.vanrooyen@garmin.com>
Jurgen van Rooyen пре 5 месеци
родитељ
комит
0cbabdc236
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      recipes-lua/luafilesystem/luafilesystem_git.bb

+ 1 - 1
recipes-lua/luafilesystem/luafilesystem_git.bb

@@ -20,7 +20,7 @@ EXTRA_OEMAKE = 'PREFIX=${D}/${prefix} CROSS_COMPILE=${TARGET_PREFIX} CC="${CC} -
 # recipe automatically - you will need to examine the Makefile yourself and ensure
 # that the appropriate arguments are passed in.
 
-FILES:${PN} = "${libdir} ${datadir}/lua"
+FILES:${PN} = "${nonarch_base_libdir} ${datadir}/lua"
 
 do_configure () {
 	# Specify any needed configure commands here