From: Richard Purdie Date: Sat, 18 Feb 2006 11:15:37 +0000 (+0000) Subject: Add devmand .bb file X-Git-Tag: 2011-1~13112 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=157ff6f3ca1faff44726ade9925eee1e5d0d1f7b;p=openembedded-core.git Add devmand .bb file git-svn-id: https://svn.o-hand.com/repos/poky/trunk@283 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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 @@ +LICENSE = "GPL" +SECTION = "base" +MAINTAINER = "Richard Purdie " +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 ."