summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openembedded/packages/devmand/devmand_0.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/openembedded/packages/devmand/devmand_0.0.bb b/openembedded/packages/devmand/devmand_0.0.bb
new file mode 100644
index 0000000000..ce6f86162a
--- /dev/null
+++ b/openembedded/packages/devmand/devmand_0.0.bb
@@ -0,0 +1,19 @@
1LICENSE = "GPL"
2SECTION = "base"
3MAINTAINER = "Richard Purdie <rpurdie@openedhand.com>"
4DESCRIPTION = "Daemon to handle device specifc features."
5PR = "r0"
6
7SRC_URI = "file:///tmp/devmand-0.0.tgz"
8
9#svn://svn.o-hand.com/repos/misc/trunk;module=chkhinge26;proto=http \
10#S = "${WORKDIR}/${PN}"
11
12PACKAGE_ARCH = "${MACHINE_ARCH}"
13
14inherit autotools pkgconfig
15
16inherit update-rc.d
17
18INITSCRIPT_NAME = "devmand"
19INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."