From: Grazvydas Ignotas Date: Sun, 21 Sep 2014 17:00:37 +0000 (+0300) Subject: iw: add recipe for 3.15 X-Git-Tag: sz_173~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed71396bcb2a98c7b2e1bc66cc2671c7db50f05;p=openembedded.git iw: add recipe for 3.15 --- diff --git a/recipes/iw/iw_3.15.bb b/recipes/iw/iw_3.15.bb new file mode 100644 index 0000000000..22e20d8c3d --- /dev/null +++ b/recipes/iw/iw_3.15.bb @@ -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"