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

Khem Raj raj.khem at gmail.com
Wed May 18 22:26:14 PDT 2016


> On May 18, 2016, at 1:23 PM, Mark Hatle <mark.hatle at windriver.com> wrote:
> 
> 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.
> 

As I said, I was just matching to some other layers conventions functionally it works either way


> --Mark
> 
>> BBFILE_PRIORITY_qt4-layer = "6"
>> 
>> 
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160518/ee530762/attachment.pgp>


More information about the yocto mailing list