[OE-core] [PATCH] meta:recipes-devtools: makedevs fix security gaps

2016-05-16 Thread edwin . plauchu . camacho
From: Edwin Plauchu This patch avoids makedevs fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=format-security). [YOCTO #9549] Signed-off-by: Edwin Plauchu --- meta/conf/distro/include/security_flags.inc

[OE-core] [PATCH] meta:recipes-extended: stat fix security gaps

2016-05-16 Thread edwin . plauchu . camacho
From: Edwin Plauchu This patch avoids stat fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=format-security). [YOCTO #9550] Signed-off-by: Edwin Plauchu --- meta/conf/distro/include/security_flags.inc

[OE-core] [PATCH] meta:recipes-devtools: makedevs fix security gaps

2016-05-16 Thread edwin . plauchu . camacho
From: Edwin Plauchu This patch avoids makedevs fails to compile with compiler flags which elevate common string formatting issues into an error (-Wformat -Wformat-security -Werror=format-security). [YOCTO #9549] Signed-off-by: Edwin Plauchu --- meta/conf/distro/include/security_flags.inc

[OE-core] [PATCH] distro_check: Allows to use proxy vars of OS env

2016-05-09 Thread edwin . plauchu . camacho
From: Edwin Plauchu This improve allows to fetch values from OS env. Covering an scenario where proxy variables have no value within data storage. Signed-off-by: Edwin Plauchu --- meta/lib/oe/distro_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/distr

[OE-core] [PATCH] Allows to use proxy vars of OS env

2016-05-09 Thread edwin . plauchu . camacho
From: Edwin Plauchu This improve allows to fetch values from OS env. Covering an scenario where proxy variables have no value within data storage. --- meta/lib/oe/distro_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/distro_check.py b/meta/lib/oe/distro