mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
7c0e7c28ea
commit
6de55b6968
@@ -3,8 +3,6 @@ SECTION = "core"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780"
|
||||
|
||||
RDEPENDS_${PN} = "base-files"
|
||||
|
||||
inherit allarch
|
||||
#
|
||||
# Allow distributions to alter when [postponed] package install scripts are run
|
||||
|
||||
Reference in New Issue
Block a user