Advertisement
Guest User

Untitled

a guest
Jan 15th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. inherit pkgconfig cmake
  2.  
  3. OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "BOTH"
  4.  
  5. SRCREV = "f9c4a557da7557cd306a8252b62a5200422d74b6"
  6. SRC_URI = "gitsm://eserver/cgit.cgi/otdrctl;protocol=http;branch=master"
  7.  
  8. S = "${WORKDIR}/git"
  9.  
  10. DEPENDS += " libusb1 \
  11. jansson \
  12. "
  13.  
  14. RDEPENDS_${PN} += " libusb1 \
  15. jansson \
  16. "
  17.  
  18. FILES_${PN} = " ${bindir}/otdrctl"
  19.  
  20. do_install() {
  21. install -d ${D}${bindir}
  22. install -m 0755 ${B}/otdrctl ${D}${bindir}
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement