diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-11 17:06:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-11 17:09:17 +0000 |
commit | 657f71e1f5cf8a9f385b1748d99cb6d531511626 (patch) | |
tree | ebf73ada9e26c3b3151ad58b98c227fd0653cd07 | |
parent | 50b85e485533fe6024dcc57b7bfd0188cd78a36a (diff) | |
download | poky-657f71e1f5cf8a9f385b1748d99cb6d531511626.tar.gz |
xserver-xorg: Remove orphaned comment
(From OE-Core rev: a74b6177f2042b5ad75d23ae96f93765b6a76793)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 71c934ef38..7d1f17e777 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | |||
@@ -137,7 +137,6 @@ PACKAGECONFIG[nettle] = "-Dsha1=libnettle,,nettle" | |||
137 | PACKAGECONFIG[gcrypt] = "-Dsha1=libgcrypt,,libgcrypt" | 137 | PACKAGECONFIG[gcrypt] = "-Dsha1=libgcrypt,,libgcrypt" |
138 | 138 | ||
139 | do_install:append () { | 139 | do_install:append () { |
140 | # Its assumed base-files creates this for us | ||
141 | sed -i -e 's,${libdir}/xorg/modules,${prefix}/lib*/xorg/modules,' ${D}${mandir}/man5/xorg.conf.5 | 140 | sed -i -e 's,${libdir}/xorg/modules,${prefix}/lib*/xorg/modules,' ${D}${mandir}/man5/xorg.conf.5 |
142 | } | 141 | } |
143 | 142 | ||