diff options
author | Christian Eggers <ceggers@arri.de> | 2020-06-02 15:52:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:32 +0100 |
commit | d3984cd7716ddbdbf2a687aef20a39aa06f3880c (patch) | |
tree | a42ab86782757bc7b6b04a7aa80ebeff322d2d68 /meta/recipes-multimedia/libtiff | |
parent | 8d0df773bbbb6d996124f804adadac3b5fa670b9 (diff) | |
download | poky-d3984cd7716ddbdbf2a687aef20a39aa06f3880c.tar.gz |
tiff: Extend for nativesdk
Doxygen in meta-oe has recently been extended for nativesdk. Doxygen is
often used together with mscgen which in turn depends indirectly on
tiff (via gd library).
(From OE-Core rev: 929cf038ec0f49e86d9ab0ec7e012320598ceb81)
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libtiff')
-rw-r--r-- | meta/recipes-multimedia/libtiff/tiff_4.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/libtiff/tiff_4.1.0.bb b/meta/recipes-multimedia/libtiff/tiff_4.1.0.bb index 1f92c18513..9b907fbc24 100644 --- a/meta/recipes-multimedia/libtiff/tiff_4.1.0.bb +++ b/meta/recipes-multimedia/libtiff/tiff_4.1.0.bb | |||
@@ -47,4 +47,4 @@ do_install_append() { | |||
47 | oe_multilib_header tiffconf.h | 47 | oe_multilib_header tiffconf.h |
48 | } | 48 | } |
49 | 49 | ||
50 | BBCLASSEXTEND = "native" | 50 | BBCLASSEXTEND = "native nativesdk" |