aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man-db/man-db_2.8.3.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2018-10-03 00:27:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-03 17:01:05 +0100
commitd138b1ec4aef88a3b0c4f1d698ed2a224c93b889 (patch)
tree5b2f62e01c3d9c485ddd41fc4aeb605cc3d7882c /meta/recipes-extended/man-db/man-db_2.8.3.bb
parentac4df3f83fccfa7dd75d6a913b7ab75e49a7b986 (diff)
downloadopenembedded-core-contrib-d138b1ec4aef88a3b0c4f1d698ed2a224c93b889.tar.gz
man-db: fix multilib install file conflict
The first line of config file man_db.conf is the package name. It causes multilib install file conflict. So add a patch to remove the line. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/man-db/man-db_2.8.3.bb')
-rw-r--r--meta/recipes-extended/man-db/man-db_2.8.3.bb3
1 files changed, 2 insertions, 1 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.3.bb
index 97e5a3d6fb..cd8d27c33e 100644
--- a/meta/recipes-extended/man-db/man-db_2.8.3.bb
+++ b/meta/recipes-extended/man-db/man-db_2.8.3.bb
@@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://docs/COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343
file://docs/COPYING;md5=eb723b61539feef013de476e68b5c50a"
SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/man-db/man-db-${PV}.tar.xz \
- file://99_mandb"
+ file://99_mandb \
+ file://man_db.conf-avoid-multilib-install-file-conflict.patch"
SRC_URI[md5sum] = "6f3055e18fdd1ce5cbbdb30403991ec7"
SRC_URI[sha256sum] = "5932a1ca366e1ec61a3ece1a3afa0e92f2fdc125b61d236f20cc6ff9d80cc4ac"