Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SRC_URI = "\
- git://github.com/openresty/${PN}.git;protocol=https \
- file://install-destination.patch \
- "
- LICENSE = "CLOSED"
- SRCREV = "dca43df18558c87f74249a39aaacbde044d115c1"
- S="${WORKDIR}/git"
- # B="${WORKDIR}/git"
- DEPENDS = "lua"
- RDEPENDS_${PN} += "luajit"
- EXTRA_OECMAKE_append = " -DLUA_LIBRARIES:STRING=${STAGING_LIBDIR}"
- EXTRA_OECMAKE_append = " -DLUA_INCLUDE_DIR:STRING=${STAGING_INCDIR}/luajit-2.0"
- inherit cmake
- FILES_${PN} += "${libdir}/lua/5.1/cjson.so"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement