[oe-commits] Michael 'Mickey' Lauer : iw: add 0.9.19

git version control git at git.openembedded.org
Fri May 7 20:36:35 UTC 2010


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri May  7 11:21:45 2010 +0200

iw: add 0.9.19

---

 recipes/iw/iw_0.9.19.bb |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/recipes/iw/iw_0.9.19.bb b/recipes/iw/iw_0.9.19.bb
new file mode 100644
index 0000000..8e33e23
--- /dev/null
+++ b/recipes/iw/iw_0.9.19.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "nl80211 based CLI configuration utility for wireless devices"
+HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw"
+SECTION = "base"
+PRIORITY = "optional"
+LICENSE = "BSD"
+PR = "r0"
+
+DEPENDS = "libnl pkgconfig"
+
+SRC_URI = "http://wireless.kernel.org/download/iw/${P}.tar.bz2"
+
+do_compile() {
+	oe_runmake
+}
+
+do_install() {
+	oe_runmake DESTDIR=${D} install
+}
+
+SRC_URI[md5sum] = "3b88743f9c6ce8a7e2f5fd7d18fdea42"
+SRC_URI[sha256sum] = "f59191bb9c50bc64787fff65037de597b6c5ee790622a088e4bab85287798a8c"





More information about the Openembedded-commits mailing list