diff options
author | James Knight <james.knight@rockwellcollins.com> | 2015-10-28 17:36:26 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-11-04 22:48:00 +0100 |
commit | 9a9950dba81eb1ec25ac98080d2b5ab764b704f7 (patch) | |
tree | 0f38e7961e7b8e16fa79df452f879f8523585636 /docs/manual | |
parent | f700463c66376283ab4bffc391209bf20c63088d (diff) | |
download | buildroot-9a9950dba81eb1ec25ac98080d2b5ab764b704f7.tar.gz buildroot-9a9950dba81eb1ec25ac98080d2b5ab764b704f7.zip |
e2fsprogs: prevent undesired cleanup with a usr merged target
The following commit prevents the e2fsprogs package from inadvertently
removing its own binaries when a target includes BusyBox and is
targeting a usr-merged environment.
While an action has been added to cleanup BusyBox-provided (if any)
ext2-related tools when including e2fsprogs, the action will delete
desired e2fsprogs binaries in an already prepared usr-merged target.
Adjusting the cleanup to occur before installing e2fsprogs binaries so
that if a usr-merged target exists, it will first delete the previous
binaries (if any) followed by installing new binaries.
Signed-off-by: James Knight <james.knight@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
0 files changed, 0 insertions, 0 deletions