]> code.ossystems Code Review - openembedded-core.git/commit
apt-native: don't let dpkg overwrite files by default
authorJan Luebbe <jlu@pengutronix.de>
Mon, 6 Apr 2020 13:23:57 +0000 (15:23 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Apr 2020 14:01:37 +0000 (15:01 +0100)
commit4292387ef6c4e80428bad6a07c844a288b27d9a1
tree1e69f873bb98b0864bb3131684431eb64a3246b8
parentbfaaefe8346e9f0eab153981fe6a3cc63590afb5
apt-native: don't let dpkg overwrite files by default

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 <jlu@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/apt/files/apt.conf