mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02: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>
This commit is contained in:
parent
b152b54458
commit
be709e18cb
|
@ -12,7 +12,9 @@ SRC_URI[sha256sum] = "a4ec7c22dd90dd684f9f7b96d3a901c4131ec8c7a3b9db26d0428513f6
|
||||||
|
|
||||||
DEPENDS = "libpcap gpgme"
|
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 () {
|
do_configure:prepend () {
|
||||||
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/config
|
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}/config
|
||||||
|
|
Loading…
Reference in New Issue
Block a user