diff options
-rw-r--r-- | meta/classes/package_rpm.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index b58ae85300..4b18cc6701 100644 --- a/meta/classes/package_rpm.bbclass +++ b/meta/classes/package_rpm.bbclass | |||
@@ -340,7 +340,7 @@ package_install_internal_rpm () { | |||
340 | -D "_dbpath ${target_rootfs}/install" -D "`cat ${confbase}.macro`" \ | 340 | -D "_dbpath ${target_rootfs}/install" -D "`cat ${confbase}.macro`" \ |
341 | -D "__dbi_txn create nofsync private" \ | 341 | -D "__dbi_txn create nofsync private" \ |
342 | -U --justdb --replacepkgs --noscripts --notriggers --noparentdirs --nolinktos --ignoresize \ | 342 | -U --justdb --replacepkgs --noscripts --notriggers --noparentdirs --nolinktos --ignoresize \ |
343 | $pkg_name >> "`dirname ${BB_LOGFILE}`/log.do_${task}_attemptonly.${PID}" || true | 343 | $pkg_name >> "`dirname ${BB_LOGFILE}`/log.do_${task}_attemptonly.${PID}" 2>&1 || true |
344 | done | 344 | done |
345 | fi | 345 | fi |
346 | 346 | ||