diff options
Diffstat (limited to 'meta')
-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 e83fc552c9..8c8d967741 100644 --- a/meta/classes/package_rpm.bbclass +++ b/meta/classes/package_rpm.bbclass | |||
@@ -446,7 +446,7 @@ package_install_internal_rpm () { | |||
446 | outfile=${target_rootfs}/install/total_solution.manifest | 446 | outfile=${target_rootfs}/install/total_solution.manifest |
447 | cat $infile | grep /base-passwd-[0-9] > $outfile || true | 447 | cat $infile | grep /base-passwd-[0-9] > $outfile || true |
448 | cat $infile | grep /shadow-[0-9] >> $outfile || true | 448 | cat $infile | grep /shadow-[0-9] >> $outfile || true |
449 | cat $infile | grep -v /shadow-[0-9] | grep -v /base-passwd-[0-9] >> $outfile | 449 | cat $infile | grep -v /shadow-[0-9] | grep -v /base-passwd-[0-9] >> $outfile || true |
450 | cat ${target_rootfs}/install/install_multilib_solution.manifest >> ${target_rootfs}/install/total_solution.manifest | 450 | cat ${target_rootfs}/install/install_multilib_solution.manifest >> ${target_rootfs}/install/total_solution.manifest |
451 | 451 | ||
452 | # Construct install scriptlet wrapper | 452 | # Construct install scriptlet wrapper |