diff options
| author | Ross Burton <ross.burton@intel.com> | 2019-03-21 12:32:01 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-24 17:00:52 +0000 |
| commit | 928b20e70526955c02e93f71e8c30ff17f48de72 (patch) | |
| tree | e9630398d4ac36bcad029bf394085b3108f1f13b /meta/recipes-support | |
| parent | 8b86b1d65e6f8239dbe394fe3ddff239b3f6d49e (diff) | |
| download | poky-928b20e70526955c02e93f71e8c30ff17f48de72.tar.gz | |
libexif: disable documentation neatly
No need to sed the Makefile as we can just pass --disable-docs.
(From OE-Core rev: 72e8597562fa7d8b0f19ed5c8727ebdf172c96a9)
Signed-off-by: Ross Burton <ross.burton@intel.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.21.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-support/libexif/libexif_0.6.21.bb b/meta/recipes-support/libexif/libexif_0.6.21.bb index b550a1125c..a6c9c647c8 100644 --- a/meta/recipes-support/libexif/libexif_0.6.21.bb +++ b/meta/recipes-support/libexif/libexif_0.6.21.bb | |||
| @@ -12,7 +12,4 @@ SRC_URI[sha256sum] = "16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157 | |||
| 12 | 12 | ||
| 13 | inherit autotools gettext | 13 | inherit autotools gettext |
| 14 | 14 | ||
| 15 | do_configure_append() { | 15 | EXTRA_OECONF += "--disable-docs" |
| 16 | sed -i s:doc\ binary:binary:g Makefile | ||
| 17 | } | ||
| 18 | |||
