Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - DESCRIPTION = "Blah blah..blah"
 - LICENSE = "CLOSED"
 - DEPENDS += "systemd dbus"
 - FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
 - SRC_URI = "git://[email protected]/AtherEnergy/vcu-sensor-app.git;protocol=ssh;branch=master"
 - SRCREV="${AUTOREV}"
 - S = "${WORKDIR}/git"
 - inherit autotools
 - inherit logging
 - do_install() {
 - make
 - bbwarn "${WORKDIR}/git}"
 - install -d ${D}${bindir}
 - install -m 0755 ${S}/sensor ${D}${bindir}
 - }
 
                    Add Comment                
                
                        Please, Sign In to add comment