mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
610 B
BlitzBasic
23 lines
610 B
BlitzBasic
SUMMARY = "WebP GDK Pixbuf Loader library"
|
|
HOMEPAGE = "https://github.com/aruiz/webp-pixbuf-loader"
|
|
LICENSE = "LGPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.LGPL-2;md5=0d90e6d44bcf69014bfae649c75aa6ca"
|
|
|
|
DEPENDS = " \
|
|
gdk-pixbuf \
|
|
libwebp \
|
|
"
|
|
|
|
inherit meson pkgconfig
|
|
|
|
EXTRA_OEMESON = "-Dupdate_cache=true"
|
|
|
|
SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;branch=mainline"
|
|
|
|
SRCREV = "52232e4ba282b2fed68e8fcb4b5d45ed0eaa4ed3"
|
|
|
|
FILES:${PN} = " \
|
|
${datadir}/thumbnailers/webp-pixbuf.thumbnailer \
|
|
${libdir}/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-webp.so \
|
|
"
|