Add zaurusd (remove devmand).

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@286 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-02-23 10:41:26 +00:00
parent 15ea96f6c9
commit bcd36121d5
1 changed files with 3 additions and 5 deletions

View File

@ -4,10 +4,8 @@ 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}"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http"
S = "${WORKDIR}/${PN}"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@ -15,5 +13,5 @@ inherit autotools pkgconfig
inherit update-rc.d
INITSCRIPT_NAME = "devmand"
INITSCRIPT_NAME = "zaurusd"
INITSCRIPT_PARAMS = "start 99 5 2 . stop 20 0 1 6 ."