From: Laurentiu Palcu Date: Thu, 23 May 2013 08:18:42 +0000 (+0300) Subject: rootfs_rpm.bbclass: switch to using run-postinsts X-Git-Tag: 2015-4~6248 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1ba44302f522a42535c9ad7d2fcccc06ba4c20b3;p=openembedded-core.git rootfs_rpm.bbclass: switch to using run-postinsts Since run-postinsts was made generic, use it for RPM too. Signed-off-by: Laurentiu Palcu Signed-off-by: Saul Wold --- 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 @@ # ROOTFS_PKGMANAGE = "rpm smartpm" -ROOTFS_PKGMANAGE_BOOTSTRAP = "rpm-postinsts" +ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" # Add 50Meg of extra space for Smart IMAGE_ROOTFS_EXTRA_SPACE_append = "${@base_contains("PACKAGE_INSTALL", "smartpm", " + 51200", "" ,d)}"