summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb b/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb
index 444b63ed77..0e5cd09e0f 100644
--- a/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb
+++ b/meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb
@@ -3,7 +3,7 @@ LICENSE = "MIT"
3HOMEPAGE = "https://github.com/luaposix/luaposix" 3HOMEPAGE = "https://github.com/luaposix/luaposix"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=f81069e00c0cad249f20efe958276db1" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=f81069e00c0cad249f20efe958276db1"
5 5
6DEPENDS += "lua-native lua libxcrypt-native" 6DEPENDS += "lua-native lua libxcrypt"
7 7
8SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV} \ 8SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV} \
9" 9"
@@ -16,7 +16,7 @@ B = "${S}"
16inherit pkgconfig 16inherit pkgconfig
17 17
18do_compile() { 18do_compile() {
19 ${S}/build-aux/luke 19 ${S}/build-aux/luke
20} 20}
21 21
22do_install() { 22do_install() {