diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2020-03-07 05:51:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-08 08:21:11 +0000 |
commit | 326e8c68247cf837c1eb18f59d3b2ea495d2c42a (patch) | |
tree | 013cf864665ea610171e14bb4ac2be1cc2ca7cb2 | |
parent | 1477b31a0dc64b451e993d8cc5b0f8511587ab9e (diff) | |
download | poky-326e8c68247cf837c1eb18f59d3b2ea495d2c42a.tar.gz |
xserver-xorg: make manpage mutlilib identical
(From OE-Core rev: cf9759b27bca5bb1dfa99fc79b4651bfebe2da52)
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 1 |
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" | |||
152 | do_install_append () { | 152 | do_install_append () { |
153 | # Its assumed base-files creates this for us | 153 | # Its assumed base-files creates this for us |
154 | rmdir ${D}${localstatedir}/log/ | 154 | rmdir ${D}${localstatedir}/log/ |
155 | sed -i -e 's,${libdir}/xorg/modules,${prefix}/lib*/xorg/modules,' ${D}${mandir}/man5/xorg.conf.5 | ||
155 | } | 156 | } |
156 | 157 | ||
157 | # Add runtime provides for the ABI versions of the video and input subsystems, | 158 | # Add runtime provides for the ABI versions of the video and input subsystems, |