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>
This commit is contained in:
Ross Burton
2019-03-21 12:32:01 +00:00
committed by Richard Purdie
parent 8b86b1d65e
commit 928b20e705

View File

@@ -12,7 +12,4 @@ SRC_URI[sha256sum] = "16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157
inherit autotools gettext
do_configure_append() {
sed -i s:doc\ binary:binary:g Makefile
}
EXTRA_OECONF += "--disable-docs"