From: Ross Burton Date: Thu, 21 Mar 2019 12:32:01 +0000 (+0000) Subject: libexif: disable documentation neatly X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~15006 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72e8597562fa7d8b0f19ed5c8727ebdf172c96a9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libexif: disable documentation neatly No need to sed the Makefile as we can just pass --disable-docs. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libexif/libexif_0.6.21.bb b/meta/recipes-support/libexif/libexif_0.6.21.bb index b550a1125c1..a6c9c647c89 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 inherit autotools gettext -do_configure_append() { - sed -i s:doc\ binary:binary:g Makefile -} - +EXTRA_OECONF += "--disable-docs"