summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/attr_2.4.47.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-06-13 16:26:45 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-14 14:53:58 +0100
commitb7ebb2cd2ffcfd01ddaa3d29a2dda021a3fb8e77 (patch)
tree41b9f3d05ce188a849988ef714315d88c65b2bd1 /meta/recipes-support/attr/attr_2.4.47.bb
parent4de6b898432fc1198a943b32d455e255bde2301b (diff)
downloadpoky-b7ebb2cd2ffcfd01ddaa3d29a2dda021a3fb8e77.tar.gz
attr: Fix build failure when image includes man-pages pkg
If you attempt to build an image with both attr(-doc) and man-pages packages your rootfs might fail to assemble. The error will be something like: Error: Transaction check error: file /usr/share/man/man2/fgetxattr.2 from install of \ attr-doc-2.4.47-r0.core2_64 conflicts with file from \ package man-pages-4.11-r0.core2_64 (the error is usually only seen on builders which don't have manpages installed, if you have /usr/share/man/man1/man.1.gz your build will complete but you will have duplicate manpages, just one zipped and one not) Backporting changes from upstream attr removes the conflicted files in favour of those in the man-pages package. (From OE-Core rev: 5e6595ef42807c8d2a100da3d9862152daf68d3d) Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/attr/attr_2.4.47.bb')
-rw-r--r--meta/recipes-support/attr/attr_2.4.47.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/attr_2.4.47.bb b/meta/recipes-support/attr/attr_2.4.47.bb
index 556c8e43e0..2dada7a1fc 100644
--- a/meta/recipes-support/attr/attr_2.4.47.bb
+++ b/meta/recipes-support/attr/attr_2.4.47.bb
@@ -4,6 +4,8 @@ require attr.inc
4# future releases of attr, remove this when updating the recipe. 4# future releases of attr, remove this when updating the recipe.
5SRC_URI += "file://attr-Missing-configure.ac.patch \ 5SRC_URI += "file://attr-Missing-configure.ac.patch \
6 file://dont-use-decl-macros.patch \ 6 file://dont-use-decl-macros.patch \
7 file://Remove-the-section-2-man-pages.patch \
8 file://Remove-the-attr.5-man-page-moved-to-man-pages.patch \
7 " 9 "
8 10
9SRC_URI[md5sum] = "84f58dec00b60f2dc8fd1c9709291cc7" 11SRC_URI[md5sum] = "84f58dec00b60f2dc8fd1c9709291cc7"