3 Commits 0390b97c09 ... 857cb95d0a

Author SHA1 Message Date
  Eric Meyers 857cb95d0a luafilesystem: update to 1.9.0 to fix compatability issues with <5.5 1 month ago
  Eric Meyers 089a582a86 layer.conf: Update to wrynose (6.0) layer/release series 1 month ago
  Jurgen van Rooyen d64c923265 luafilesystem: Fix multilib builds 5 months ago
2 changed files with 5 additions and 5 deletions
  1. 1 1
      conf/layer.conf
  2. 4 4
      recipes-lua/luafilesystem/luafilesystem_git.bb

+ 1 - 1
conf/layer.conf

@@ -9,6 +9,6 @@ BBFILE_COLLECTIONS += "swupdate"
 BBFILE_PATTERN_swupdate := "^${LAYERDIR}/"
 BBFILE_PRIORITY_swupdate = "6"
 
-LAYERSERIES_COMPAT_swupdate = "whinlatter"
+LAYERSERIES_COMPAT_swupdate = "whinlatter wrynose"
 
 LAYERDEPENDS_swupdate = "openembedded-layer"

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

@@ -1,5 +1,5 @@
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d9b7e441d51a96b17511ee3be5a75857"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=eea9910b0620641551736d969a197076"
 
 DEPENDS = "lua"
 
@@ -8,8 +8,8 @@ SRC_URI = "git://github.com/keplerproject/luafilesystem;protocol=https;branch=ma
 	file://0001-Fix-for-OE.patch"
 
 # Modify these as desired
-PV = "1.8.0"
-SRCREV = "7c6e1b013caec0602ca4796df3b1d7253a2dd258"
+PV = "1.9.0"
+SRCREV = "a186cca5833691e830ed255e38ace8ff6b870dbf"
 
 inherit pkgconfig
 
@@ -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