aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dreambox/dreambox-wdog.bb
blob: 0910f3d471d57c36aa62994de36345933eec1297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Watchdog to automatically restart binaries"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "proprietary"
MAINTAINER = "Felix Domke <tmbinc@elitedvb.net>"

PV = "1.1"
PR = "r0"

SRC_URI = "http://sources.dreamboxupdate.com/download/7020/wdog-${MACHINE}"

S = "${WORKDIR}"

INHIBIT_PACKAGE_STRIP = "1"

do_install() {
	install -d ${D}/usr/bin
	install -m 0755 ${WORKDIR}/wdog-${MACHINE} ${D}/usr/bin/wdog
}

PACKAGE_ARCH := "${MACHINE_ARCH}"