summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man-db
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-11-09 17:07:06 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-14 11:14:39 +0000
commit13646cc96b1c8cb49b4ecbab9d90b60f8ce1f587 (patch)
tree9ffd54b127d737409967dc178d7e9ba49c8dca70 /meta/recipes-extended/man-db
parent05af551a39cf3f19fe0d06498623def379f1ec81 (diff)
downloadpoky-13646cc96b1c8cb49b4ecbab9d90b60f8ce1f587.tar.gz
man-db: 2.8.3 -> 2.8.4
(From OE-Core rev: b630168f54e8414faad12710bc10133cff9e5857) Signed-off-by: Hongxu Jia <hongxu.jia@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.4.bb (renamed from meta/recipes-extended/man-db/man-db_2.8.3.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-extended/man-db/man-db_2.8.3.bb b/meta/recipes-extended/man-db/man-db_2.8.4.bb
index cd8d27c33e..aa364659ea 100644
--- a/meta/recipes-extended/man-db/man-db_2.8.3.bb
+++ b/meta/recipes-extended/man-db/man-db_2.8.4.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://docs/COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343
7SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \ 7SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \
8 file://99_mandb \ 8 file://99_mandb \
9 file://man_db.conf-avoid-multilib-install-file-conflict.patch" 9 file://man_db.conf-avoid-multilib-install-file-conflict.patch"
10SRC_URI[md5sum] = "6f3055e18fdd1ce5cbbdb30403991ec7" 10SRC_URI[md5sum] = "ab41db551f500e4a595b11203b86c67a"
11SRC_URI[sha256sum] = "5932a1ca366e1ec61a3ece1a3afa0e92f2fdc125b61d236f20cc6ff9d80cc4ac" 11SRC_URI[sha256sum] = "103c185f9d8269b9ee3b8a4cb27912b3aa393e952731ef96fedc880723472bc3"
12 12
13DEPENDS = "libpipeline gdbm groff-native base-passwd" 13DEPENDS = "libpipeline gdbm groff-native base-passwd"
14RDEPENDS_${PN} += "base-passwd" 14RDEPENDS_${PN} += "base-passwd"
@@ -19,6 +19,7 @@ USE_NLS_libc-musl = "no"
19inherit gettext pkgconfig autotools 19inherit gettext pkgconfig autotools
20 20
21EXTRA_OECONF = "--with-pager=less" 21EXTRA_OECONF = "--with-pager=less"
22EXTRA_AUTORECONF += "-I ${S}/gl/m4"
22 23
23do_install() { 24do_install() {
24 autotools_do_install 25 autotools_do_install