mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6c7d657aae
commit
e5bf273190
@@ -14,8 +14,8 @@ SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \
|
||||
file://separate-objdir.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "a0a17ab1b20132c716bba9a4f9974ba6"
|
||||
SRC_URI[sha256sum] = "36fc7592dde7bec934df83cd53ef1f2c08ceec5cd58d07eb8f71cc6e8464013c"
|
||||
SRC_URI[md5sum] = "6d4d1c0ee34f3a7bda0e6aafcd7aaf31"
|
||||
SRC_URI[sha256sum] = "175abbfce86348c0b70e778c13a94c0bfc9abc7a506d2bd608261583aeedf64a"
|
||||
|
||||
inherit pkgconfig
|
||||
|
||||
@@ -26,7 +26,6 @@ EXTRA_OEMAKE = "\
|
||||
'SBINDIR=${sbindir}' \
|
||||
'MANDIR=${mandir}' \
|
||||
"
|
||||
B = "${WORKDIR}/build"
|
||||
|
||||
do_install() {
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
Reference in New Issue
Block a user