diff options
author | Ross Burton <ross.burton@arm.com> | 2023-10-16 18:03:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-19 13:26:05 +0100 |
commit | 35cb985840208dce4b4f7a60a59a003ac2e78a2d (patch) | |
tree | c08c3f030c88571f4ddeb9b1a63730fae99cd970 /meta/recipes-extended/man-db | |
parent | 9cf04cf897c8102424c57fc5c2340f7aa2075f83 (diff) | |
download | poky-35cb985840208dce4b4f7a60a59a003ac2e78a2d.tar.gz |
man-db: remove inexplicable man_db.conf patch
The patch we're applying to man_db.conf claims that the variable
@config_file_basename@ will be replaced with the package name, and that
this breaks multilib systems as that causes conflicts.
However, this suggests that both man-db and lib32-man-db are being
installed which is pointless, and the variable expands to the basename
which is just man_db.conf.
(From OE-Core rev: 8d80cce2921346b60c11f5cba630b94103bf05f3)
Signed-off-by: Ross Burton <ross.burton@arm.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/files/man_db.conf-avoid-multilib-install-file-conflict.patch | 16 | ||||
-rw-r--r-- | meta/recipes-extended/man-db/man-db_2.11.2.bb | 3 |
2 files changed, 1 insertions, 18 deletions
diff --git a/meta/recipes-extended/man-db/files/man_db.conf-avoid-multilib-install-file-conflict.patch b/meta/recipes-extended/man-db/files/man_db.conf-avoid-multilib-install-file-conflict.patch deleted file mode 100644 index 03273d3b49..0000000000 --- a/meta/recipes-extended/man-db/files/man_db.conf-avoid-multilib-install-file-conflict.patch +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | The first line of man_db.conf will be replaced by package name. And it causes | ||
2 | multilib install file conflict. Remove the line to avoid the issue. | ||
3 | |||
4 | Upstream-Status: Pending | ||
5 | |||
6 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
7 | |||
8 | diff --git a/src/man_db.conf.in b/src/man_db.conf.in | ||
9 | index bc8bb7e..04cfb31 100644 | ||
10 | --- a/src/man_db.conf.in | ||
11 | +++ b/src/man_db.conf.in | ||
12 | @@ -1,4 +1,3 @@ | ||
13 | -# @config_file_basename@ | ||
14 | # | ||
15 | # This file is used by the man-db package to configure the man and cat paths. | ||
16 | # It is also used to provide a manpath for those without one by examining | ||
diff --git a/meta/recipes-extended/man-db/man-db_2.11.2.bb b/meta/recipes-extended/man-db/man-db_2.11.2.bb index 76e3786b26..8941ffc013 100644 --- a/meta/recipes-extended/man-db/man-db_2.11.2.bb +++ b/meta/recipes-extended/man-db/man-db_2.11.2.bb | |||
@@ -10,8 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ | |||
10 | SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \ | 10 | SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \ |
11 | file://99_mandb \ | 11 | file://99_mandb \ |
12 | file://0001-man-Move-local-variable-declaration-to-function-scop.patch \ | 12 | file://0001-man-Move-local-variable-declaration-to-function-scop.patch \ |
13 | file://autoconf-2.73.patch \ | 13 | file://autoconf-2.73.patch" |
14 | file://man_db.conf-avoid-multilib-install-file-conflict.patch" | ||
15 | SRC_URI[sha256sum] = "cffa1ee4e974be78646c46508e6dd2f37e7c589aaab2938cc1064f058fef9f8d" | 14 | SRC_URI[sha256sum] = "cffa1ee4e974be78646c46508e6dd2f37e7c589aaab2938cc1064f058fef9f8d" |
16 | 15 | ||
17 | DEPENDS = "libpipeline gdbm groff-native base-passwd" | 16 | DEPENDS = "libpipeline gdbm groff-native base-passwd" |