[OE-core] [PATCH] connman: Add connman-wait-online to systemd packages

2017-10-04 Thread Richard Röjfors
From: Richard Röjfors <richard.rojf...@gmail.com> It was missing, causing systemd to not install the service correctly. Signed-off-by Richard Röjfors <rich...@puffinpack.se> --- meta/recipes-connectivity/connman/connman.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [pyro][PATCH] package_manager: Fix support for NO_RECOMMENDATONS

2017-08-07 Thread Richard Röjfors
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 <rich...@puffinpack.se> ---  meta/lib/oe/package_manager.py | 2 +-  1

[OE-core] [PATCH v2] package_manager: Fix support for NO_RECOMMENDATONS

2017-07-30 Thread Richard Röjfors
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 <rich...@puffinpack.se> --- meta/lib/oe/package_manager.py | 2 +- 1

[OE-core] [PATCH] package_manager: Fix support for NO_RECOMMENDATONS

2017-07-30 Thread Richard Röjfors
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 <rich...@puffinpack.se> --- diff --git a/meta/lib/oe/package_manag