summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-04-03 20:27:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-04 13:11:50 +0100
commit97986cbfc29a4ffbd3cb9802b77735b0c3b9315b (patch)
tree061cf5c0e64ad1c97c9a6e68d76dc573b5bdbdc9
parent04108d9c9fe37dd9da3c07227196520876f8b5a6 (diff)
downloadpoky-97986cbfc29a4ffbd3cb9802b77735b0c3b9315b.tar.gz
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. (From OE-Core rev: bab2e8c76453cf9982af936f20c6b22cc2237ba7) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.22.0.bb2
1 files changed, 2 insertions, 0 deletions
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 6df84a6251..c447f2cbe8 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 += "\
24" 24"
25 25
26inherit meson pkgconfig setuptools3-base upstream-version-is-even 26inherit meson pkgconfig setuptools3-base upstream-version-is-even
27
28FILES:${PN} += "${libdir}/gstreamer-1.0"