diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-05-23 11:18:42 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-11 15:38:05 +0100 |
commit | e4a136a6bd0a850284a3ab74e513c936c1641e78 (patch) | |
tree | 46972cad9c788c87c64807458dcab72cddbb0309 /meta/classes/rootfs_rpm.bbclass | |
parent | 76cd8a776b02385945ad13ce79bbe1c33d8bad9b (diff) | |
download | poky-e4a136a6bd0a850284a3ab74e513c936c1641e78.tar.gz |
rootfs_rpm.bbclass: switch to using run-postinsts
Since run-postinsts was made generic, use it for RPM too.
(From OE-Core rev: 1ba44302f522a42535c9ad7d2fcccc06ba4c20b3)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/rootfs_rpm.bbclass')
-rw-r--r-- | meta/classes/rootfs_rpm.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index 4194c5621c..1b09c8d5ff 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | ROOTFS_PKGMANAGE = "rpm smartpm" | 5 | ROOTFS_PKGMANAGE = "rpm smartpm" |
6 | ROOTFS_PKGMANAGE_BOOTSTRAP = "rpm-postinsts" | 6 | ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" |
7 | 7 | ||
8 | # Add 50Meg of extra space for Smart | 8 | # Add 50Meg of extra space for Smart |
9 | IMAGE_ROOTFS_EXTRA_SPACE_append = "${@base_contains("PACKAGE_INSTALL", "smartpm", " + 51200", "" ,d)}" | 9 | IMAGE_ROOTFS_EXTRA_SPACE_append = "${@base_contains("PACKAGE_INSTALL", "smartpm", " + 51200", "" ,d)}" |