rfkill: update to 1.0

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Oleksandr Kravchuk
2021-02-14 02:36:48 +01:00
committed by Khem Raj
parent 70bb7222b8
commit de4f32079f
@@ -4,12 +4,11 @@ SECTION = "base"
LICENSE = "BSD-0-Clause" LICENSE = "BSD-0-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94" LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94"
SRC_URI = "http://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.bz2 \ SRC_URI = "http://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \
file://0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch \ file://0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch \
file://dont.call.git.rev-parse.on.parent.dir.patch" file://dont.call.git.rev-parse.on.parent.dir.patch"
SRC_URI[md5sum] = "b957713a6cfbcd8ac0e94420aeddcf1a" SRC_URI[sha256sum] = "dffc631c611520478b8a286f57c67a35e8cb5802d376c6ca13b057365432389c"
SRC_URI[sha256sum] = "3e160cca504a53679f2b3254f31c53a4fb38a021bc50fed8eb57a436d33dfa07"
do_compile() { do_compile() {
oe_runmake oe_runmake
@@ -24,4 +23,3 @@ inherit update-alternatives
ALTERNATIVE_${PN} = "rfkill" ALTERNATIVE_${PN} = "rfkill"
ALTERNATIVE_PRIORITY = "60" ALTERNATIVE_PRIORITY = "60"
ALTERNATIVE_LINK_NAME[rfkill] = "${sbindir}/rfkill" ALTERNATIVE_LINK_NAME[rfkill] = "${sbindir}/rfkill"