summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man-db
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2019-09-02 17:42:19 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-07 07:47:24 +0100
commitda0bcb406291861ca3657c2318a2f4de3aa2b3cd (patch)
tree7d08c5e409e304b6dc228ae3fbabd9ee81bed76c /meta/recipes-extended/man-db
parent46448785a40153cccd053d0dbd13790f582d8414 (diff)
downloadpoky-da0bcb406291861ca3657c2318a2f4de3aa2b3cd.tar.gz
man-db: support usrmerge
(From OE-Core rev: 69ab2da830a758d6289a6e33209e74222bfedea0) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/man-db')
-rw-r--r--meta/recipes-extended/man-db/man-db_2.8.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/man-db/man-db_2.8.7.bb b/meta/recipes-extended/man-db/man-db_2.8.7.bb
index bdf340ae74..083b2374aa 100644
--- a/meta/recipes-extended/man-db/man-db_2.8.7.bb
+++ b/meta/recipes-extended/man-db/man-db_2.8.7.bb
@@ -18,7 +18,7 @@ USE_NLS_libc-musl = "no"
18 18
19inherit gettext pkgconfig autotools systemd 19inherit gettext pkgconfig autotools systemd
20 20
21EXTRA_OECONF = "--with-pager=less" 21EXTRA_OECONF = "--with-pager=less --with-systemdsystemunitdir=${systemd_unitdir}/system"
22EXTRA_AUTORECONF += "-I ${S}/gl/m4" 22EXTRA_AUTORECONF += "-I ${S}/gl/m4"
23 23
24do_install() { 24do_install() {