mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Add devmand .bb file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@283 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
19
openembedded/packages/devmand/devmand_0.0.bb
Normal file
19
openembedded/packages/devmand/devmand_0.0.bb
Normal file
@@ -0,0 +1,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 ."
|
||||
Reference in New Issue
Block a user