iw: add recipe for 3.15
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 21 Sep 2014 17:00:37 +0000 (20:00 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 21 Sep 2014 17:01:13 +0000 (20:01 +0300)
recipes/iw/iw_3.15.bb [new file with mode: 0644]

diff --git a/recipes/iw/iw_3.15.bb b/recipes/iw/iw_3.15.bb
new file mode 100644 (file)
index 0000000..22e20d8
--- /dev/null
@@ -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 = "https://www.kernel.org/pub/software/network/iw/${P}.tar.gz"
+
+do_compile() {
+       oe_runmake
+}
+
+do_install() {
+       oe_runmake DESTDIR=${D} install
+}
+
+SRC_URI[md5sum] = "ebb16e6c29b075e3a58b99552583fd79"
+SRC_URI[sha256sum] = "1223ebab68dc337f16ed80c45af37b78f112ea091e919eafe96a4cbd63942081"