mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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 <richard.purdie@linuxfoundation.org> (cherry picked from commit 4c190e8c9a2b53de3def1065fb6e479b72d040dc) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ef8583231a
commit
2d88e1c209
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user