mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user