All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] point-cloud-viewer: fix QA error regarding rdeps on libstdc++
@ 2019-05-17  0:47 Denys Dmytriyenko
  2019-05-17  0:47 ` [PATCH 2/2] external-arm-toolchain: install ldconfig binary and default ld.so.conf configuration Denys Dmytriyenko
  2019-06-10 17:09 ` [EXTERNAL] [PATCH 1/2] point-cloud-viewer: fix QA error regarding rdeps on libstdc++ Jacob Stiffler
  0 siblings, 2 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2019-05-17  0:47 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb b/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb
index f47623a1..e477448b 100644
--- a/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb
+++ b/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb
@@ -17,7 +17,7 @@ PV = "2.0"
 
 S = "${WORKDIR}/git"
 
-RDEPENDS_${PN} = "glfw opencv"
+RDEPENDS_${PN} = "glfw opencv libstdc++"
 
 do_install() {
     install -d ${D}${bindir}
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-10 17:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-17  0:47 [PATCH 1/2] point-cloud-viewer: fix QA error regarding rdeps on libstdc++ Denys Dmytriyenko
2019-05-17  0:47 ` [PATCH 2/2] external-arm-toolchain: install ldconfig binary and default ld.so.conf configuration Denys Dmytriyenko
2019-06-10 17:09 ` [EXTERNAL] [PATCH 1/2] point-cloud-viewer: fix QA error regarding rdeps on libstdc++ Jacob Stiffler
2019-06-10 17:10   ` 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.