From: Alex Ferguson Date: Fri, 12 Nov 2010 15:13:45 +0000 (+0200) Subject: jlime-extras: Bump PR from 1.0 to 1.0.1. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77dd054f88d2d1641e518c4aa6d79418dc7863a3;p=openembedded.git 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 Signed-off-by: Kristoffer Ericson --- 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"