diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-02-09 09:09:15 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-09 08:21:36 -0500 |
commit | 7094239a63aed05ae49b808ac9ade02c158a5efb (patch) | |
tree | 4139d84e7b3b089b1dec68a0e5ba681b6090913d | |
parent | 211925d7f42ada35b4b812ca5f046cd1f092e61b (diff) | |
download | meta-virtualization-7094239a63aed05ae49b808ac9ade02c158a5efb.tar.gz |
libvirt-python: inherit python3targetconfig
* otherwise libvirt build will incorrectly use host's gcc and fail with:
gcc: error: unrecognized command line option "-fmacro-prefix-map=/OE/libvirt/6.1.0-r0=/usr/src/debug/libvirt/6.1.0-r0"
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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 7b87d5e1..bcd76572 100644 --- a/recipes-extended/libvirt/libvirt-python.inc +++ b/recipes-extended/libvirt/libvirt-python.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | inherit python3native python3-dir | 1 | inherit python3native python3-dir python3targetconfig |
2 | 2 | ||
3 | export STAGING_INCDIR | 3 | export STAGING_INCDIR |
4 | export STAGING_LIBDIR | 4 | export STAGING_LIBDIR |