mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
rootfs_rpm.bbclass: Revert to default shell logging behavior
Remove the set +x, and revert to the normal logging behavior. (From OE-Core rev: e799d771c9ed9e41a900e2e96c23d4ae35d5fe08) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
722430a488
commit
1f476dbb22
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user