From: Mark Hatle <[email protected]> Remove the set +x, and revert to the normal logging behavior.
Signed-off-by: Mark Hatle <[email protected]> --- meta/classes/rootfs_rpm.bbclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index c4fb470..2bb1b08 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass @@ -40,8 +40,6 @@ RPM="rpm ${RPMOPTS}" do_rootfs[lockfiles] += "${DEPLOY_DIR_RPM}/rpm.lock" fakeroot rootfs_rpm_do_rootfs () { - set +x - ${RPM_PREPROCESS_COMMANDS} #createrepo "${DEPLOY_DIR_RPM}" -- 1.7.10.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
