diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2020-08-08 11:49:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-10 18:14:59 +0100 |
commit | e4f6ea6811c59a7c1cdfcd55d861dc8c6d20874b (patch) | |
tree | 98380d64000cd001f2bcf97ab6357f62559fcd03 /meta/recipes-support | |
parent | a06e5ac2218eaa9dd10c919acc507b8e2f76c2ec (diff) | |
download | poky-e4f6ea6811c59a7c1cdfcd55d861dc8c6d20874b.tar.gz |
libexif: Enable native and nativesdk
(From OE-Core rev: 66b50021c1f5db65d2bbf45b11b4d7c2eb47cd1b)
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libexif/libexif_0.6.22.bb | 2 |
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/" | |||
17 | inherit autotools gettext | 17 | inherit autotools gettext |
18 | 18 | ||
19 | EXTRA_OECONF += "--disable-docs" | 19 | EXTRA_OECONF += "--disable-docs" |
20 | |||
21 | BBCLASSEXTEND = "native nativesdk" | ||