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-19 10:48:52 -0500 |
| commit | 502b81ae3ae11bf4d889b7eff6239fb9e6c55994 (patch) | |
| tree | cf102e49babf39c4a7ae6d39d2901f604470e2c5 /recipes-extended/libvirt/libvirt-python.inc | |
| parent | 92cd3467502bd27b98a76862ca6525ce425a8479 (diff) | |
| download | meta-virtualization-502b81ae3ae11bf4d889b7eff6239fb9e6c55994.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>
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 c5b0fbd2..ad4d2473 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 |
