From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Maximilian Senftleben <maximilian.senftleben@frogblue-tec.com>
Cc: Woodrow Douglass <wdouglass@carnegierobotics.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/opencv4-contrib: fix INSTALL_TARGET value
Date: Tue, 23 Jan 2024 16:39:01 +0100 [thread overview]
Message-ID: <Za_dleqTzTAK8k48@landeda> (raw)
In-Reply-To: <20240123140211.105695-1-maximilian.senftleben@frogblue-tec.com>
Maximilain, All,
On 2024-01-23 15:02 +0100, Maximilian Senftleben spake thusly:
> The variable should be a YES/NO value, FALSE is not a valid value.
> E.g. the yesno-to-bool cmd does not translate a FALSE value and therefore returns invalid JSON.
Good catch, thanks!
> Signed-off-by: Maximilian Senftleben <maximilian.senftleben@frogblue-tec.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/opencv4-contrib/opencv4-contrib.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/opencv4-contrib/opencv4-contrib.mk b/package/opencv4-contrib/opencv4-contrib.mk
> index 52d2682b26..f8c8cfd94c 100644
> --- a/package/opencv4-contrib/opencv4-contrib.mk
> +++ b/package/opencv4-contrib/opencv4-contrib.mk
> @@ -6,7 +6,7 @@
>
> OPENCV4_CONTRIB_VERSION = 4.8.1
> OPENCV4_CONTRIB_SITE = $(call github,opencv,opencv_contrib,$(OPENCV4_CONTRIB_VERSION))
> -OPENCV4_CONTRIB_INSTALL_TARGET = FALSE
> +OPENCV4_CONTRIB_INSTALL_TARGET = NO
> OPENCV4_CONTRIB_LICENSE = Apache-2.0
> OPENCV4_CONTRIB_LICENSE_FILES = LICENSE
>
> --
> 2.43.0
>
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-01-23 15:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-23 14:02 [Buildroot] [PATCH 1/1] package/opencv4-contrib: fix INSTALL_TARGET value Maximilian Senftleben
2024-01-23 15:39 ` Yann E. MORIN [this message]
2024-02-04 21:23 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Za_dleqTzTAK8k48@landeda \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=maximilian.senftleben@frogblue-tec.com \
--cc=wdouglass@carnegierobotics.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.