From 3e885d401bb47a7fa5a53b39101bb729da7d522f Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 4 Jan 2015 16:19:13 +0000 Subject: rfkill: update to 0.5 Also make SUMMARY a bit more useful. Signed-off-by: Paul Eggleton --- meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb | 27 ----------------------- meta-oe/recipes-connectivity/rfkill/rfkill_0.5.bb | 27 +++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb create mode 100644 meta-oe/recipes-connectivity/rfkill/rfkill_0.5.bb diff --git a/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb b/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb deleted file mode 100644 index 3b2943c990..0000000000 --- a/meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "rfkill CLI 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" - -do_compile() { - oe_runmake -} -do_install() { - oe_runmake DESTDIR=${D} install -} - -inherit update-alternatives - -ALTERNATIVE_${PN} = "rfkill" -ALTERNATIVE_PRIORITY = "60" -ALTERNATIVE_LINK_NAME[rfkill] = "${sbindir}/rfkill" - diff --git a/meta-oe/recipes-connectivity/rfkill/rfkill_0.5.bb b/meta-oe/recipes-connectivity/rfkill/rfkill_0.5.bb new file mode 100644 index 0000000000..3e644760ce --- /dev/null +++ b/meta-oe/recipes-connectivity/rfkill/rfkill_0.5.bb @@ -0,0 +1,27 @@ +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" + +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] = "b957713a6cfbcd8ac0e94420aeddcf1a" +SRC_URI[sha256sum] = "3e160cca504a53679f2b3254f31c53a4fb38a021bc50fed8eb57a436d33dfa07" + +do_compile() { + oe_runmake +} + +do_install() { + oe_runmake DESTDIR=${D} install +} + +inherit update-alternatives + +ALTERNATIVE_${PN} = "rfkill" +ALTERNATIVE_PRIORITY = "60" +ALTERNATIVE_LINK_NAME[rfkill] = "${sbindir}/rfkill" + -- cgit 1.2.3-korg