]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gtk-icon-cache: Fix GTKIC_CMD if-else condition
authorDaniel Gomez <daniel@qtec.com>
Sat, 7 Jan 2023 20:29:28 +0000 (12:29 -0800)
committerSteve Sakoman <steve@sakoman.com>
Mon, 16 Jan 2023 14:41:29 +0000 (04:41 -1000)
commit34de16fd86775c0f2ede1670fec90217e4d11776
treee6542212ba4e34f088ffd873188e9079058a4f8b
parent8f1de2127bd8f3f2a182a8532102ec0d3d44be70
gtk-icon-cache: Fix GTKIC_CMD if-else condition

GTKIC_CMD variable gets the wrong assignation leading into a post
install script error. Fix if-else condition in GTKIC_CMD variable
to assign gtk4-update-icon-cache when GTKIC_VERSION is 4 but
gtk-update-icon-cache when is 3.

Also, rename gtk-update-icon-cache-3.0.0 to gtk-update-icon-cache-3.0
to match the gtk-update-icon-cache binary name deployed in
meta/recipes-gnome/gtk+/gtk+3.inc.

Signed-off-by: Daniel Gomez <daniel@qtec.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/gtk-icon-cache.bbclass