From: Michael 'Mickey' Lauer Date: Sun, 16 May 2010 14:52:16 +0000 (+0200) Subject: rfkill: new recipe; rfkill configuration utility X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e51f95364390265229999c6f7efce8ebd81bfcc;p=openembedded.git rfkill: new recipe; rfkill configuration utility --- diff --git a/recipes/rfkill/rfkill_0.4.bb b/recipes/rfkill/rfkill_0.4.bb new file mode 100644 index 0000000000..6691049648 --- /dev/null +++ b/recipes/rfkill/rfkill_0.4.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "rfkill CLI utility" +HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/rfkill" +SECTION = "base" +LICENSE = "BSD" +PR = "r0" + +DEPENDS = "libnl pkgconfig" + +SRC_URI = "http://wireless.kernel.org/download/${PN}/${P}.tar.bz2" + +do_compile() { + oe_runmake +} + +do_install() { + oe_runmake DESTDIR=${D} install +} + +SRC_URI[md5sum] = "727892c0fb35c80ee3849fbe89b45350" +SRC_URI[sha256sum] = "ca10e4827a5f0a36e093aee6ad81b5febf81f8097d7d858889ac51ff364168c1"