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 /meta | |
parent | fc5b38e7099251ddeaef0b608eae63889657e802 (diff) | |
download | openembedded-core-be4ad69f4a2ea16a17853c219d2e5b42d85498b4.tar.gz openembedded-core-be4ad69f4a2ea16a17853c219d2e5b42d85498b4.tar.bz2 openembedded-core-be4ad69f4a2ea16a17853c219d2e5b42d85498b4.tar.xz openembedded-core-be4ad69f4a2ea16a17853c219d2e5b42d85498b4.zip |
rootfs_rpm: Drop bogus inclusion of the run-postinsts package
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 4a4ec0e95..93223abae 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass @@ -2,8 +2,9 @@ # Creates a root filesystem out of rpm packages # -ROOTFS_PKGMANAGE = "rpm zypper" -ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" +ROOTFS_PKGMANAGE = "rpm zypper" +# Postinstalls on device are handled within this class at present +ROOTFS_PKGMANAGE_BOOTSTRAP = "" do_rootfs[depends] += "rpm-native:do_populate_sysroot" |