From 2d88e1c2098c357d8b7541564109fdeb77ba8185 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 28 Feb 2021 12:05:14 +0000 Subject: gstreamer1.0-python: Set internal python library path correcty The library hardcodes paths to the python library internally and currently these are build paths. Fix this to use the correct target path and fix reproducibility in the process. (From OE-Core rev: 45b8cc437557490ae3aca2434ea19a5113bf2fa6) Signed-off-by: Richard Purdie (cherry picked from commit 4c190e8c9a2b53de3def1065fb6e479b72d040dc) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-multimedia') diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.3.bb index 14b34a2808..3eeb69d72c 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.3.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.3.bb @@ -16,6 +16,8 @@ PNREAL = "gst-python" S = "${WORKDIR}/${PNREAL}-${PV}" +EXTRA_OEMESON += "-Dlibpython-dir=${libdir}" + # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" -- cgit v1.2.3-54-g00ecf