All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/opencv3: do not detect ccache
@ 2020-12-26 15:47 Yann E. MORIN
  2020-12-27  8:46 ` Peter Korsgaard
  2020-12-27 13:20 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-12-26 15:47 UTC (permalink / raw)
  To: buildroot

OpenCV-3's buildsystem will try to detect ccache and use it if
available. This may yield a system-installed ccache.

However, in Buildroot, ccache is entirely hidden away and handled in the
toolchain wrapper.

Forcibly disable detection of ccache.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Samuel Martin <s.martin49@gmail.com>
---
 package/opencv3/opencv3.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/opencv3/opencv3.mk b/package/opencv3/opencv3.mk
index 3e3e5987a5..f836562acf 100644
--- a/package/opencv3/opencv3.mk
+++ b/package/opencv3/opencv3.mk
@@ -46,6 +46,7 @@ endif
 # OpenCV build options
 OPENCV3_CONF_OPTS += \
 	-DBUILD_WITH_STATIC_CRT=OFF \
+	-DENABLE_CCACHE=OFF \
 	-DENABLE_COVERAGE=OFF \
 	-DENABLE_FAST_MATH=ON \
 	-DENABLE_IMPL_COLLECTION=OFF \
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/opencv3: do not detect ccache
  2020-12-26 15:47 [Buildroot] [PATCH] package/opencv3: do not detect ccache Yann E. MORIN
@ 2020-12-27  8:46 ` Peter Korsgaard
  2020-12-27 13:20 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-12-27  8:46 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > OpenCV-3's buildsystem will try to detect ccache and use it if
 > available. This may yield a system-installed ccache.

 > However, in Buildroot, ccache is entirely hidden away and handled in the
 > toolchain wrapper.

 > Forcibly disable detection of ccache.

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > Cc: Samuel Martin <s.martin49@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/opencv3: do not detect ccache
  2020-12-26 15:47 [Buildroot] [PATCH] package/opencv3: do not detect ccache Yann E. MORIN
  2020-12-27  8:46 ` Peter Korsgaard
@ 2020-12-27 13:20 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-12-27 13:20 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > OpenCV-3's buildsystem will try to detect ccache and use it if
 > available. This may yield a system-installed ccache.

 > However, in Buildroot, ccache is entirely hidden away and handled in the
 > toolchain wrapper.

 > Forcibly disable detection of ccache.

 > Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
 > Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > Cc: Samuel Martin <s.martin49@gmail.com>

Committed to 2020.02.x, 2020.08.x and 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-27 13:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-26 15:47 [Buildroot] [PATCH] package/opencv3: do not detect ccache Yann E. MORIN
2020-12-27  8:46 ` Peter Korsgaard
2020-12-27 13:20 ` Peter Korsgaard

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.