diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/pixz/pixz_1.0.6.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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 \ | |||
15 | " | 15 | " |
16 | UPSTREAM_CHECK_URI = "https://github.com/vasi/pixz/releases" | 16 | UPSTREAM_CHECK_URI = "https://github.com/vasi/pixz/releases" |
17 | 17 | ||
18 | EXTRA_OECONF += "--without-manpage" | 18 | PACKAGECONFIG[manpages] = "--with-manpage, --without-manpage, asciidoc-native" |
19 | |||
19 | CFLAGS_append_libc-musl = " -D_GNU_SOURCE" | 20 | CFLAGS_append_libc-musl = " -D_GNU_SOURCE" |
20 | CACHED_CONFIGUREVARS += "ac_cv_file_src_pixz_1=no" | 21 | CACHED_CONFIGUREVARS += "ac_cv_file_src_pixz_1=no" |
21 | 22 | ||
22 | inherit autotools pkgconfig | 23 | inherit autotools pkgconfig manpages |
23 | 24 | ||
24 | BBCLASSEXTEND = "native" | 25 | BBCLASSEXTEND = "native" |