The remote source file changed, so we bump PR and fix the
checksums.
Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
--- /dev/null
+DESCRIPTION = "Various extras for the Jlime userlands"
+PR = "r0"
+
+RRECOMMENDS = "jlime-extras-${MACHINE}"
+
+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] = "ebad10a6e081273271393507f88cca39"
+SRC_URI[sha256sum] = "bb78cda43906deb5bbd73f0d9157108799ecc048521bf9654e7cfbba0885f2be"
+++ /dev/null
-DESCRIPTION = "Various extras for the Jlime userlands"
-PR = "r0"
-
-RRECOMMENDS = "jlime-extras-${MACHINE}"
-
-PACKAGE_ARCH = "all"
-SRC_URI = "http://jlime.com/downloads/development/software/jlime-extras-1.0.tar.gz"
-
-FILES_${PN} = "/etc /usr"
-
-do_install() {
- install -d ${D}
- cp -R etc usr ${D}
-}
-
-SRC_URI[md5sum] = "27b38dbe209da42ee11977bfd1f69cd6"
-SRC_URI[sha256sum] = "40798e7246c44b4739ded837043a0fc527f2401f8cbac31f989f573a171a61c8"