The glfw package does not exist as the glfw recipe only provides a
static library and headers. And because it is a static library that is
provided, there is no run-time dependency.

Signed-off-by: Jacob Stiffler <[email protected]>
---
 .../recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 067ead9..c448f50 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
@@ -3,7 +3,7 @@ HOMEPAGE = 
"https://git.ti.com/processor-sdk/point-cloud-viewer/";
 LICENSE = "TI-TSPA"
 LIC_FILES_CHKSUM := 
"file://PointCloudViewer_manifest.html;md5=7ea694db2dd8d82fd91a18cab8c2c2db"
 
-PR = "r1"
+PR = "r2"
 
 COMPATIBLE_MACHINE = "dra7xx"
 
@@ -17,7 +17,7 @@ PV = "2.1"
 
 S = "${WORKDIR}/git"
 
-RDEPENDS_${PN} = "glfw opencv libxkbcommon"
+RDEPENDS_${PN} = "opencv libxkbcommon"
 
 do_install() {
     install -d ${D}${bindir}
-- 
2.7.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to