rfkill: new recipe; rfkill configuration utility
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 16 May 2010 14:52:16 +0000 (16:52 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 16 May 2010 14:52:34 +0000 (16:52 +0200)
recipes/rfkill/rfkill_0.4.bb [new file with mode: 0644]

diff --git a/recipes/rfkill/rfkill_0.4.bb b/recipes/rfkill/rfkill_0.4.bb
new file mode 100644 (file)
index 0000000..6691049
--- /dev/null
@@ -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"