diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-11 15:57:14 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-11 16:01:49 -0700 |
commit | d30459ae64c3a7bc45fd33e080f88f13370c78b3 (patch) | |
tree | 0c955efc8e3228b6203ee4d51d3b1f1bde573f1d /meta-gnome | |
parent | ebe908a21ab070f97d1a41c68f5ba296c4d745a8 (diff) | |
download | meta-openembedded-d30459ae64c3a7bc45fd33e080f88f13370c78b3.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-extended/gparted/gparted_0.33.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 a9f6993fb..de143b9c8 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 = " \ | |||
15 | SRC_URI[md5sum] = "2f481ad34decb7021ca04ca305e79e7d" | 15 | SRC_URI[md5sum] = "2f481ad34decb7021ca04ca305e79e7d" |
16 | SRC_URI[sha256sum] = "5023b8c983f88a22e65bf6f09a12ea09369defc008981b52ee8b96a3879f81d6" | 16 | SRC_URI[sha256sum] = "5023b8c983f88a22e65bf6f09a12ea09369defc008981b52ee8b96a3879f81d6" |
17 | 17 | ||
18 | DEPENDS = "glib-2.0 glib-2.0-native gtkmm parted gnome-doc-utils intltool-native" | 18 | DEPENDS += "glib-2.0 glib-2.0-native gtkmm parted gnome-doc-utils intltool-native" |
19 | 19 | ||
20 | do_install_append() { | 20 | do_install_append() { |
21 | # Add a script which checks if polkit is installed. | 21 | # Add a script which checks if polkit is installed. |