]> code.ossystems Code Review - openembedded-core.git/commit
deb: replace deprecated apt force-yes argument
authorRichard Leitner <richard.leitner@skidata.com>
Thu, 29 Oct 2020 10:07:02 +0000 (11:07 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Oct 2020 12:37:53 +0000 (12:37 +0000)
commit4af737e2643f498d1ff4c387207bd8c4f3d405b8
tree498586e550477c37c21c4126422286f29241ee76
parent57173fd5a02a01654c4eb8f36d363002cdedc60d
deb: replace deprecated apt force-yes argument

apt-get deprecated --force-yes in favor of various options starting with
--allow [1]. Replace it to avoid the following warning:

W: --force-yes is deprecated, use one of the options starting with --allow instead.

[1] https://salsa.debian.org/apt-team/apt/-/blob/master/debian/changelog

Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager/deb/__init__.py