rfkill 0.4: import from OE .dev

This commit is contained in:
Koen Kooi
2011-09-19 13:45:18 +02:00
parent 26d7f4f7b0
commit c57a75f1b2
2 changed files with 48 additions and 0 deletions
@@ -0,0 +1,18 @@
DESCRIPTION = "rfkill CLI utility"
HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/rfkill"
SECTION = "base"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94"
SRC_URI = "http://wireless.kernel.org/download/${PN}/${P}.tar.bz2 \
file://0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch"
SRC_URI[md5sum] = "727892c0fb35c80ee3849fbe89b45350"
SRC_URI[sha256sum] = "ca10e4827a5f0a36e093aee6ad81b5febf81f8097d7d858889ac51ff364168c1"
do_compile() {
oe_runmake
}
do_install() {
oe_runmake DESTDIR=${D} install
}