summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2020-08-08 11:49:45 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-10 18:14:21 +0100
commit66b50021c1f5db65d2bbf45b11b4d7c2eb47cd1b (patch)
tree6b70d54ef9d1b854835312663eebf09a6b5be172
parentdccb7dd6dcc092b35f6665bd4dc9aee1378b599e (diff)
downloadopenembedded-core-contrib-66b50021c1f5db65d2bbf45b11b4d7c2eb47cd1b.tar.gz
libexif: Enable native and nativesdk
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libexif/libexif_0.6.22.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libexif/libexif_0.6.22.bb b/meta/recipes-support/libexif/libexif_0.6.22.bb
index a520d5c9f9..2478ba07d8 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"