From a4439b76db06bdd747c6765ec184a76f6ec18e88 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 9 Feb 2021 09:09:15 +0100 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-extended/libvirt/libvirt-python.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -inherit python3native python3-dir +inherit python3native python3-dir python3targetconfig export STAGING_INCDIR export STAGING_LIBDIR -- cgit v1.2.3-54-g00ecf