Advertisement
Guest User

Untitled

a guest
Sep 4th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. SRC_URI = "\
  2. git://github.com/openresty/${PN}.git;protocol=https \
  3. file://install-destination.patch \
  4. "
  5. LICENSE = "CLOSED"
  6. SRCREV = "dca43df18558c87f74249a39aaacbde044d115c1"
  7.  
  8. S="${WORKDIR}/git"
  9. # B="${WORKDIR}/git"
  10.  
  11. DEPENDS = "lua"
  12. RDEPENDS_${PN} += "luajit"
  13.  
  14. EXTRA_OECMAKE_append = " -DLUA_LIBRARIES:STRING=${STAGING_LIBDIR}"
  15. EXTRA_OECMAKE_append = " -DLUA_INCLUDE_DIR:STRING=${STAGING_INCDIR}/luajit-2.0"
  16.  
  17. inherit cmake
  18.  
  19. FILES_${PN} += "${libdir}/lua/5.1/cjson.so"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement