]> code.ossystems Code Review - openembedded-core.git/commit
package_manager: Fix support for NO_RECOMMENDATONS
authorRichard Röjfors <richard.rojfors@gmail.com>
Sun, 30 Jul 2017 09:12:56 +0000 (11:12 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Aug 2017 08:24:03 +0000 (09:24 +0100)
commit1849ce3bd7c0af055f3e849a6508e746b6a0dca5
tree9966c20af4dd41317927de72169e0fe7998ef077
parent1e0cf88f6aecb0b523f7ef016fcd95d25a10e066
package_manager: Fix support for NO_RECOMMENDATONS

When support for dnf was introduced the check of the
no NO_RECOMMENDATIONS variable got broken.

This fixes the issue by compairing to the string "1"
rather than the number 1.

Signed-off-by: Richard Röjfors <richard@puffinpack.se>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package_manager.py