diff options
-rw-r--r-- | meta/classes/package_rpm.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index 603333227f..fd00fb13e7 100644 --- a/meta/classes/package_rpm.bbclass +++ b/meta/classes/package_rpm.bbclass | |||
@@ -486,8 +486,7 @@ EOF | |||
486 | 486 | ||
487 | ${RPM} --predefine "_rpmds_sysinfo_path ${target_rootfs}/etc/rpm/sysinfo" \ | 487 | ${RPM} --predefine "_rpmds_sysinfo_path ${target_rootfs}/etc/rpm/sysinfo" \ |
488 | --predefine "_rpmrc_platform_path ${target_rootfs}/etc/rpm/platform" \ | 488 | --predefine "_rpmrc_platform_path ${target_rootfs}/etc/rpm/platform" \ |
489 | -D "_dbpath ${target_rootfs}/initial" -D "`cat ${confbase}-base_archs.macro`" \ | 489 | -D "_dbpath ${target_rootfs}/initial" -D "`cat ${confbase}.macro`" \ |
490 | -D "`cat ${confbase}-ml_archs.macro`" \ | ||
491 | -D "__dbi_txn create nofsync" \ | 490 | -D "__dbi_txn create nofsync" \ |
492 | -U --justdb --noscripts --notriggers --noparentdirs --nolinktos --ignoresize \ | 491 | -U --justdb --noscripts --notriggers --noparentdirs --nolinktos --ignoresize \ |
493 | ${target_rootfs}/install/initial_install.manifest | 492 | ${target_rootfs}/install/initial_install.manifest |