blob: 8779f34fd99e84d50621807decdb93c97f534c46 [file] [log] [blame]
Holger Hans Peter Freyther1b7bb4a2013-03-16 11:25:49 +01001DESCRIPTION = "Shell script to start, nice and respawn services"
2HOMEPAGE = "http://openbsc.osmocom.org/"
3LICENSE = "AGPLv3+"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
5
6SRC_URI = "file://osmo-service-respawn.sh"
7
8RDEPENDS_${PN} = "bash"
9
10do_install() {
11 install -d ${D}${bindir}
12 install -m 0775 ${WORKDIR}/osmo-service-respawn.sh ${D}${bindir}
13}