All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] opencv: temporary fix for locale pkg dependency until fixed upstream
@ 2016-05-16 14:54 Denys Dmytriyenko
  0 siblings, 0 replies; only message in thread
From: Denys Dmytriyenko @ 2016-05-16 14:54 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

The backported fix has been submitted to krogoth, but not yet pulled.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-05-16 14:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-16 14:54 [PATCH] opencv: temporary fix for locale pkg dependency until fixed upstream Denys Dmytriyenko

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.