summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-05-04 21:41:19 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:06:08 +0200
commit2207bf3d6acf92776bb71d08613d6e485087e378 (patch)
tree5108253e140d2c06a9271fe355e58fe0c8fe2756
parent435202c2761846a814e8a1546b1498df494be5b9 (diff)
tegrastats: add RDEPENDS for tegrastats-gtk
This fixes: WARNING: QA Issue: tegrastats-gtk requires libpangocairo-1.0.so.0, libpango-1.0.so.0, libcairo.so.2, libpangoft2-1.0.so.0, libgtk-x11-2.0.so.0, libgdk-x11-2.0.so.0, but no providers in its RDEPENDS [file-rdeps]
-rw-r--r--recipes/tegrastats/tegrastats.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/tegrastats/tegrastats.bb b/recipes/tegrastats/tegrastats.bb
index f1dde5a..9795c47 100644
--- a/recipes/tegrastats/tegrastats.bb
+++ b/recipes/tegrastats/tegrastats.bb
@@ -3,6 +3,8 @@ DESCRIPTION = "NVIDIAS tegrastats in a commandline version and one with output t
LICENSE = "CLOSED"
PR = "r3"
+RDEPENDS_{PN}-gtk = "pango"
+
SRC_URI = "file://tegrastats \
file://tegrastats-gtk \
file://Tegrastats-gtk.desktop "