diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-28 17:57:23 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-28 17:57:23 +0000 |
| commit | be4ad69f4a2ea16a17853c219d2e5b42d85498b4 (patch) | |
| tree | b813c7b3e3c2a67f3f5da51edacd281f007e4254 | |
| parent | fc5b38e7099251ddeaef0b608eae63889657e802 (diff) | |
| download | poky-be4ad69f4a2ea16a17853c219d2e5b42d85498b4.tar.gz | |
rootfs_rpm: Drop bogus inclusion of the run-postinsts package
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes/rootfs_rpm.bbclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index 4a4ec0e959..93223abaef 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass | |||
| @@ -2,8 +2,9 @@ | |||
| 2 | # Creates a root filesystem out of rpm packages | 2 | # Creates a root filesystem out of rpm packages |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | ROOTFS_PKGMANAGE = "rpm zypper" | 5 | ROOTFS_PKGMANAGE = "rpm zypper" |
| 6 | ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" | 6 | # Postinstalls on device are handled within this class at present |
| 7 | ROOTFS_PKGMANAGE_BOOTSTRAP = "" | ||
| 7 | 8 | ||
| 8 | do_rootfs[depends] += "rpm-native:do_populate_sysroot" | 9 | do_rootfs[depends] += "rpm-native:do_populate_sysroot" |
| 9 | 10 | ||
