[oe-commits] Kai Kang : xorg-font-common.inc: remove shell debug option

git at git.openembedded.org git at git.openembedded.org
Tue Jun 10 16:25:28 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 38ac187881266e6349084ee983046e311fb293e9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=38ac187881266e6349084ee983046e311fb293e9

Author: Kai Kang <kai.kang at windriver.com>
Date:   Fri Jun  6 13:45:20 2014 +0800

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.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-graphics/xorg-font/xorg-font-common.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-font/xorg-font-common.inc b/meta/recipes-graphics/xorg-font/xorg-font-common.inc
index d93b4ee..55adde3 100644
--- a/meta/recipes-graphics/xorg-font/xorg-font-common.inc
+++ b/meta/recipes-graphics/xorg-font/xorg-font-common.inc
@@ -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



More information about the Openembedded-commits mailing list