From: Ross Burton Date: Mon, 3 Apr 2023 19:27:51 +0000 (+0100) Subject: gstreamer1.0-plugins: package the internal libraries explicitly X-Git-Tag: 2023-04-mickledore~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bab2e8c76453cf9982af936f20c6b22cc2237ba7;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git gstreamer1.0-plugins: package the internal libraries explicitly An upcoming change will simplify the setuptools3-base FILES assignments, which means this recipe needs to package a library explicitly. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb index 6df84a6251f..c447f2cbe86 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb @@ -24,3 +24,5 @@ EXTRA_OEMESON += "\ " inherit meson pkgconfig setuptools3-base upstream-version-is-even + +FILES:${PN} += "${libdir}/gstreamer-1.0"