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:24:17 +0100 |
commit | 0670dd1339799326456d717c725bdca32eaabe2a (patch) | |
tree | ba9c6a2641f60f309bf7b3a82a189a2d93bbf6ed /meta/recipes-graphics | |
parent | a934aebcb84d5a5694a8b69c6d4a299831bf93a2 (diff) | |
download | poky-0670dd1339799326456d717c725bdca32eaabe2a.tar.gz |
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>
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() { | |||
33 | FILES_${PN} += " ${libdir}/X11/fonts ${datadir}" | 33 | FILES_${PN} += " ${libdir}/X11/fonts ${datadir}" |
34 | 34 | ||
35 | pkg_postinst_${PN} () { | 35 | pkg_postinst_${PN} () { |
36 | set -x | ||
37 | for fontdir in `find $D/usr/lib/X11/fonts -type d`; do | 36 | for fontdir in `find $D/usr/lib/X11/fonts -type d`; do |
38 | mkfontdir $fontdir | 37 | mkfontdir $fontdir |
39 | mkfontscale $fontdir | 38 | mkfontscale $fontdir |