fwknop: Specify target locations of gpg and wget

This fixes emitting buildpaths into binary and also
fixes the issue where these tools wont exist on
the paths they were found on build machine

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster@mvista.com>
This commit is contained in:
Khem Raj
2024-08-16 07:29:21 -07:00
committed by Armin Kuster
parent 4b7999ed5d
commit 95d57ab55b

View File

@@ -14,7 +14,9 @@ SRC_URI[sha256sum] = "f6c09bec97ed8e474a98ae14f9f53e1bcdda33393f20667b6af3fb6bb8
DEPENDS = "libpcap gpgme"
EXTRA_OECONF = " --with-iptables=${sbindir}/iptables"
EXTRA_OECONF = "--with-iptables=${sbindir}/iptables \
--with-gpg=${bindir}/gpg \
--with-wget=${base_bindir}/wget"
do_configure:prepend () {
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/config