diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-05-16 21:03:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-17 09:37:29 +0300 |
commit | 6de55b6968cf8320f95ce2bf859e6244b4de9cf0 (patch) | |
tree | f237f6188c902e7a6fa8e61c091ba94e65f66a11 /meta/recipes-devtools/rpm | |
parent | 7c0e7c28ea080ce90cfd55d00066948144a0bf8f (diff) | |
download | poky-6de55b6968cf8320f95ce2bf859e6244b4de9cf0.tar.gz |
rpm-postinst: remove un-needed RDEPENDS on base-files
This was transferred un-intentionally when we split the rpm code,
the base-files then layed down additional files (specificaly /etc/mtab)
in the initramfs image and caused problems for the installer code.
Removing the RDEPENDS will fix the image generation issue and thus
the installer, so we will need to revert a previous patch that attempted
to fix the earlier issue #4229.
[YOCTO #4504]
[YOCTO #4229]
(From OE-Core rev: 6861eb34e903c5ddf491eca04011b2219fe14267)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm-postinsts.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/rpm/rpm-postinsts.bb b/meta/recipes-devtools/rpm/rpm-postinsts.bb index 3d2d05d19a..3c0f520d28 100644 --- a/meta/recipes-devtools/rpm/rpm-postinsts.bb +++ b/meta/recipes-devtools/rpm/rpm-postinsts.bb | |||
@@ -3,8 +3,6 @@ SECTION = "core" | |||
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780" |
5 | 5 | ||
6 | RDEPENDS_${PN} = "base-files" | ||
7 | |||
8 | inherit allarch | 6 | inherit allarch |
9 | # | 7 | # |
10 | # Allow distributions to alter when [postponed] package install scripts are run | 8 | # Allow distributions to alter when [postponed] package install scripts are run |