diff options
-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 | |||
7 | SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \ | 7 | SRC_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" |
10 | SRC_URI[md5sum] = "6f3055e18fdd1ce5cbbdb30403991ec7" | 10 | SRC_URI[md5sum] = "ab41db551f500e4a595b11203b86c67a" |
11 | SRC_URI[sha256sum] = "5932a1ca366e1ec61a3ece1a3afa0e92f2fdc125b61d236f20cc6ff9d80cc4ac" | 11 | SRC_URI[sha256sum] = "103c185f9d8269b9ee3b8a4cb27912b3aa393e952731ef96fedc880723472bc3" |
12 | 12 | ||
13 | DEPENDS = "libpipeline gdbm groff-native base-passwd" | 13 | DEPENDS = "libpipeline gdbm groff-native base-passwd" |
14 | RDEPENDS_${PN} += "base-passwd" | 14 | RDEPENDS_${PN} += "base-passwd" |
@@ -19,6 +19,7 @@ USE_NLS_libc-musl = "no" | |||
19 | inherit gettext pkgconfig autotools | 19 | inherit gettext pkgconfig autotools |
20 | 20 | ||
21 | EXTRA_OECONF = "--with-pager=less" | 21 | EXTRA_OECONF = "--with-pager=less" |
22 | EXTRA_AUTORECONF += "-I ${S}/gl/m4" | ||
22 | 23 | ||
23 | do_install() { | 24 | do_install() { |
24 | autotools_do_install | 25 | autotools_do_install |