summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-13 20:48:51 +0100
committerPeter Kjellerstedt <pkj@axis.com>2021-02-08 23:10:34 +0100
commit8940ceb5c366e9b14cbeab83ef34daf87e1e4525 (patch)
treee60d6c82ad0b05c81abba67f9aebe722a2b4d448
parenta1be56a5dea47f6481d70dadc1bc76bd7ac9fb18 (diff)
downloadopenembedded-core-contrib-8940ceb5c366e9b14cbeab83ef34daf87e1e4525.tar.gz
python3-pycairo: use python3targetconfig
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-pycairo_1.19.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pycairo_1.19.0.bb b/meta/recipes-devtools/python/python3-pycairo_1.19.0.bb
index 8f60834c17..8452d7fa9f 100644
--- a/meta/recipes-devtools/python/python3-pycairo_1.19.0.bb
+++ b/meta/recipes-devtools/python/python3-pycairo_1.19.0.bb
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "4f5ba9374a46c98729dd3727d993f5e17ed0286fd6738ed464fe4efa06
S = "${WORKDIR}/pycairo-${PV}"
-inherit meson pkgconfig
+inherit meson pkgconfig python3targetconfig
CFLAGS += "-fPIC"