diff options
author | Kai Kang <kai.kang@windriver.com> | 2014-06-06 13:45:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-10 17:14:36 +0100 |
commit | 38ac187881266e6349084ee983046e311fb293e9 (patch) | |
tree | b3f4d7a7c4dd7124b81fe44951f73532fbdca526 /meta/recipes-graphics | |
parent | 4fe771940a8f59a0d5f1541978d6d9ff73b222f4 (diff) | |
download | openembedded-core-38ac187881266e6349084ee983046e311fb293e9.tar.gz openembedded-core-38ac187881266e6349084ee983046e311fb293e9.tar.bz2 openembedded-core-38ac187881266e6349084ee983046e311fb293e9.zip |
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@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-font/xorg-font-common.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-font/xorg-font-common.inc b/meta/recipes-graphics/xorg-font/xorg-font-common.inc index d93b4ee42a..55adde3608 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 |