summaryrefslogtreecommitdiff
path: root/recipes-support/softdog-mon_0.1.bb
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-01-29 04:44:00 -0600
committerJohn Klug <john.klug@multitech.com>2021-01-29 04:44:00 -0600
commitee2141f2cd55a5d842ffde85cf6c37b26fe3c3df (patch)
treeb65d5934ebed487628fbda93ff0d96a6fe51b77d /recipes-support/softdog-mon_0.1.bb
parent447cfe90c34aa0d52217644d20e939c57bb34d3e (diff)
downloadmeta-mlinux-ee2141f2cd55a5d842ffde85cf6c37b26fe3c3df.tar.gz
meta-mlinux-ee2141f2cd55a5d842ffde85cf6c37b26fe3c3df.tar.bz2
meta-mlinux-ee2141f2cd55a5d842ffde85cf6c37b26fe3c3df.zip
Move softdog-mon recipes into correct part of tree
Diffstat (limited to 'recipes-support/softdog-mon_0.1.bb')
-rw-r--r--recipes-support/softdog-mon_0.1.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/recipes-support/softdog-mon_0.1.bb b/recipes-support/softdog-mon_0.1.bb
deleted file mode 100644
index 5ddcf7c..0000000
--- a/recipes-support/softdog-mon_0.1.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-DESCRIPTION = "MultiTech Softdog monitor"
-LICENSE = "MIT"
-RDEPENDS_${PN} += "kernel-module-softdog bash"
-
-inherit autotools
-
-inherit update-rc.d systemd
-
-INITSCRIPT_NAME = "${PN}"
-# should we ever stop?
-INITSCRIPT_PARAMS = "start 99 3 5 . stop 20 0 1 2 6 ."
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=30e3dd411ec20099cbf782f420ae7ec2"
-PR = "r0"
-SRCREV="${PV}"
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PACKAGES =+ "${PN}-test"
-FILES_${PN}-test = "${sbindir}/hog"
-
-SRC_URI = "git://git.multitech.net/softdog-mon.git;protocol=git \
- file://init \
- file://default \
-"
-
-S = "${WORKDIR}/git"
-
-do_install_append() {
- echo $(pwd)
- install -d ${D}/${sysconfdir}/init.d
- install -d ${D}/${sysconfdir}/default
- install -m 0755 ${WORKDIR}/init ${D}/${sysconfdir}/init.d/${PN}
- install ${WORKDIR}/default ${D}/${sysconfdir}/default/${PN}
-}