diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2019-08-23 22:38:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-16 23:02:43 +0100 |
commit | e5bf2731909453367b7407c435c26b0e28642821 (patch) | |
tree | 7249abcf7521c1cdc9c0931d68122b626027e9ac /meta/recipes-connectivity/iw/iw_5.0.1.bb | |
parent | 6c7d657aaeb223c3136e916da34468af468397b7 (diff) | |
download | poky-e5bf2731909453367b7407c435c26b0e28642821.tar.gz |
iw: upgrade to 5.3
Separated build dir doesn't work because Makefile points out source dir.
(From OE-Core rev: fef943ab63d30bd1d6f9be00b0976000a55cca0e)
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/iw/iw_5.0.1.bb')
-rw-r--r-- | meta/recipes-connectivity/iw/iw_5.0.1.bb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta/recipes-connectivity/iw/iw_5.0.1.bb b/meta/recipes-connectivity/iw/iw_5.0.1.bb deleted file mode 100644 index 87b21e668d..0000000000 --- a/meta/recipes-connectivity/iw/iw_5.0.1.bb +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | SUMMARY = "nl80211 based CLI configuration utility for wireless devices" | ||
2 | DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \ | ||
3 | wireless devices. It supports almost all new drivers that have been added \ | ||
4 | to the kernel recently. " | ||
5 | HOMEPAGE = "http://wireless.kernel.org/en/users/Documentation/iw" | ||
6 | SECTION = "base" | ||
7 | LICENSE = "BSD-2-Clause" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774" | ||
9 | |||
10 | DEPENDS = "libnl" | ||
11 | |||
12 | SRC_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 | file://separate-objdir.patch \ | ||
15 | " | ||
16 | |||
17 | SRC_URI[md5sum] = "a0a17ab1b20132c716bba9a4f9974ba6" | ||
18 | SRC_URI[sha256sum] = "36fc7592dde7bec934df83cd53ef1f2c08ceec5cd58d07eb8f71cc6e8464013c" | ||
19 | |||
20 | inherit pkgconfig | ||
21 | |||
22 | EXTRA_OEMAKE = "\ | ||
23 | -f '${S}/Makefile' \ | ||
24 | \ | ||
25 | 'PREFIX=${prefix}' \ | ||
26 | 'SBINDIR=${sbindir}' \ | ||
27 | 'MANDIR=${mandir}' \ | ||
28 | " | ||
29 | B = "${WORKDIR}/build" | ||
30 | |||
31 | do_install() { | ||
32 | oe_runmake 'DESTDIR=${D}' install | ||
33 | } | ||