From 928b20e70526955c02e93f71e8c30ff17f48de72 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 21 Mar 2019 12:32:01 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-support/libexif/libexif_0.6.21.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/libexif/libexif_0.6.21.bb b/meta/recipes-support/libexif/libexif_0.6.21.bb index b550a1125c..a6c9c647c8 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" -- cgit v1.2.3-54-g00ecf