diff options
-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 @@ | |||
1 | SUMMARY = "rfkill CLI utility" | 1 | SUMMARY = "Radio enable/disable command line utility" |
2 | HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/rfkill" | 2 | HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/rfkill" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94" |
6 | PR = "r1" | ||
7 | 6 | ||
8 | SRC_URI = "http://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.bz2 \ | 7 | SRC_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 | ||
12 | SRC_URI[md5sum] = "727892c0fb35c80ee3849fbe89b45350" | 11 | SRC_URI[md5sum] = "b957713a6cfbcd8ac0e94420aeddcf1a" |
13 | SRC_URI[sha256sum] = "ca10e4827a5f0a36e093aee6ad81b5febf81f8097d7d858889ac51ff364168c1" | 12 | SRC_URI[sha256sum] = "3e160cca504a53679f2b3254f31c53a4fb38a021bc50fed8eb57a436d33dfa07" |
14 | 13 | ||
15 | do_compile() { | 14 | do_compile() { |
16 | oe_runmake | 15 | oe_runmake |
17 | } | 16 | } |
17 | |||
18 | do_install() { | 18 | do_install() { |
19 | oe_runmake DESTDIR=${D} install | 19 | oe_runmake DESTDIR=${D} install |
20 | } | 20 | } |