From 69ab2da830a758d6289a6e33209e74222bfedea0 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Mon, 2 Sep 2019 17:42:19 +0800 Subject: man-db: support usrmerge Signed-off-by: Changqing Li Signed-off-by: Richard Purdie --- meta/recipes-extended/man-db/man-db_2.8.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" inherit gettext pkgconfig autotools systemd -EXTRA_OECONF = "--with-pager=less" +EXTRA_OECONF = "--with-pager=less --with-systemdsystemunitdir=${systemd_unitdir}/system" EXTRA_AUTORECONF += "-I ${S}/gl/m4" do_install() { -- cgit 1.2.3-korg