]> 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>
Tue, 29 Aug 2017 10:54:24 +0000 (11:54 +0100)
commit5f9ea84d304a519acb0504516b86f2683a43f9e9
tree5150c11ee5d043bfd62bad136d8fa83280582445
parentd3a89450ae918f467a99ac1c33502fc9a5eb4162
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>
(cherry picked from commit 1849ce3bd7c0af055f3e849a6508e746b6a0dca5)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oe/package_manager.py