diff options
author | Alejandro del Castillo <alejandro.delcastillo@ni.com> | 2019-02-07 09:57:59 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-08 10:57:19 +0000 |
commit | d8e12f2bfc4deaa0dc7530cf3af905e18e8037f6 (patch) | |
tree | fc91365b4cbe3f67cfa9e4f24849d2c9e95567f0 /meta/lib/oe/rootfs.py | |
parent | df31968a4cc0076bd2f7143b2c9286c45845207c (diff) | |
download | poky-d8e12f2bfc4deaa0dc7530cf3af905e18e8037f6.tar.gz |
OpkgPM: use --add-ignore-recommends to process BAD_RECOMMENDATIONS
Currently, BAD_RECOMMENDATIONS on the opkg backed relies on editing the
opkg status file (it sets BAD_RECOMMENDATIONS pkg want state to
deinstalled and pinned). This is brittle, and not consistent across the
different solver backends. Use new --add-ignore-recommends flag instead.
(From OE-Core rev: 0d11e813ba9b4e8de9e6e5099ff85f5d914243bc)
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/rootfs.py')
-rw-r--r-- | meta/lib/oe/rootfs.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index ffbd1438aa..b7c0b9c24b 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py | |||
@@ -892,8 +892,6 @@ class OpkgRootfs(DpkgOpkgRootfs): | |||
892 | 892 | ||
893 | self.pm.update() | 893 | self.pm.update() |
894 | 894 | ||
895 | self.pm.handle_bad_recommendations() | ||
896 | |||
897 | if self.progress_reporter: | 895 | if self.progress_reporter: |
898 | self.progress_reporter.next_stage() | 896 | self.progress_reporter.next_stage() |
899 | 897 | ||