1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

package_ipk, rootfs_ipk: remove the "set -x"

Comment the "set -x" lines since these will add a lot of extra, not
always necessary, debug messages in the log.do_rootfs.

[YOCTO #2599]

(From OE-Core rev: 5d8119f3d749073e355351e0e15f2703fad738f2)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Laurentiu Palcu
2013-01-31 10:36:55 +02:00
committed by Richard Purdie
parent be82ae98ef
commit e52c8b833e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ ipk_log_check() {
# Update the Packages index files in ${DEPLOY_DIR_IPK} # Update the Packages index files in ${DEPLOY_DIR_IPK}
# #
package_update_index_ipk () { package_update_index_ipk () {
set -x #set -x
ipkgarchs="${ALL_MULTILIB_PACKAGE_ARCHS} ${SDK_PACKAGE_ARCHS}" ipkgarchs="${ALL_MULTILIB_PACKAGE_ARCHS} ${SDK_PACKAGE_ARCHS}"
+1 -1
View File
@@ -26,7 +26,7 @@ BAD_RECOMMENDATIONS ?= ""
MULTILIBRE_ALLOW_REP = "${OPKGLIBDIR}/opkg" MULTILIBRE_ALLOW_REP = "${OPKGLIBDIR}/opkg"
fakeroot rootfs_ipk_do_rootfs () { fakeroot rootfs_ipk_do_rootfs () {
set -x #set -x
rm -f ${IPKGCONF_TARGET} rm -f ${IPKGCONF_TARGET}
touch ${IPKGCONF_TARGET} touch ${IPKGCONF_TARGET}