aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jlime
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-11-12 17:13:45 +0200
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-11-15 17:03:17 +0100
commit77dd054f88d2d1641e518c4aa6d79418dc7863a3 (patch)
treebbd181222b22a91ad658c820b446ad8ce0f0ca7e /recipes/jlime
parent9b9b42f78347db5c902b700f9a73f55fb5e71d36 (diff)
downloadopenembedded-77dd054f88d2d1641e518c4aa6d79418dc7863a3.tar.gz
jlime-extras: Bump PR from 1.0 to 1.0.1.
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>
Diffstat (limited to 'recipes/jlime')
-rw-r--r--recipes/jlime/jlime-extras_1.0.1.bb17
-rw-r--r--recipes/jlime/jlime-extras_1.0.bb17
2 files changed, 17 insertions, 17 deletions
diff --git a/recipes/jlime/jlime-extras_1.0.1.bb b/recipes/jlime/jlime-extras_1.0.1.bb
new file mode 100644
index 0000000000..0257a341b5
--- /dev/null
+++ b/recipes/jlime/jlime-extras_1.0.1.bb
@@ -0,0 +1,17 @@
+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"
diff --git a/recipes/jlime/jlime-extras_1.0.bb b/recipes/jlime/jlime-extras_1.0.bb
deleted file mode 100644
index 785cfa36b5..0000000000
--- a/recipes/jlime/jlime-extras_1.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-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"