summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/rfkill/rfkill_0.5.bb (renamed from meta-oe/recipes-connectivity/rfkill/rfkill_0.4.bb)8
1 files 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
index 3b2943c99..3e644760c 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 @@
1SUMMARY = "rfkill CLI utility" 1SUMMARY = "Radio enable/disable command line utility"
2HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/rfkill" 2HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/rfkill"
3SECTION = "base" 3SECTION = "base"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94" 5LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94"
6PR = "r1"
7 6
8SRC_URI = "http://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.bz2 \ 7SRC_URI = "http://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.bz2 \
9 file://0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch \ 8 file://0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch \
10 file://dont.call.git.rev-parse.on.parent.dir.patch" 9 file://dont.call.git.rev-parse.on.parent.dir.patch"
11 10
12SRC_URI[md5sum] = "727892c0fb35c80ee3849fbe89b45350" 11SRC_URI[md5sum] = "b957713a6cfbcd8ac0e94420aeddcf1a"
13SRC_URI[sha256sum] = "ca10e4827a5f0a36e093aee6ad81b5febf81f8097d7d858889ac51ff364168c1" 12SRC_URI[sha256sum] = "3e160cca504a53679f2b3254f31c53a4fb38a021bc50fed8eb57a436d33dfa07"
14 13
15do_compile() { 14do_compile() {
16 oe_runmake 15 oe_runmake
17} 16}
17
18do_install() { 18do_install() {
19 oe_runmake DESTDIR=${D} install 19 oe_runmake DESTDIR=${D} install
20} 20}