From: Geoff Parker Date: Tue, 16 May 2023 06:12:39 +0000 (-0700) Subject: libwebp: add BBCLASSEXTEND X-Git-Tag: uninative-3.10~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07d93b4545ae5e807fcf2cd818f6d1d62e0c9e1a;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libwebp: add BBCLASSEXTEND Add BBCLASSEXTEND += "native nativesdk" Needed by native imagemagick Signed-off-by: Geoff Parker Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-multimedia/webp/libwebp_1.3.0.bb b/meta/recipes-multimedia/webp/libwebp_1.3.0.bb index 7b4d138d2c5..6939cd33a58 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"