diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-17 15:57:41 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-17 15:57:41 -0200 |
commit | 4d00e1d094571597fcfb686112157577fe49fc17 (patch) | |
tree | 169665d86e12f2aa2d6df71a856c1893267972d7 /dynamic-layers/qt4-layer | |
parent | 9704df97f08cf5895e2f5bcfb33f1a53d10c7704 (diff) | |
parent | 74df05a7f0fd698cbbe65b9bf925f186891426ca (diff) | |
download | meta-freescale-4d00e1d094571597fcfb686112157577fe49fc17.tar.gz |
Merge pull request #40 from andred/for-merge
remove True option to getVar calls
Diffstat (limited to 'dynamic-layers/qt4-layer')
-rw-r--r-- | dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc b/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc index b7171ebc..187681a8 100644 --- a/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc +++ b/dynamic-layers/qt4-layer/recipes-qt4/qt4/qt4-imx-support.inc | |||
@@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/qt4:" | |||
2 | 2 | ||
3 | python __anonymous () { | 3 | python __anonymous () { |
4 | families = ['mx6'] | 4 | families = ['mx6'] |
5 | cur_families = (d.getVar('MACHINEOVERRIDES', True) or '').split(':') | 5 | cur_families = (d.getVar('MACHINEOVERRIDES') or '').split(':') |
6 | if any(map(lambda x: x in cur_families, | 6 | if any(map(lambda x: x in cur_families, |
7 | families)): | 7 | families)): |
8 | d.appendVarFlag('do_configure', 'depends', ' virtual/kernel:do_shared_workdir') | 8 | d.appendVarFlag('do_configure', 'depends', ' virtual/kernel:do_shared_workdir') |