summaryrefslogtreecommitdiff
path: root/openembedded/packages/devmand
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-23 10:41:26 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-23 10:41:26 +0000
commitbcd36121d5f9159a2d5c538420b55f61429c0a59 (patch)
treee170c7a69f635fd05d435333cc5c337a5783b9d8 /openembedded/packages/devmand
parent15ea96f6c97ecca5aa1b22f37bec95e1be75198f (diff)
downloadopenembedded-core-bcd36121d5f9159a2d5c538420b55f61429c0a59.tar.gz
openembedded-core-bcd36121d5f9159a2d5c538420b55f61429c0a59.tar.bz2
openembedded-core-bcd36121d5f9159a2d5c538420b55f61429c0a59.tar.xz
openembedded-core-bcd36121d5f9159a2d5c538420b55f61429c0a59.zip
Add zaurusd (remove devmand).
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@286 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/devmand')
-rw-r--r--openembedded/packages/devmand/devmand_0.0.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/openembedded/packages/devmand/devmand_0.0.bb b/openembedded/packages/devmand/devmand_0.0.bb
deleted file mode 100644
index ce6f86162..000000000
--- a/openembedded/packages/devmand/devmand_0.0.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-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 ."