]> code.ossystems Code Review - openembedded-core.git/commitdiff
libexif: disable documentation neatly
authorRoss Burton <ross.burton@intel.com>
Thu, 21 Mar 2019 12:32:01 +0000 (12:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 24 Mar 2019 16:59:43 +0000 (16:59 +0000)
No need to sed the Makefile as we can just pass --disable-docs.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libexif/libexif_0.6.21.bb

index b550a1125c1fd42c6d68e445ccf5ee9122c24a6f..a6c9c647c89674f23850c8257cd4edfd6534bea9 100644 (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"