On 5/18/16 3:11 PM, Khem Raj wrote:
> Matches most of layers defaults
> 
> Signed-off-by: Khem Raj <raj.k...@gmail.com>
> ---
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 62ce9cc..39c2421 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -5,6 +5,6 @@ BBPATH .= ":${LAYERDIR}"
>  BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
>  
>  BBFILE_COLLECTIONS += "qt4-layer"
> -BBFILE_PATTERN_qt4-layer = "^${LAYERDIR}/"
> +BBFILE_PATTERN_qt4-layer := "^${LAYERDIR}/"

This is really strange.  ${LAYERDIR} always immediate expands.  So there should
be no ifferences between the two.

--Mark

>  BBFILE_PRIORITY_qt4-layer = "6"
>  
> 

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

Reply via email to