blob: ce6f86162af45eeb7480770535aa01bc15e0b69c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
LICENSE = "GPL"
SECTION = "base"
MAINTAINER = "Richard Purdie <rpurdie@openedhand.com>"
DESCRIPTION = "Daemon to handle device specifc features."
PR = "r0"
SRC_URI = "file:///tmp/devmand-0.0.tgz"
#svn://svn.o-hand.com/repos/misc/trunk;module=chkhinge26;proto=http \
#S = "${WORKDIR}/${PN}"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit autotools pkgconfig
inherit update-rc.d
INITSCRIPT_NAME = "devmand"
INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."
|