[oe-commits] Paul Eggleton : rfkill: update to 0.5

git at git.openembedded.org git at git.openembedded.org
Thu Jan 8 11:04:43 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: ac8829ae2bbcdc696e12c125f561d3c337f95bd1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ac8829ae2bbcdc696e12c125f561d3c337f95bd1

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Jan  5 11:00:52 2015 +0000

rfkill: update to 0.5

Also make SUMMARY a bit more useful.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-connectivity/rfkill/{rfkill_0.4.bb => rfkill_0.5.bb}  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb b/meta-oe/recipes-connectivity/rfkill/rfkill_0.5.bb
similarity index 76%
rename from meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb
rename to meta-oe/recipes-connectivity/rfkill/rfkill_0.5.bb
index 3b2943c..3e64476 100644
--- a/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb
+++ b/meta-oe/recipes-connectivity/rfkill/rfkill_0.5.bb
@@ -1,20 +1,20 @@
-SUMMARY = "rfkill CLI utility"
+SUMMARY = "Radio enable/disable command line utility"
 HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/rfkill"
 SECTION = "base"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94"
-PR = "r1"
 
 SRC_URI = "http://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.bz2 \
            file://0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch \
            file://dont.call.git.rev-parse.on.parent.dir.patch"
 
-SRC_URI[md5sum] = "727892c0fb35c80ee3849fbe89b45350"
-SRC_URI[sha256sum] = "ca10e4827a5f0a36e093aee6ad81b5febf81f8097d7d858889ac51ff364168c1"
+SRC_URI[md5sum] = "b957713a6cfbcd8ac0e94420aeddcf1a"
+SRC_URI[sha256sum] = "3e160cca504a53679f2b3254f31c53a4fb38a021bc50fed8eb57a436d33dfa07"
 
 do_compile() {
     oe_runmake
 }
+
 do_install() {
     oe_runmake DESTDIR=${D} install
 }



More information about the Openembedded-commits mailing list