[yocto] [meta-qt4][PATCH 1/2] layer.conf: Use immediate expansion

Mark Hatle mark.hatle at windriver.com
Wed May 18 13:23:29 PDT 2016


On 5/18/16 3:11 PM, Khem Raj wrote:
> Matches most of layers defaults
> 
> Signed-off-by: Khem Raj <raj.khem at 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"
>  
> 




More information about the yocto mailing list