mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 23:02:13 +00:00
iscsi-initiator-utils: Avoid hardcoding sed to /usr/bin/sed
This ensures that it can use the sed provided by build environment, as we poison host sysroots, we wont be able to get it from /usr/bin anyway Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4e3e97ed27
commit
254b6cb115
@ -42,6 +42,7 @@ EXTRA_OEMAKE = ' \
|
||||
MANDIR="${mandir}" \
|
||||
OPTFLAGS="-DNO_SYSTEMD ${CFLAGS}" \
|
||||
PKG_CONFIG="${STAGING_BINDIR_NATIVE}/pkg-config" \
|
||||
SED=sed \
|
||||
'
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user