[oe-commits] [meta-openembedded] 02/02: gparted: add to deps instead of overwriting

git at git.openembedded.org git at git.openembedded.org
Wed Sep 11 23:02:16 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit d30459ae64c3a7bc45fd33e080f88f13370c78b3
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Sep 11 15:57:14 2019 -0700

    gparted: add to deps instead of overwriting
    
    Thsi recipe inherits gtk-icon-cache which adds hicolor-icon-theme to
    dependencies conditionally, this however gets lost if the DEPENDS is
    using = instead of +=
    
    Fixes
    
    ERROR: QA Issue: gparted rdepends on hicolor-icon-theme, but it isn't a build dependency, missing hicolor-icon-theme in DEPENDS or PACKAGECONFIG? [build-deps]
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-gnome/recipes-extended/gparted/gparted_0.33.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-extended/gparted/gparted_0.33.0.bb b/meta-gnome/recipes-extended/gparted/gparted_0.33.0.bb
index a9f6993..de143b9 100644
--- a/meta-gnome/recipes-extended/gparted/gparted_0.33.0.bb
+++ b/meta-gnome/recipes-extended/gparted/gparted_0.33.0.bb
@@ -15,7 +15,7 @@ SRC_URI = " \
 SRC_URI[md5sum] = "2f481ad34decb7021ca04ca305e79e7d"
 SRC_URI[sha256sum] = "5023b8c983f88a22e65bf6f09a12ea09369defc008981b52ee8b96a3879f81d6"
 
-DEPENDS = "glib-2.0 glib-2.0-native gtkmm parted gnome-doc-utils intltool-native"
+DEPENDS += "glib-2.0 glib-2.0-native gtkmm parted gnome-doc-utils intltool-native"
 
 do_install_append() {
     # Add a script which checks if polkit is installed.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list