From f3018013ffbf7277ecc618787eca92455285f667 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 19 May 2019 07:38:38 +0000 Subject: opencv: use the same package name in PACKAGES and RDEPENDS Signed-off-by: Martin Jansa Signed-off-by: Khem Raj --- meta-oe/recipes-support/opencv/opencv_3.4.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/opencv/opencv_3.4.5.bb b/meta-oe/recipes-support/opencv/opencv_3.4.5.bb index fa6e06a255..ce60698b2b 100644 --- a/meta-oe/recipes-support/opencv/opencv_3.4.5.bb +++ b/meta-oe/recipes-support/opencv/opencv_3.4.5.bb @@ -176,7 +176,7 @@ SUMMARY_python3-opencv = "Python bindings to opencv" FILES_python3-opencv = "${PYTHON_SITEPACKAGES_DIR}/*" RDEPENDS_python3-opencv = "python3-core python3-numpy" -RDEPENDS_opencv-apps = "bash" +RDEPENDS_${PN}-apps = "bash" do_install_append() { cp ${S}/include/opencv/*.h ${D}${includedir}/opencv/ -- cgit 1.2.3-korg