git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54ba2e7
)
iw: New package: nl80211 based CLI configuration utility for wireless devices.
author
Stanislav Brabec
<utx@penguin.cz>
Thu, 7 Jan 2010 21:47:23 +0000
(21:47 +0000)
committer
utx@penguin.cz
<utx@penguin.cz>
Thu, 7 Jan 2010 21:47:23 +0000
(21:47 +0000)
recipes/iw/iw_0.9.18.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/recipes/iw/iw_0.9.18.bb
b/recipes/iw/iw_0.9.18.bb
new file mode 100644
(file)
index 0000000..
9b4af15
--- /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
+}