mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
124319339b
commit
a5ab08adbc
@@ -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