]> code.ossystems Code Review - openembedded-core.git/commitdiff
rootfs_rpm.bbclass: switch to using run-postinsts
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Thu, 23 May 2013 08:18:42 +0000 (11:18 +0300)
committerSaul Wold <sgw@linux.intel.com>
Mon, 10 Jun 2013 21:51:29 +0000 (14:51 -0700)
Since run-postinsts was made generic, use it for RPM too.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/rootfs_rpm.bbclass

index 4194c5621c59927c73a117de1a51ffaeb7a2cce7..1b09c8d5ff0830cf3875718449ad93e7a79371ec 100644 (file)
@@ -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)}"