diff options
Diffstat (limited to 'packages/gstreamer/gst-plugins_0.8.7.bb')
-rw-r--r-- | packages/gstreamer/gst-plugins_0.8.7.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gstreamer/gst-plugins_0.8.7.bb b/packages/gstreamer/gst-plugins_0.8.7.bb index 430830e392..75bd75bd44 100644 --- a/packages/gstreamer/gst-plugins_0.8.7.bb +++ b/packages/gstreamer/gst-plugins_0.8.7.bb @@ -29,6 +29,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) |