summaryrefslogtreecommitdiff
path: root/recipes/iw/iw_0.9.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/iw/iw_0.9.18.bb')
-rw-r--r--recipes/iw/iw_0.9.18.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes/iw/iw_0.9.18.bb b/recipes/iw/iw_0.9.18.bb
deleted file mode 100644
index 4631456678..0000000000
--- a/recipes/iw/iw_0.9.18.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "nl80211 based CLI configuration utility for wireless devices"
-HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw"
-SECTION = "base"
-PRIORITY = "optional"
-LICENSE = "BSD"
-PR = "r1"
-
-DEPENDS = "libnl pkgconfig"
-
-SRC_URI = " \
- http://wireless.kernel.org/download/iw/${P}.tar.bz2 \
- file://kill-git-version-check.patch \
- "
-
-do_compile() {
- oe_runmake
-}
-
-do_install() {
- oe_runmake DESTDIR=${D} install
-}
-
-SRC_URI[md5sum] = "9734080d8a5c4b768c5e0da665a48950"
-SRC_URI[sha256sum] = "b02e26efc72cb23129431e478dbb2f2abd16e8cc4f4130762d98c54f106aabd0"