[oe-commits] Michael 'Mickey' Lauer : rfkill: new recipe; rfkill configuration utility

git version control git at git.openembedded.org
Sun May 16 14:59:47 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2e51f95364390265229999c6f7efce8ebd81bfcc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2e51f95364390265229999c6f7efce8ebd81bfcc

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun May 16 16:52:16 2010 +0200

rfkill: new recipe; rfkill configuration utility

---

 recipes/rfkill/rfkill_0.4.bb |   20 ++++++++++++++++++++
 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 0000000..6691049
--- /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"





More information about the Openembedded-commits mailing list