From: Denys Dmytriyenko <[email protected]> The backported fix has been submitted to krogoth, but not yet pulled.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/recipes-support/opencv/opencv_%.bbappend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-support/opencv/opencv_%.bbappend b/meta-arago-distro/recipes-support/opencv/opencv_%.bbappend index 6d60a2f..7298a01 100644 --- a/meta-arago-distro/recipes-support/opencv/opencv_%.bbappend +++ b/meta-arago-distro/recipes-support/opencv/opencv_%.bbappend @@ -1,7 +1,8 @@ -PACKAGECONFIG_append= " ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "qtwayland", "", d)}" +PACKAGECONFIG_append = "${@bb.utils.contains("DISTRO_FEATURES", "wayland", " qtwayland", "", d)}" PACKAGECONFIG[qtwayland] = "-DWITH_QT=ON,-DWITH_QT=OFF,qtwayland," inherit cmake_qt5 ALLOW_EMPTY_${PN}-java = "1" +ALLOW_EMPTY_${PN}-locale = "1" -- 2.2.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
