aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Dietze <martin@the-little-red-haired-girl.org>2009-05-23 13:25:29 +0200
committerMartin Dietze <mdietze@gmail.com>2013-03-02 17:25:48 +0100
commit067b4423a4f7c2448105eee63aab3c50c9324ab4 (patch)
tree3958e54360eb3f4ce5f7d4b544fd7feae61ee725 /recipes
parentd0bb2086e22d97b44334a87bedfd63e03663fe20 (diff)
downloadopenembedded-067b4423a4f7c2448105eee63aab3c50c9324ab4.tar.gz
mobilemesh: fixed broken download URL
Diffstat (limited to 'recipes')
-rw-r--r--recipes/mobilemesh/mobilemesh_1.2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/mobilemesh/mobilemesh_1.2.bb b/recipes/mobilemesh/mobilemesh_1.2.bb
index df8f2f98bb..4fdf2aba3b 100644
--- a/recipes/mobilemesh/mobilemesh_1.2.bb
+++ b/recipes/mobilemesh/mobilemesh_1.2.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "MobileMesh mobile ad-hoc routing protocol"
HOMEPAGE = "http://www.mitre.org/work/tech_transfer/mobilemesh/"
LICENSE = "GPL"
DEPENDS = "openssl"
-SRC_URI = "http://meshcube.org/download/mobilemesh_1.2.tgz"
+SRC_URI = "http://download.berlin.freifunk.net/meshcube.org/nylon/stable/sources/mobilemesh_1.2.tgz"
PR = "r1"
S = "${WORKDIR}/mobilemesh"
@@ -34,4 +34,7 @@ do_install() {
install ${S}/mobilemesh.init ${D}${sysconfdir}/init.d/mobilemesh
}
+FILES_${PN}-dbg += "${sysconfdir}/mobilemesh/mmtodot.debug ${sysconfdir}/mobilemesh/mmborder.debug \
+ ${sysconfdir}/mobilemesh/mmrp.debug ${sysconfdir}/mobilemesh/mmdiscover.debug"
CONFFILES_${PN}_nylon = "${sysconfdir}/mobilemesh/mmrp.conf ${sysconfdir}/mobilemesh/mmdiscover.conf"
+