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

git at git.openembedded.org git at git.openembedded.org
Sun Mar 24 17:01:22 UTC 2019


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

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

commit 72e8597562fa7d8b0f19ed5c8727ebdf172c96a9
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