Guest User

Untitled

a guest
Mar 14th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. DESCRIPTION = "Blah blah..blah"
  2. LICENSE = "CLOSED"
  3. DEPENDS += "systemd dbus"
  4.  
  5. FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
  6.  
  7. SRC_URI = "git://git@github.com/AtherEnergy/vcu-sensor-app.git;protocol=ssh;branch=master"
  8. SRCREV="${AUTOREV}"
  9.  
  10. S = "${WORKDIR}/git"
  11.  
  12. inherit autotools
  13. inherit logging
  14.  
  15. do_install() {
  16. make
  17. bbwarn "${WORKDIR}/git}"
  18. install -d ${D}${bindir}
  19. install -m 0755 ${S}/sensor ${D}${bindir}
  20. }
Add Comment
Please, Sign In to add comment