[oe-commits] [openembedded-core] 07/12: libexif: disable documentation neatly

git at git.openembedded.org git at git.openembedded.org
Thu Mar 21 16:21:30 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5c9fd45fc2c48eacfa697ce4e4188922a6e3364f
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Mar 21 12:32:01 2019 +0000

    libexif: disable documentation neatly
    
    No need to sed the Makefile as we can just pass --disable-docs.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/libexif/libexif_0.6.21.bb | 5 +----
 1 file changed, 1 insertion(+), 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 b550a11..a6c9c64 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list