summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/webp
diff options
context:
space:
mode:
authorGeoff Parker <geoffrey.parker@arthrex.com>2023-05-15 23:12:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-22 10:53:44 +0100
commit07d93b4545ae5e807fcf2cd818f6d1d62e0c9e1a (patch)
treedaa73db662b755793f67b3e1787188cbdb198341 /meta/recipes-multimedia/webp
parent75aaa3d8efa9ba4fdf7145321dc85b34cd3dcebb (diff)
downloadopenembedded-core-contrib-07d93b4545ae5e807fcf2cd818f6d1d62e0c9e1a.tar.gz
libwebp: add BBCLASSEXTEND
Add BBCLASSEXTEND += "native nativesdk" Needed by native imagemagick Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-multimedia/webp')
-rw-r--r--meta/recipes-multimedia/webp/libwebp_1.3.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/webp/libwebp_1.3.0.bb b/meta/recipes-multimedia/webp/libwebp_1.3.0.bb
index 7b4d138d2c..6939cd33a5 100644
--- a/meta/recipes-multimedia/webp/libwebp_1.3.0.bb
+++ b/meta/recipes-multimedia/webp/libwebp_1.3.0.bb
@@ -53,3 +53,5 @@ PACKAGES =+ "${PN}-gif2webp"
DESCRIPTION:${PN}-gif2webp = "Simple tool to convert animated GIFs to WebP"
FILES:${PN}-gif2webp = "${bindir}/gif2webp"
+
+BBCLASSEXTEND += "native nativesdk"