[Buildroot] [PATCH 1/1] package/opencv3: fix OPENCV3_CLEAN_INSTALL_{DOC, CMAKE}

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Nov 3 22:44:50 UTC 2020


On Sun,  1 Nov 2020 12:12:44 +0100
Fabrice Fontaine <fontaine.fabrice at gmail.com> wrote:

> opencv3 does not install anything in $(TARGET_DIR)/usr/share/OpenCV/doc
> so drop OPENCV3_CLEAN_INSTALL_DOC
> 
> However it installs its licence files in
> $(TARGET_DIR)/usr/share/licenses/opencv3 so add
> OPENCV3_CLEAN_INSTALL_LICENSE
> 
> Moreover, the cmake hook does not catch all cmake files and missed the
> valgrind files so update OPENCV3_CLEAN_INSTALL_CMAKE and add
> OPENCV3_CLEAN_INSTALL_VALGRIND to delete those files:
> OpenCVConfig.cmake  OpenCVConfig-version.cmake  OpenCVModules.cmake  OpenCVModules-release.cmake  valgrind_3rdparty.supp  valgrind.supp
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
> ---
>  package/opencv3/opencv3.mk | 13 +++++++++----
>  1 file changed, 9 insertions(+), 4 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list