From: Alex Ferguson Date: Fri, 12 Nov 2010 15:13:44 +0000 (+0200) Subject: jlime-extras-ben-nanonote: Move from 1.0 to 1.0.0. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b9b42f78347db5c902b700f9a73f55fb5e71d36;p=openembedded.git jlime-extras-ben-nanonote: Move from 1.0 to 1.0.0. Changed PV from 1.0 to 1.0.0 for better granularity when changing the remote source file. Signed-off-by: Alex Ferguson Signed-off-by: Kristoffer Ericson --- diff --git a/recipes/jlime/jlime-extras-ben-nanonote_1.0.0.bb b/recipes/jlime/jlime-extras-ben-nanonote_1.0.0.bb new file mode 100644 index 0000000000..6427ab2e1c --- /dev/null +++ b/recipes/jlime/jlime-extras-ben-nanonote_1.0.0.bb @@ -0,0 +1,17 @@ +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" diff --git a/recipes/jlime/jlime-extras-ben-nanonote_1.0.bb b/recipes/jlime/jlime-extras-ben-nanonote_1.0.bb deleted file mode 100644 index 7f5c878d15..0000000000 --- a/recipes/jlime/jlime-extras-ben-nanonote_1.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -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"