]> code.ossystems Code Review - openembedded-core.git/commit
OpkgPM: use --add-ignore-recommends to process BAD_RECOMMENDATIONS
authorAlejandro del Castillo <alejandro.delcastillo@ni.com>
Thu, 7 Feb 2019 15:57:59 +0000 (09:57 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Feb 2019 10:54:46 +0000 (10:54 +0000)
commit0d11e813ba9b4e8de9e6e5099ff85f5d914243bc
tree651ccdae0b4b380900646ec8f8ac5166d60be72b
parentd3ee06845e18ecf94770ff0970c2a0d6631ed214
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.

Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py
meta/lib/oe/rootfs.py