diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-08-16 07:29:21 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster@mvista.com> | 2025-04-16 20:30:24 -0400 |
| commit | 95d57ab55b0a090da1ce51601cad6204d99c8494 (patch) | |
| tree | 4efc16fcc5255c61c82c57dd523aac602db46e59 /meta-networking/recipes-support | |
| parent | 4b7999ed5dc81ca73483ecb1fe7647a9810a0261 (diff) | |
| download | meta-openembedded-95d57ab55b0a090da1ce51601cad6204d99c8494.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>
Signed-off-by: Armin Kuster <akuster@mvista.com>
Diffstat (limited to 'meta-networking/recipes-support')
| -rw-r--r-- | meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb b/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb index a1f56cdf16..7a8cfe192a 100644 --- a/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb +++ b/meta-networking/recipes-support/fwknop/fwknop_2.6.10.bb | |||
| @@ -14,7 +14,9 @@ SRC_URI[sha256sum] = "f6c09bec97ed8e474a98ae14f9f53e1bcdda33393f20667b6af3fb6bb8 | |||
| 14 | 14 | ||
| 15 | DEPENDS = "libpcap gpgme" | 15 | DEPENDS = "libpcap gpgme" |
| 16 | 16 | ||
| 17 | EXTRA_OECONF = " --with-iptables=${sbindir}/iptables" | 17 | EXTRA_OECONF = "--with-iptables=${sbindir}/iptables \ |
| 18 | --with-gpg=${bindir}/gpg \ | ||
| 19 | --with-wget=${base_bindir}/wget" | ||
| 18 | 20 | ||
| 19 | do_configure:prepend () { | 21 | do_configure:prepend () { |
| 20 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/config | 22 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/config |
