diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-10-21 18:40:40 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-23 12:28:32 +0100 |
commit | e702a1abfff62780ee28b7487564d4b8243cc084 (patch) | |
tree | 0882947a431d8d233ec4d8ef06931e270521ebd2 /scripts/lib/bsp/kernel.py | |
parent | 2df8db417d9c2813145ffb27d5f5ad19fb6a505d (diff) | |
download | poky-e702a1abfff62780ee28b7487564d4b8243cc084.tar.gz |
opkg: Add patch to fix removing packages with recommends
While removing a package with opkg, the process shouldn't be blocked if
another package RECOMMENDS the package wanted to be removed. This is
because, while generating the dependencies, opkg adds dependencies to
depended_upon_by even if dependency's type is RECOMMEND. The fix is to
skip dependencies of type RECOMMEND while constructing depended_upon_by.
[YOCTO: #2431]
(From OE-Core rev: 08a5ef44c7aa58ffcad0457e8dda3504f2c3192b)
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/kernel.py')
0 files changed, 0 insertions, 0 deletions