Hi Armin and Anuj, this fix has landed in master as 4292387ef6c4e80428bad6a07c844a288b27d9a1 and I'd like to request it to be cherry-picked for zeus. The cherry-pick should simply work without conflicts.
Thanks, Jan On Mon, 2020-04-06 at 15:23 +0200, Jan Luebbe wrote: > With --force-overwrite (implied by --force-all), dpkg will not abort > when a package overwrites files from different packages. As this can > also lead to "The following package disappeared from your system as > all files have been overwritten by other packages: <package>" and > subsequently broken dependencies, this makes the simple case of > conflicting files hard to debug. > > Instead of finding all possibly required force options, only disable > overwrite for now. > > Signed-off-by: Jan Luebbe <[email protected]> > --- > meta/recipes-devtools/apt/files/apt.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-devtools/apt/files/apt.conf b/meta/recipes- > devtools/apt/files/apt.conf > index 03351356bc01..c95a5b07af54 100644 > --- a/meta/recipes-devtools/apt/files/apt.conf > +++ b/meta/recipes-devtools/apt/files/apt.conf > @@ -39,4 +39,4 @@ APT > }; > }; > > -DPkg::Options {"--root=#ROOTFS#";" > --admindir=#ROOTFS#/var/lib/dpkg";"--force-all";"--no-debsig"}; > +DPkg::Options {"--root=#ROOTFS#";" > --admindir=#ROOTFS#/var/lib/dpkg";"--force-all";"--no-force- > overwrite";"--no-debsig"}; >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#137514): https://lists.openembedded.org/g/openembedded-core/message/137514 Mute This Topic: https://lists.openembedded.org/mt/73300455/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
