All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gtk-icon-cache.bbclass: update RDEPENDS
@ 2020-06-30  9:49 Changqing Li
  2020-06-30 10:01 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 11+ messages in thread
From: Changqing Li @ 2020-06-30  9:49 UTC (permalink / raw)
  To: openembedded-core

From: Changqing Li <changqing.li@windriver.com>

fix error:
+ /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache
/var/tmp/rpm-tmp.mdYxY6: line 12: /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders: No such file or directory
%post(adwaita-icon-theme-3.36.1-r0.0.noarch): waitpid(2961) rc 2961 status 7f00
warning: %post(adwaita-icon-theme-3.36.1-r0.0.noarch) scriptlet failed, exit status 127

when install adwaita-icon-theme, which inherit gtk-icon-cache
on target, above error reported,  fix by add needeed packages
in RDEPENDS

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta/classes/gtk-icon-cache.bbclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass
index 91cb4ad409..7f218ce7ae 100644
--- a/meta/classes/gtk-icon-cache.bbclass
+++ b/meta/classes/gtk-icon-cache.bbclass
@@ -4,6 +4,8 @@ DEPENDS +=" ${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} gtk
 
 PACKAGE_WRITE_DEPS += "gtk+3-native gdk-pixbuf-native"
 
+RDEPENDS_${PN} += "gdk-pixbuf gtk+3"
+
 gtk_icon_cache_postinst() {
 if [ "x$D" != "x" ]; then
 	$INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache ${PKG} \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-07-24  1:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30  9:49 [PATCH] gtk-icon-cache.bbclass: update RDEPENDS Changqing Li
2020-06-30 10:01 ` [OE-core] " Richard Purdie
2020-07-01  1:39   ` Changqing Li
2020-07-10 16:37     ` Martin Jansa
2020-07-13  6:03       ` Changqing Li
2020-07-13 16:30         ` Khem Raj
2020-07-17  7:36           ` Changqing Li
2020-07-20 11:12             ` Martin Jansa
2020-07-23  6:51               ` [PATCH] layer.conf: fix adwaita-icon-theme signature change problem Changqing Li
2020-07-23  8:35                 ` [OE-core] " Khem Raj
2020-07-24  1:48                   ` Changqing Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.