summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-18 11:15:37 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-18 11:15:37 +0000
commit157ff6f3ca1faff44726ade9925eee1e5d0d1f7b (patch)
tree48c75cb3310ba4c23ca9a44767295740f741912f
parente6dc152830347b0b06820499301eafec9e53d6e1 (diff)
downloadpoky-157ff6f3ca1faff44726ade9925eee1e5d0d1f7b.tar.gz
Add devmand .bb file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@283 311d38ba-8fff-0310-9ca6-ca027cbcb966
-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 ."