From abe6250af91c4b3193511f4dd5fbfb7ee40d76d5 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Mon, 24 Apr 2017 13:59:21 +0200 Subject: Wipe out sota-related code Moved to meta-updater@github.com/advancedtelenmatic Change-Id: I7c89d373e43a88a89155c72de87c0b4b5238bc52 Signed-off-by: Anton Gerasimov --- .../recipes-sota/sota-tools/sota-tools_git.bb | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 meta-sota/recipes-sota/sota-tools/sota-tools_git.bb (limited to 'meta-sota/recipes-sota/sota-tools') diff --git a/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb b/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb deleted file mode 100644 index 326ff20..0000000 --- a/meta-sota/recipes-sota/sota-tools/sota-tools_git.bb +++ /dev/null @@ -1,24 +0,0 @@ -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 = "4d7f22f50ab43be5bee61ad3e96cd9db4ef3a372" - -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} -} -- cgit 1.2.3-korg