From: Nathan Rossi Date: Sat, 8 Aug 2020 11:49:45 +0000 (+0000) Subject: libexif: Enable native and nativesdk X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~10372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66b50021c1f5db65d2bbf45b11b4d7c2eb47cd1b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libexif: Enable native and nativesdk Signed-off-by: Nathan Rossi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libexif/libexif_0.6.22.bb b/meta/recipes-support/libexif/libexif_0.6.22.bb index a520d5c9f91..2478ba07d80 100644 --- a/meta/recipes-support/libexif/libexif_0.6.22.bb +++ b/meta/recipes-support/libexif/libexif_0.6.22.bb @@ -17,3 +17,5 @@ UPSTREAM_CHECK_URI = "https://github.com/libexif/libexif/releases/" inherit autotools gettext EXTRA_OECONF += "--disable-docs" + +BBCLASSEXTEND = "native nativesdk"