diff options
Diffstat (limited to 'packages/gstreamer/gst-plugins_0.8.8.bb')
-rw-r--r-- | packages/gstreamer/gst-plugins_0.8.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gstreamer/gst-plugins_0.8.8.bb b/packages/gstreamer/gst-plugins_0.8.8.bb index 3d94980c59..cfcd5a3a2f 100644 --- a/packages/gstreamer/gst-plugins_0.8.8.bb +++ b/packages/gstreamer/gst-plugins_0.8.8.bb @@ -31,6 +31,8 @@ plugin_postinst() { fi } +PACKAGES_DYNAMIC = "gst-plugin-*" + python populate_packages_prepend () { gst_libdir = bb.data.expand('${libdir}/gstreamer-${LIBV}', d) postinst = bb.data.getVar('plugin_postinst', d, 1) |