aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rfkill
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-05-16 16:52:16 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-05-16 16:52:34 +0200
commit2e51f95364390265229999c6f7efce8ebd81bfcc (patch)
treea84581685ae339def63739ad39b65372d9c20946 /recipes/rfkill
parent1773014a1a966cc681e12a7c6cb2fcfe3dddef4f (diff)
downloadopenembedded-2e51f95364390265229999c6f7efce8ebd81bfcc.tar.gz
rfkill: new recipe; rfkill configuration utility
Diffstat (limited to 'recipes/rfkill')
-rw-r--r--recipes/rfkill/rfkill_0.4.bb20
1 files changed, 20 insertions, 0 deletions
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"