From dadf001c85938b831def8da5851a40dc0977e3d0 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 13 Nov 2020 20:48:51 +0100 Subject: python3-pycairo: use python3targetconfig Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pycairo_1.20.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-pycairo_1.20.0.bb b/meta/recipes-devtools/python/python3-pycairo_1.20.0.bb index 37faabcdfb..8987b7a428 100644 --- a/meta/recipes-devtools/python/python3-pycairo_1.20.0.bb +++ b/meta/recipes-devtools/python/python3-pycairo_1.20.0.bb @@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "5695a10cb7f9ae0d01f665b56602a845b0a8cb17e2123bfece10c2e585 S = "${WORKDIR}/pycairo-${PV}" -inherit meson pkgconfig +inherit meson pkgconfig python3targetconfig CFLAGS += "-fPIC" -- cgit 1.2.3-korg