summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/luaposix/luaposix_33.4.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_33.4.0.bb b/meta-oe/recipes-devtools/luaposix/luaposix_33.4.0.bb
index 720e2eab8..9a66d8fb2 100644
--- a/meta-oe/recipes-devtools/luaposix/luaposix_33.4.0.bb
+++ b/meta-oe/recipes-devtools/luaposix/luaposix_33.4.0.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release \
10" 10"
11SRCREV = "8e4902ed81c922ed8f76a7ed85be1eaa3fd7e66d" 11SRCREV = "8e4902ed81c922ed8f76a7ed85be1eaa3fd7e66d"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13LUA_VERSION = "5.3" 13LUA_VERSION = "5.4"
14 14
15inherit autotools pkgconfig 15inherit autotools pkgconfig
16 16