diff options
author | Geoff Parker <geoffrey.parker@arthrex.com> | 2023-05-15 23:12:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-22 10:53:48 +0100 |
commit | c9708664c8845379f7f37d7155a057cf97524186 (patch) | |
tree | d28df83db47e0c9c36245bdfd61357343919b56f /meta/recipes-multimedia | |
parent | 1643ef8a9a99617e3dd01dd7ab1861e77436d1c0 (diff) | |
download | poky-c9708664c8845379f7f37d7155a057cf97524186.tar.gz |
libwebp: add BBCLASSEXTEND
Add BBCLASSEXTEND += "native nativesdk"
Needed by native imagemagick
(From OE-Core rev: 07d93b4545ae5e807fcf2cd818f6d1d62e0c9e1a)
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/webp/libwebp_1.3.0.bb | 2 |
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" | |||
53 | 53 | ||
54 | DESCRIPTION:${PN}-gif2webp = "Simple tool to convert animated GIFs to WebP" | 54 | DESCRIPTION:${PN}-gif2webp = "Simple tool to convert animated GIFs to WebP" |
55 | FILES:${PN}-gif2webp = "${bindir}/gif2webp" | 55 | FILES:${PN}-gif2webp = "${bindir}/gif2webp" |
56 | |||
57 | BBCLASSEXTEND += "native nativesdk" | ||