summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-03-07 05:51:04 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-08 08:20:32 +0000
commitcf9759b27bca5bb1dfa99fc79b4651bfebe2da52 (patch)
tree2413ed58340634180f8b3f7984ad908041cb99d0 /meta/recipes-graphics
parent79350826396a882d115caafd88b0a49c91a4fa6c (diff)
downloadopenembedded-core-contrib-cf9759b27bca5bb1dfa99fc79b4651bfebe2da52.tar.gz
xserver-xorg: make manpage mutlilib identical
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index 14ba6bfee6..b4f0760176 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -152,6 +152,7 @@ PACKAGECONFIG[gcrypt] = "--with-sha1=libgcrypt,,libgcrypt"
do_install_append () {
# Its assumed base-files creates this for us
rmdir ${D}${localstatedir}/log/
+ sed -i -e 's,${libdir}/xorg/modules,${prefix}/lib*/xorg/modules,' ${D}${mandir}/man5/xorg.conf.5
}
# Add runtime provides for the ABI versions of the video and input subsystems,