mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
tumbler: ensure thumbnails work properly
After some builds link tumbler-cache-plugin.so is not prperly created causing: | Failed to load the cache plugin "tumbler-cache-plugin.so": /usr/lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so: cannot open shared object file: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
da778f933c
commit
cbc64e6f4e
@ -15,6 +15,12 @@ INSANE_SKIP_${PN} = "dev-so"
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base"
|
||||
|
||||
do_install_append() {
|
||||
# Makefile seems to race on creation of symlink. So ensure creation here
|
||||
# until fixed properly
|
||||
ln -sf tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so
|
||||
}
|
||||
|
||||
FILES_${PN} += "${datadir}/dbus-1/services \
|
||||
${libdir}/tumbler-1/tumblerd \
|
||||
${libdir}/tumbler-1/plugins/*.so \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user