commit 316aa08c96ae599bc5bf489c5d9c841972e99d99
parent fe48e6c802b534a46ae5bd3a479e888ae036cd1c
Author: jazzgs <jazzgs@users.noreply.github.com>
Date: Wed, 12 Oct 2016 13:57:44 +0200
opencv: install missing pkgconfig file in staging folder
Signed-off-by: jazzgs <jazzgs@users.noreply.github.com>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/libs/opencv/Makefile b/libs/opencv/Makefile
@@ -61,6 +61,8 @@ define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/include/opencv2 $(1)/usr/include/
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libopencv* $(1)/usr/lib/
+ $(INSTALL_DIR) $(1)/usr/lib/pkgconfig
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/opencv.pc $(1)/usr/lib/pkgconfig/
endef
define Package/opencv/install