> -----Original Message-----
> From: [email protected]
> <[email protected]> On Behalf Of Khem Raj
> Sent: den 19 augusti 2024 00:56
> To: [email protected]
> Cc: Khem Raj <[email protected]>
> Subject: [oe] [meta-networking][PATCH 2/5] 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 <[email protected]>
> ---
> meta-networking/recipes-support/fwknop/fwknop_2.6.11.bb | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> 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..0e7998b6dc 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
>
> 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 you happen to have tabs configured to be four spaces wide?
Please use spaces instead for alignment since the above looks
weird with 8-character tabs.
>
> do_configure:prepend () {
> install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess
> ${S}/config
//Peter
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#111851):
https://lists.openembedded.org/g/openembedded-devel/message/111851
Mute This Topic: https://lists.openembedded.org/mt/107971323/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-