mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
package_manger.py/rootfs.py: rename save_rpmpostinist with save_rpmpostinst
The tweak made the code looks better. (From OE-Core rev: 61981755b4738ccc49be0e790de828f4166ef0e8) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9d3c187b1a
commit
c8f41d7e48
@@ -378,7 +378,7 @@ class RpmRootfs(Rootfs):
|
||||
|
||||
# Save the package postinstalls in /etc/rpm-postinsts
|
||||
for pkg in registered_pkgs.split():
|
||||
self.pm.save_rpmpostinist(pkg)
|
||||
self.pm.save_rpmpostinst(pkg)
|
||||
|
||||
|
||||
class DpkgRootfs(Rootfs):
|
||||
|
||||
Reference in New Issue
Block a user