summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/iw/iw_3.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/iw/iw_3.15.bb')
-rw-r--r--meta-oe/recipes-connectivity/iw/iw_3.15.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/iw/iw_3.15.bb b/meta-oe/recipes-connectivity/iw/iw_3.15.bb
new file mode 100644
index 000000000..7800e905e
--- /dev/null
+++ b/meta-oe/recipes-connectivity/iw/iw_3.15.bb
@@ -0,0 +1,23 @@
1SUMMARY = "nl80211 based CLI configuration utility for wireless devices"
2DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \
3wireless devices. It supports almost all new drivers that have been added \
4to the kernel recently. "
5HOMEPAGE = "http://wireless.kernel.org/en/users/Documentation/iw"
6SECTION = "base"
7LICENSE = "BSD"
8LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
9
10DEPENDS = "libnl pkgconfig"
11
12SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \
13 file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \
14"
15
16SRC_URI[md5sum] = "ebb16e6c29b075e3a58b99552583fd79"
17SRC_URI[sha256sum] = "1223ebab68dc337f16ed80c45af37b78f112ea091e919eafe96a4cbd63942081"
18
19EXTRA_OEMAKE = ""
20
21do_install() {
22 oe_runmake DESTDIR=${D} install
23}