diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2017-01-01 22:21:20 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-03 10:28:33 -0500 |
commit | e64f378b93e6fed8f5e8a019e1c4a82bdad4fe0c (patch) | |
tree | 79cbcd4bfe6b2db3e8baf0a0a9c2d224296e7692 /recipes-extended/libvirt/libvirt-python.inc | |
parent | b0a72cd343c9bdb38d01f6dbf0c5ac3d55c769dd (diff) | |
download | meta-virtualization-e64f378b93e6fed8f5e8a019e1c4a82bdad4fe0c.tar.gz |
Remove True option to getVar calls
getVar() now defaults to expanding by default.
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/libvirt/libvirt-python.inc')
-rw-r--r-- | recipes-extended/libvirt/libvirt-python.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt-python.inc b/recipes-extended/libvirt/libvirt-python.inc index bc2f1de2..15aa8044 100644 --- a/recipes-extended/libvirt/libvirt-python.inc +++ b/recipes-extended/libvirt/libvirt-python.inc | |||
@@ -32,7 +32,7 @@ LIBVIRT_INSTALL_ARGS = "--root=${D} \ | |||
32 | --install-data=${datadir}" | 32 | --install-data=${datadir}" |
33 | 33 | ||
34 | python __anonymous () { | 34 | python __anonymous () { |
35 | pkgconfig = d.getVar('PACKAGECONFIG', True) | 35 | pkgconfig = d.getVar('PACKAGECONFIG') |
36 | if ('python') in pkgconfig.split(): | 36 | if ('python') in pkgconfig.split(): |
37 | d.setVar('LIBVIRT_PYTHON_ENABLE', '1') | 37 | d.setVar('LIBVIRT_PYTHON_ENABLE', '1') |
38 | else: | 38 | else: |