matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / iw / iw_0.9.19.bb
blob8e33e23eb4f37505819d61112114f01215814c72
1 DESCRIPTION = "nl80211 based CLI configuration utility for wireless devices"
2 HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw"
3 SECTION = "base"
4 PRIORITY = "optional"
5 LICENSE = "BSD"
6 PR = "r0"
8 DEPENDS = "libnl pkgconfig"
10 SRC_URI = "http://wireless.kernel.org/download/iw/${P}.tar.bz2"
12 do_compile() {
13 oe_runmake
16 do_install() {
17 oe_runmake DESTDIR=${D} install
20 SRC_URI[md5sum] = "3b88743f9c6ce8a7e2f5fd7d18fdea42"
21 SRC_URI[sha256sum] = "f59191bb9c50bc64787fff65037de597b6c5ee790622a088e4bab85287798a8c"