Changed PV from 1.0 to 1.0.0 for better granularity when changing
the remote source file.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
--- /dev/null
+DESCRIPTION = "Various extras for the Ben Nanonote"
+PR = "r0"
+
+COMPATIBLE_MACHINE = "ben-nanonote"
+
+PACKAGE_ARCH = "all"
+SRC_URI = "http://jlime.com/downloads/development/software/${PN}-${PV}.tar.gz"
+
+FILES_${PN} = "/etc /usr"
+
+do_install() {
+ install -d ${D}
+ cp -R etc usr ${D}
+}
+
+SRC_URI[md5sum] = "cb0d9957407696e5251ff6fe1369f774"
+SRC_URI[sha256sum] = "b8832015a4aecb5e6e1b4578665bb2a2daadc5cf422779eaaa634f4ed125e177"
+++ /dev/null
-DESCRIPTION = "Various extras for the Ben Nanonote"
-PR = "r0"
-
-COMPATIBLE_MACHINE = "ben-nanonote"
-
-PACKAGE_ARCH = "all"
-SRC_URI = "http://jlime.com/downloads/development/software/jlime-extras-ben-nanonote-1.0.tar.gz"
-
-FILES_${PN} = "/etc /usr"
-
-do_install() {
- install -d ${D}
- cp -R etc usr ${D}
-}
-
-SRC_URI[md5sum] = "72815eed1688a268145bc924518061e9"
-SRC_URI[sha256sum] = "6fa29a42abf58f8a3137685af48e3cf647def7f111027deb39492bdd39f194a4"