diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-03-21 14:50:11 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-03-21 16:03:46 -0500 |
commit | 3c5818c96fa3c62369311b7d91d54a9154e3b888 (patch) | |
tree | 53fbf1ff5ca7e4aabbf5b11bd44e776dd59cd9bd /meta-n450/recipes-bsp/alsa-state/alsa-state.bbappend | |
parent | 98342e9e685ac8066f7fe2517fd382127a286648 (diff) | |
download | meta-intel-danny-8.0.1.tar.gz |
layer.conf: Use .= for adding to BBPATH and += to BBFILESdanny-8.0.1
Fixes parsing errors which is appearing after this commit to
meta-openembedded
http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e
This triggers
exception NameError: name 'base_contains' is not defined
without this change
Avoid the immediate expansion operator (:=) which caused base_contains
added in the previous commit to fail to expand at the time the
meta-intel layer configs are parsed and replace it with one of the
append operators (.= or +=) that allows for delayed variable expansion.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Diffstat (limited to 'meta-n450/recipes-bsp/alsa-state/alsa-state.bbappend')
0 files changed, 0 insertions, 0 deletions