From: Michael Lauer Date: Mon, 22 Nov 2004 22:37:40 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~16003 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6179e287cc54cca435c9c27531dd3f849664a45b;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/11/22 10:15:23+01:00 (none)!br1 mobilemesh: switched to subversion BKrev: 41a26a34FEfYnwCkXY7Oyd5jsHGQNg --- diff --git a/mobilemesh/mobilemesh_1.2.oe b/mobilemesh/mobilemesh_1.2.oe index 8504760224..67e233a0c9 100644 --- a/mobilemesh/mobilemesh_1.2.oe +++ b/mobilemesh/mobilemesh_1.2.oe @@ -2,7 +2,7 @@ SECTION = "console/network" DESCRIPTION = "MobileMesh mobile ad-hoc routing protocol" LICENSE = "GPL" DEPENDS = "openssl" -SRC_URI = "cvs://anoncvs:anoncvs@meshcube.org/data/cvs;module=application/mobilemesh" +SRC_URI = "svn://meshcube.org/svn/application;module=mobilemesh" S = "${WORKDIR}/mobilemesh" @@ -29,5 +29,5 @@ do_install() { install ${S}/doc/INSTALL ${D}/${docdir} install ${S}/doc/LICENSE ${D}/${docdir} install ${S}/doc/README ${D}/${docdir} - install ${S}/ipkg/etc/init.d/mobilemesh ${D}/${sysconfdir}/init.d/ + install ${S}/mobilemesh.init ${D}/${sysconfdir}/init.d/mobilemesh }