diff options
Diffstat (limited to 'packages/gstreamer/gst-plugins_0.8.4.bb')
-rw-r--r-- | packages/gstreamer/gst-plugins_0.8.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gstreamer/gst-plugins_0.8.4.bb b/packages/gstreamer/gst-plugins_0.8.4.bb index 9b63f21a2c..0e6e1877cc 100644 --- a/packages/gstreamer/gst-plugins_0.8.4.bb +++ b/packages/gstreamer/gst-plugins_0.8.4.bb @@ -28,6 +28,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) |