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
commit29ad82a2addd44e340af4a0e72fa307aa84ca160 (patch)
tree48b15f7b950f781b48c61b97d9b235bfa481947b
parent2602b3986aa66203ecd375139f9eba0cbd5543c3 (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 "