mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 20:59:42 +01:00
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:
committed by
Richard Purdie
parent
8b86b1d65e
commit
928b20e705
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user