Browse Source

luafilesystem: update to 1.9.0 to fix compatability issues with <5.5

Signed-off-by: Eric Meyers <eric.meyers15310@gmail.com>
Signed-off-by: Eric Meyers <eric.meyers@arthrex.com>
Eric Meyers 1 tháng trước cách đây
mục cha
commit
857cb95d0a
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      recipes-lua/luafilesystem/luafilesystem_git.bb

+ 3 - 3
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