DESCRIPTION = "Utility to push data to a server" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=65d26fcc2f35ea6a181ac777e42db1ea" S = "${WORKDIR}/git" SRC_URI = "gitsm://github.com/advancedtelematic/sota-tools.git;branch=master" SRCREV = "c6ecec3e86c423dd6caaa362a5ff0a1a6f4072a8" inherit cmake DEPENDS = "boost glib-2.0 curl" BBCLASSEXTEND = "native" FILES_${PN} = "${bindir}/garage-push" EXTRA_OECMAKE = "-DWARNING_AS_ERROR=OFF" do_install() { install -d ${D}/${bindir} install -m 755 garage-push ${D}/${bindir} }