]> code.ossystems Code Review - openembedded-core.git/commitdiff
xorg-font-common.inc: remove shell debug option
authorKai Kang <kai.kang@windriver.com>
Fri, 6 Jun 2014 05:45:20 +0000 (13:45 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Jun 2014 16:14:36 +0000 (17:14 +0100)
'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.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/xorg-font/xorg-font-common.inc

index d93b4ee42aa61013dd5308d32f2b662b3df5a62e..55adde36084e6f0fc48506bdec25d291177da37f 100644 (file)
@@ -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