diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-08-16 07:29:21 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-19 10:19:25 -0700 |
commit | be709e18cbe7d38f537302fa14e9b9d29a637835 (patch) | |
tree | 609b9f2821d430b5428c2889aed8c4833ab21011 | |
parent | b152b5445867d3fe0a44649e03f7d2cb77c9b19d (diff) | |
download | meta-openembedded-be709e18cbe7d38f537302fa14e9b9d29a637835.tar.gz |
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>
-rw-r--r-- | meta-networking/recipes-support/fwknop/fwknop_2.6.11.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/fwknop/fwknop_2.6.11.bb b/meta-networking/recipes-support/fwknop/fwknop_2.6.11.bb index c9f9596eb4..7cc044d996 100644 --- a/meta-networking/recipes-support/fwknop/fwknop_2.6.11.bb +++ b/meta-networking/recipes-support/fwknop/fwknop_2.6.11.bb | |||
@@ -12,7 +12,9 @@ SRC_URI[sha256sum] = "a4ec7c22dd90dd684f9f7b96d3a901c4131ec8c7a3b9db26d0428513f6 | |||
12 | 12 | ||
13 | DEPENDS = "libpcap gpgme" | 13 | DEPENDS = "libpcap gpgme" |
14 | 14 | ||
15 | EXTRA_OECONF = " --with-iptables=${sbindir}/iptables" | 15 | EXTRA_OECONF = "--with-iptables=${sbindir}/iptables \ |
16 | --with-gpg=${bindir}/gpg \ | ||
17 | --with-wget=${base_bindir}/wget" | ||
16 | 18 | ||
17 | do_configure:prepend () { | 19 | do_configure:prepend () { |
18 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/config | 20 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/config |