mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 20:02:21 +02:00
xorg-font-common.inc: remove shell debug option
'set -x' is added to package postinstall scripts. It causes trace information are printed when image first time boots such as core-image-sato. Remove it. (From OE-Core rev: 38ac187881266e6349084ee983046e311fb293e9) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -33,7 +33,6 @@ do_install_append() {
|
||||
FILES_${PN} += " ${libdir}/X11/fonts ${datadir}"
|
||||
|
||||
pkg_postinst_${PN} () {
|
||||
set -x
|
||||
for fontdir in `find $D/usr/lib/X11/fonts -type d`; do
|
||||
mkfontdir $fontdir
|
||||
mkfontscale $fontdir
|
||||
|
||||
Reference in New Issue
Block a user