Re: [yocto] [meta-qt4][v2][PATCH 2/2] layers: move LAYERSERIES_COMPAT to sumo

2018-04-21 Thread akuster


On 04/13/2018 03:39 PM, Armin Kuster wrote:
> [v2]
> Fix cut error
>
> Signed-off-by: Armin Kuster 
> ---
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 1ce54af..915d89c 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -8,4 +8,4 @@ BBFILE_COLLECTIONS += "qt4-layer"
>  BBFILE_PATTERN_qt4-layer = "^${LAYERDIR}/"
>  BBFILE_PRIORITY_qt4-layer = "6"
>  
> -LAYERSERIES_COMPAT_qt4-layer = "rocko"
> +LAYERSERIES_COMPAT_qt4-layer = "sumo"
Ping for the series

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-qt3][v2][PATCH 1/2] layer: add LAYERSERIES_COMPAT

2018-04-21 Thread akuster


On 04/13/2018 03:47 PM, Armin Kuster wrote:
> [v2]
> Fix type in name
>
> Signed-off-by: Armin Kuster 
> ---
>  conf/layer.conf | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 84ab5f7..0197197 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -8,3 +8,4 @@ BBFILE_COLLECTIONS += "qt3"
>  BBFILE_PATTERN_qt3 = "^${LAYERDIR}/"
>  BBFILE_PRIORITY_qt3 = "6"
>  
> +LAYERSERIES_COMPAT_qt3 = "rocko"
Ping

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-qt3][v2][PATCH 2/2] layer: Change LAYERSERIES_COMPAT to sumo

2018-04-21 Thread akuster


On 04/13/2018 03:47 PM, Armin Kuster wrote:
> [v2]
> fix typo in layer name
>
> Signed-off-by: Armin Kuster 
Ping
> ---
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 0197197..cfcad24 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -8,4 +8,4 @@ BBFILE_COLLECTIONS += "qt3"
>  BBFILE_PATTERN_qt3 = "^${LAYERDIR}/"
>  BBFILE_PRIORITY_qt3 = "6"
>  
> -LAYERSERIES_COMPAT_qt3 = "rocko"
> +LAYERSERIES_COMPAT_qt3 = "sumo"

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-selinux][PATCH] policycoreutils: remove oe_filter_out

2018-04-21 Thread akuster808


On 04/14/2018 03:33 PM, Armin Kuster wrote:
> bb.data_smart.ExpansionError: Failure expanding variable WARN_QA[:=], 
> expression was ${@oe_filter_out('unsafe-references-in-scripts', 'ldflags 
> useless-rpaths rpaths staticdev libdir xorg-driver-abi textrel 
> already-stripped incompatible-license files-invalid 
> installed-vs-shipped compile-host-path install-host-path 
> pn-overrides infodir build-deps unknown-configure-option 
> symlink-to-sysroot multilib invalid-packageconfig 
> host-user-contaminated uppercase-pn ', d)} which triggered 
> exception NameError: name 'oe_filter_out' is not defined
>
> Signed-off-by: Armin Kuster 
> ---
>  recipes-security/selinux/policycoreutils.inc | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-security/selinux/policycoreutils.inc 
> b/recipes-security/selinux/policycoreutils.inc
> index 442b086..1842fd8 100644
> --- a/recipes-security/selinux/policycoreutils.inc
> +++ b/recipes-security/selinux/policycoreutils.inc
> @@ -64,8 +64,8 @@ RDEPENDS_${BPN}-setsebool += "\
>  "
>  RDEPENDS_${BPN} += "selinux-python"
>  
> -WARN_QA := "${@oe_filter_out('unsafe-references-in-scripts', '${WARN_QA}', 
> d)}"
> -ERROR_QA := "${@oe_filter_out('unsafe-references-in-scripts', '${ERROR_QA}', 
> d)}"
> +WARN_QA_remove = " unsafe-references-in-scripts"
> +ERROR_QA_remove = " unsafe-references-in-scripts"
>  

Ping
>  
>  PACKAGES =+ "\

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-selinux][PATCH] libselinux: python-importlib is now part of python*-core

2018-04-21 Thread akuster808


On 04/14/2018 07:08 PM, Armin Kuster wrote:
> Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 
> 'restorecond', 'libselinux', 'python-importlib']
>
> Signed-off-by: Armin Kuster 
> ---
>  recipes-security/selinux/libselinux.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
Ping
>
> diff --git a/recipes-security/selinux/libselinux.inc 
> b/recipes-security/selinux/libselinux.inc
> index bd5ce8d..51d0875 100644
> --- a/recipes-security/selinux/libselinux.inc
> +++ b/recipes-security/selinux/libselinux.inc
> @@ -8,7 +8,7 @@ LICENSE = "PD"
>  inherit lib_package pythonnative
>  
>  DEPENDS += "libsepol python libpcre swig-native"
> -RDEPENDS_${PN}-python += "python-importlib"
> +RDEPENDS_${PN}-python += "python-core"
>  
>  PACKAGES += "${PN}-python"
>  FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto