aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iw/iw_0.9.20.bb
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2010-09-26 23:19:37 +0000
committerutx@penguin.cz <utx@penguin.cz>2010-09-26 23:19:37 +0000
commit1ec526ef1362b3b11a7e7fe6ce6651dc5754c114 (patch)
tree00bed5ea115ace82a939be21eaba49d4b67fc7c6 /recipes/iw/iw_0.9.20.bb
parent2c59274c8ff6abe3c63d557c5e5cf522c32249d3 (diff)
downloadopenembedded-1ec526ef1362b3b11a7e7fe6ce6651dc5754c114.tar.gz
iw: Updated to version 0.9.20. Removed old versions.
Diffstat (limited to 'recipes/iw/iw_0.9.20.bb')
-rw-r--r--recipes/iw/iw_0.9.20.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/iw/iw_0.9.20.bb b/recipes/iw/iw_0.9.20.bb
new file mode 100644
index 0000000000..4319d6797a
--- /dev/null
+++ b/recipes/iw/iw_0.9.20.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] = "1055799b544b3e08169d155bb6c21bb0"
+SRC_URI[sha256sum] = "2d665fbfbe4fd6a40159fb821518fc5337da37448416405b936a393a14cbc7d3"