diff options
Diffstat (limited to 'packages/mobilemesh')
-rw-r--r-- | packages/mobilemesh/mobilemesh_1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/mobilemesh/mobilemesh_1.2.bb b/packages/mobilemesh/mobilemesh_1.2.bb index 96360a9ae9..531089dd5f 100644 --- a/packages/mobilemesh/mobilemesh_1.2.bb +++ b/packages/mobilemesh/mobilemesh_1.2.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.mitre.org/work/tech_transfer/mobilemesh/" MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" LICENSE = "GPL" DEPENDS = "openssl" -SRC_URI = "svn://meshcube.org/svn/application;module=mobilemesh;proto=http" +SRC_URI = "http://meshcube.org/download/mobilemesh_1.2.tgz" PR = "r1" S = "${WORKDIR}/mobilemesh" |