From b2d178844371bb2d413eb6aed1e83a89783d7d96 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 8 Jan 2006 12:29:18 +0000 Subject: Add PACKAGES_DYNAMIC to the appropriate .bb files. --- packages/gstreamer/gst-plugins_0.8.8.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/gstreamer/gst-plugins_0.8.8.bb') 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) -- cgit v1.2.3