diff options
author | wangmy <wangmy@fujitsu.com> | 2022-03-22 18:39:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-23 12:13:50 +0000 |
commit | ff8eca755a50b991153e78c23ac01f18d5728ff2 (patch) | |
tree | d115ea3b651444295c1aea796bee1513a9fa0e90 /meta | |
parent | b0d5f7fd674784b6dfa69e74577e7e6575e9c032 (diff) | |
download | poky-ff8eca755a50b991153e78c23ac01f18d5728ff2.tar.gz |
man-db: upgrade 2.10.1 -> 2.10.2
(From OE-Core rev: 4a7598c926bee33124c966c6ca13ffd64df792a1)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/man-db/man-db_2.10.2.bb (renamed from meta/recipes-extended/man-db/man-db_2.10.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/man-db/man-db_2.10.1.bb b/meta/recipes-extended/man-db/man-db_2.10.2.bb index e8fd47a8f7..a41e2dd4d8 100644 --- a/meta/recipes-extended/man-db/man-db_2.10.1.bb +++ b/meta/recipes-extended/man-db/man-db_2.10.2.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \ | |||
9 | file://99_mandb \ | 9 | file://99_mandb \ |
10 | file://0001-man-Move-local-variable-declaration-to-function-scop.patch \ | 10 | file://0001-man-Move-local-variable-declaration-to-function-scop.patch \ |
11 | file://man_db.conf-avoid-multilib-install-file-conflict.patch" | 11 | file://man_db.conf-avoid-multilib-install-file-conflict.patch" |
12 | SRC_URI[sha256sum] = "2ffd8f2e80122fe72e60c740c851e6a3e15c9a7921185eb4752c1c672824bed6" | 12 | SRC_URI[sha256sum] = "ee97954d492a13731903c9d0727b9b01e5089edbd695f0cdb58d405a5af5514d" |
13 | 13 | ||
14 | DEPENDS = "libpipeline gdbm groff-native base-passwd" | 14 | DEPENDS = "libpipeline gdbm groff-native base-passwd" |
15 | RDEPENDS:${PN} += "base-passwd" | 15 | RDEPENDS:${PN} += "base-passwd" |