[oe-commits] Alex Ferguson : jlime-extras: Bump PR from 1.0 to 1.0.1.

git version control git at git.openembedded.org
Mon Nov 15 16:09:56 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 77dd054f88d2d1641e518c4aa6d79418dc7863a3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=77dd054f88d2d1641e518c4aa6d79418dc7863a3

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Fri Nov 12 17:13:45 2010 +0200

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 at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 recipes/jlime/jlime-extras_1.0.1.bb |   17 +++++++++++++++++
 recipes/jlime/jlime-extras_1.0.bb   |   17 -----------------
 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 0000000..0257a34
--- /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 785cfa3..0000000
--- 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"





More information about the Openembedded-commits mailing list