diff options
| -rw-r--r-- | meta-oe/recipes-devtools/luaposix/luaposix_35.1.bb | 4 |
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" | |||
| 3 | HOMEPAGE = "https://github.com/luaposix/luaposix" | 3 | HOMEPAGE = "https://github.com/luaposix/luaposix" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f81069e00c0cad249f20efe958276db1" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f81069e00c0cad249f20efe958276db1" |
| 5 | 5 | ||
| 6 | DEPENDS += "lua-native lua libxcrypt-native" | 6 | DEPENDS += "lua-native lua libxcrypt" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV} \ | 8 | SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release-v${PV} \ |
| 9 | " | 9 | " |
| @@ -16,7 +16,7 @@ B = "${S}" | |||
| 16 | inherit pkgconfig | 16 | inherit pkgconfig |
| 17 | 17 | ||
| 18 | do_compile() { | 18 | do_compile() { |
| 19 | ${S}/build-aux/luke | 19 | ${S}/build-aux/luke |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | do_install() { | 22 | do_install() { |
