mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
libsmi: set awk as target path
smistrip contains absolute path and prevent to create reproducible builds. smistrip should use target awk not host one, so override path. Signed-off-by: Oleksiy Obitotskyy <oobitots@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
c3f59819a7
commit
c7a154b01e
@@ -16,7 +16,7 @@ RDEPENDS_${PN} += "wget"
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF = "ac_cv_path_SH=${base_bindir}/sh ac_cv_path_WGET=${bindir}/wget"
|
||||
EXTRA_OECONF = "ac_cv_path_SH=${base_bindir}/sh ac_cv_path_WGET=${bindir}/wget ac_cv_path_AWK=${bindir}/awk"
|
||||
|
||||
do_install_append () {
|
||||
install -d ${D}${sysconfdir}
|
||||
|
||||
Reference in New Issue
Block a user