meta-agl-profile-core: update neardal recipe
[AGL/meta-agl.git] / meta-agl-profile-core / recipes-connectivity / neardal / neardal_0.14.bb
index 8bec79e..f8634c4 100644 (file)
@@ -1,9 +1,10 @@
 require neardal.inc
 
-SRC_URI = "https://github.com/connectivity/neardal/archive/${PV}.tar.gz \
+SRC_URI = "git://github.com/connectivity/neardal.git;protocol=https \
        file://ncl.patch \
        file://0001-neardal-ncl-fix-segfault-on-help-page-being-displaye.patch  \
        file://0002-neardal-lib-fix-memory-corruption.patch             \
        "
-SRC_URI[md5sum] = "3dbda58253ca30ee6a7a7573eaa68f40"
-SRC_URI[sha256sum] = "157d320bd831d91a82203d9697d2d2a2cebdb515d6e1c4ce04fe8ef27d1da615"
+SRCREV = "fe0fa79c94e9a0f1c2cfa1f58b3acc9bdc7d5e13"
+
+S = "${WORKDIR}/git"