diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-01-27 16:22:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-11 11:53:43 +0000 |
commit | c8f41d7e48e6b299558add73e461d4f49a90e12a (patch) | |
tree | 89656099112a47ef912405e431c3b2cc7b109102 /meta/lib/oe/rootfs.py | |
parent | 9d3c187b1a3327d45b1e4b50fdf10ab9895087d4 (diff) | |
download | poky-c8f41d7e48e6b299558add73e461d4f49a90e12a.tar.gz |
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>
Diffstat (limited to 'meta/lib/oe/rootfs.py')
-rw-r--r-- | meta/lib/oe/rootfs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index db54e17b28..1f4cea68a8 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py | |||
@@ -378,7 +378,7 @@ class RpmRootfs(Rootfs): | |||
378 | 378 | ||
379 | # Save the package postinstalls in /etc/rpm-postinsts | 379 | # Save the package postinstalls in /etc/rpm-postinsts |
380 | for pkg in registered_pkgs.split(): | 380 | for pkg in registered_pkgs.split(): |
381 | self.pm.save_rpmpostinist(pkg) | 381 | self.pm.save_rpmpostinst(pkg) |
382 | 382 | ||
383 | 383 | ||
384 | class DpkgRootfs(Rootfs): | 384 | class DpkgRootfs(Rootfs): |