mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-23 00:28:29 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user