aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lua/lua5.1-native_5.1.4.bb
blob: 35afb556627e8c2c3ccc006769ab248978c14ca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
require lua5.1_${PV}.bb
inherit native

DEPENDS = "readline-native"

do_stage () {
    oe_libinstall -C src liblua ${STAGING_LIBDIR}/
    install -d ${STAGING_INCDIR}/
    install -m 0644 src/lua.h src/luaconf.h src/lualib.h src/lauxlib.h ${STAGING_INCDIR}/
}