mirror of
https://git.yoctoproject.org/poky
synced 2026-06-05 02:20:12 +00:00
librsvg-gtk package: add gdk-pixbuf-bin RRECOMMENDS
librsvg-gtk installs /usr/share/thumbnailers/librsvg.thumbnailer which contains TryExec and Exec for gdk-pixbuf-thumbnailer which is installed by gdk-pixbuf-bin. Fixes the following message in systemd-journal: raspberrypi3 org.freedesktop.thumbnails.Thumbnailer1[494]: Registered thumbailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o raspberrypi3 org.freedesktop.thumbnails.Thumbnailer1[494]: error: The metadata does not have a thumbnail property raspberrypi3 org.freedesktop.thumbnails.Thumbnailer1[494]: error: The metadata does not have a thumbnail property (From OE-Core rev: 661dd7460b47f9feafe08c8bb4a328caa7fe052e) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e833680d10
commit
ea8ba1b6e6
@@ -40,5 +40,6 @@ FILES_rsvg = "${bindir}/rsvg* \
|
||||
${datadir}/themes"
|
||||
FILES_librsvg-gtk = "${libdir}/gdk-pixbuf-2.0/*/*/*.so \
|
||||
${datadir}/thumbnailers/librsvg.thumbnailer"
|
||||
RRECOMMENDS_librsvg-gtk = "gdk-pixbuf-bin"
|
||||
|
||||
PIXBUF_PACKAGES = "librsvg-gtk"
|
||||
|
||||
Reference in New Issue
Block a user