diff options
author | Stanislav Brabec <utx@penguin.cz> | 2010-01-07 21:47:23 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2010-01-07 21:47:23 +0000 |
commit | ffa2af84261d4330b577373153bec96084065a02 (patch) | |
tree | 56cab3a1148c814c37673f1025dd5379c66df786 /recipes/iw | |
parent | 54ba2e73a49c2104087e9aa2c5d69f6c84cfb405 (diff) |
iw: New package: nl80211 based CLI configuration utility for wireless devices.
Diffstat (limited to 'recipes/iw')
-rw-r--r-- | recipes/iw/iw_0.9.18.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/iw/iw_0.9.18.bb b/recipes/iw/iw_0.9.18.bb new file mode 100644 index 0000000000..9b4af15758 --- /dev/null +++ b/recipes/iw/iw_0.9.18.bb @@ -0,0 +1,18 @@ +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 +} |