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:09:41 +0100
commit27d1dcf065ac2ccb57229eef54dd63b45d0fc5f9 (patch)
tree8a80f504201ca967881ea34d4784ce318617b41d
parent823cbf815d6984e813f0ae812f6a14469150eeff (diff)
downloadopenembedded-core-contrib-27d1dcf065ac2ccb57229eef54dd63b45d0fc5f9.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.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pycairo_1.19.1.bb b/meta/recipes-devtools/python/python3-pycairo_1.19.1.bb
index 34c8543bce..1734610d12 100644
--- a/meta/recipes-devtools/python/python3-pycairo_1.19.1.bb
+++ b/meta/recipes-devtools/python/python3-pycairo_1.19.1.bb
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "2c143183280feb67f5beb4e543fd49990c28e7df427301ede04fc550d3
S = "${WORKDIR}/pycairo-${PV}"
-inherit meson pkgconfig
+inherit meson pkgconfig python3targetconfig
CFLAGS += "-fPIC"