فهرست منبع

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 ماه پیش
والد
کامیت
d64c923265
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