[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: tumbler: fix build deps QA warnings

git at git.openembedded.org git at git.openembedded.org
Fri Oct 3 22:31:04 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: bcda9fa7e9a1fecef31cb808a0be853d47f5703b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=bcda9fa7e9a1fecef31cb808a0be853d47f5703b

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Tue Sep 30 14:43:21 2014 +0200

tumbler: fix build deps QA warnings

WARNING: QA Issue: tumbler rdepends on libxml2, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: tumbler rdepends on libgsf, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: tumbler rdepends on libbz2, but it isn't a build dependency? [build-deps]

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>

---

 meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb
index 8651d00..9f361e9 100644
--- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb
+++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.30.bb
@@ -2,7 +2,7 @@ DESCRIPTION="Thumbnail service implementing the thumbnail management D-Bus speci
 SECTION = "x11/libs"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl xfce4-dev-tools-native"
+DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgsf"
 
 inherit xfce gtk-doc
 



More information about the Openembedded-commits mailing list