summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2019-08-23 22:38:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-16 23:02:43 +0100
commite5bf2731909453367b7407c435c26b0e28642821 (patch)
tree7249abcf7521c1cdc9c0931d68122b626027e9ac /meta/recipes-connectivity
parent6c7d657aaeb223c3136e916da34468af468397b7 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-connectivity/iw/iw_5.3.bb (renamed from meta/recipes-connectivity/iw/iw_5.0.1.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/iw/iw_5.0.1.bb b/meta/recipes-connectivity/iw/iw_5.3.bb
index 87b21e668d..f7f13f5a30 100644
--- a/meta/recipes-connectivity/iw/iw_5.0.1.bb
+++ b/meta/recipes-connectivity/iw/iw_5.3.bb
@@ -14,8 +14,8 @@ SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \
14 file://separate-objdir.patch \ 14 file://separate-objdir.patch \
15" 15"
16 16
17SRC_URI[md5sum] = "a0a17ab1b20132c716bba9a4f9974ba6" 17SRC_URI[md5sum] = "6d4d1c0ee34f3a7bda0e6aafcd7aaf31"
18SRC_URI[sha256sum] = "36fc7592dde7bec934df83cd53ef1f2c08ceec5cd58d07eb8f71cc6e8464013c" 18SRC_URI[sha256sum] = "175abbfce86348c0b70e778c13a94c0bfc9abc7a506d2bd608261583aeedf64a"
19 19
20inherit pkgconfig 20inherit pkgconfig
21 21
@@ -26,7 +26,6 @@ EXTRA_OEMAKE = "\
26 'SBINDIR=${sbindir}' \ 26 'SBINDIR=${sbindir}' \
27 'MANDIR=${mandir}' \ 27 'MANDIR=${mandir}' \
28" 28"
29B = "${WORKDIR}/build"
30 29
31do_install() { 30do_install() {
32 oe_runmake 'DESTDIR=${D}' install 31 oe_runmake 'DESTDIR=${D}' install