]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xorg: make manpage mutlilib identical
authorJeremy Puhlman <jpuhlman@mvista.com>
Sat, 7 Mar 2020 13:51:04 +0000 (05:51 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 8 Mar 2020 08:20:32 +0000 (08:20 +0000)
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-xserver/xserver-xorg.inc

index 14ba6bfee6c1d14888993d4ae02189eb656d11a5..b4f0760176e87f61bba62c69a641e5d07d1b8aff 100644 (file)
@@ -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,