]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
gstreamer1.0-plugins: package the internal libraries explicitly
authorRoss Burton <ross.burton@arm.com>
Mon, 3 Apr 2023 19:27:51 +0000 (20:27 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Apr 2023 20:11:06 +0000 (21:11 +0100)
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 <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb

index 6df84a6251fb4d1348440e3cc72de31761b6c47f..c447f2cbe86e757b8d124fbe57764b23b714e6e0 100644 (file)
@@ -24,3 +24,5 @@ EXTRA_OEMESON += "\
 "
 
 inherit meson pkgconfig setuptools3-base upstream-version-is-even
+
+FILES:${PN} += "${libdir}/gstreamer-1.0"