From bcd36121d5f9159a2d5c538420b55f61429c0a59 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 23 Feb 2006 10:41:26 +0000 Subject: [PATCH] Add zaurusd (remove devmand). git-svn-id: https://svn.o-hand.com/repos/poky/trunk@286 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../{devmand/devmand_0.0.bb => zaurusd/zaurusd_0.0.bb} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename openembedded/packages/{devmand/devmand_0.0.bb => zaurusd/zaurusd_0.0.bb} (64%) diff --git a/openembedded/packages/devmand/devmand_0.0.bb b/openembedded/packages/zaurusd/zaurusd_0.0.bb similarity index 64% rename from openembedded/packages/devmand/devmand_0.0.bb rename to openembedded/packages/zaurusd/zaurusd_0.0.bb index ce6f86162a..164d9ca06f 100644 --- a/openembedded/packages/devmand/devmand_0.0.bb +++ b/openembedded/packages/zaurusd/zaurusd_0.0.bb @@ -4,10 +4,8 @@ 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}" +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 ." -- 2.40.1