From: Alexander Kanavin Date: Thu, 29 Sep 2016 13:30:20 +0000 (+0300) Subject: pixz: enable optional building of manpages X-Git-Tag: uninative-1.5~1595 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2a78c7f8e04ba16a4c97947bcd24fc87617c7c26;p=openembedded-core.git pixz: enable optional building of manpages Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/pixz/pixz_1.0.6.bb b/meta/recipes-extended/pixz/pixz_1.0.6.bb index 0e51472aed..3032586581 100644 --- a/meta/recipes-extended/pixz/pixz_1.0.6.bb +++ b/meta/recipes-extended/pixz/pixz_1.0.6.bb @@ -15,10 +15,11 @@ SRC_URI += "file://936d8068ae19d95260d3058f41dd6cf718101cd6.patch \ " UPSTREAM_CHECK_URI = "https://github.com/vasi/pixz/releases" -EXTRA_OECONF += "--without-manpage" +PACKAGECONFIG[manpages] = "--with-manpage, --without-manpage, asciidoc-native" + CFLAGS_append_libc-musl = " -D_GNU_SOURCE" CACHED_CONFIGUREVARS += "ac_cv_file_src_pixz_1=no" -inherit autotools pkgconfig +inherit autotools pkgconfig manpages BBCLASSEXTEND = "native"