* [Buildroot] [PATCH 1/1] package/opencv3: fix typo in OPENCV_WARNINGS_ARE_ERRORS
@ 2020-10-18 13:47 Fabrice Fontaine
2020-10-18 19:46 ` Yann E. MORIN
2020-10-29 15:59 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-10-18 13:47 UTC (permalink / raw)
To: buildroot
OPENCV3_WARNINGS_ARE_ERRORS option does not exist so rename it to
OPENCV_WARNINGS_ARE_ERRORS (even if it is already disabled by default)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/opencv3/opencv3.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/opencv3/opencv3.mk b/package/opencv3/opencv3.mk
index 648cc66af3..c67387e114 100644
--- a/package/opencv3/opencv3.mk
+++ b/package/opencv3/opencv3.mk
@@ -53,7 +53,7 @@ OPENCV3_CONF_OPTS += \
-DENABLE_OMIT_FRAME_POINTER=ON \
-DENABLE_PRECOMPILED_HEADERS=OFF \
-DENABLE_PROFILING=OFF \
- -DOPENCV3_WARNINGS_ARE_ERRORS=OFF
+ -DOPENCV_WARNINGS_ARE_ERRORS=OFF
# OpenCV link options
OPENCV3_CONF_OPTS += \
--
2.28.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/opencv3: fix typo in OPENCV_WARNINGS_ARE_ERRORS
2020-10-18 13:47 [Buildroot] [PATCH 1/1] package/opencv3: fix typo in OPENCV_WARNINGS_ARE_ERRORS Fabrice Fontaine
@ 2020-10-18 19:46 ` Yann E. MORIN
2020-10-29 15:59 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-10-18 19:46 UTC (permalink / raw)
To: buildroot
Fabrice, All,
On 2020-10-18 15:47 +0200, Fabrice Fontaine spake thusly:
> OPENCV3_WARNINGS_ARE_ERRORS option does not exist so rename it to
> OPENCV_WARNINGS_ARE_ERRORS (even if it is already disabled by default)
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/opencv3/opencv3.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/opencv3/opencv3.mk b/package/opencv3/opencv3.mk
> index 648cc66af3..c67387e114 100644
> --- a/package/opencv3/opencv3.mk
> +++ b/package/opencv3/opencv3.mk
> @@ -53,7 +53,7 @@ OPENCV3_CONF_OPTS += \
> -DENABLE_OMIT_FRAME_POINTER=ON \
> -DENABLE_PRECOMPILED_HEADERS=OFF \
> -DENABLE_PROFILING=OFF \
> - -DOPENCV3_WARNINGS_ARE_ERRORS=OFF
> + -DOPENCV_WARNINGS_ARE_ERRORS=OFF
>
> # OpenCV link options
> OPENCV3_CONF_OPTS += \
> --
> 2.28.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/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. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/opencv3: fix typo in OPENCV_WARNINGS_ARE_ERRORS
2020-10-18 13:47 [Buildroot] [PATCH 1/1] package/opencv3: fix typo in OPENCV_WARNINGS_ARE_ERRORS Fabrice Fontaine
2020-10-18 19:46 ` Yann E. MORIN
@ 2020-10-29 15:59 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-10-29 15:59 UTC (permalink / raw)
To: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> OPENCV3_WARNINGS_ARE_ERRORS option does not exist so rename it to
> OPENCV_WARNINGS_ARE_ERRORS (even if it is already disabled by default)
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2020.02.x and 2020.08.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-10-29 15:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-18 13:47 [Buildroot] [PATCH 1/1] package/opencv3: fix typo in OPENCV_WARNINGS_ARE_ERRORS Fabrice Fontaine
2020-10-18 19:46 ` Yann E. MORIN
2020-10-29 15:59 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox