From 340cb156e836b2d9ec13d897b3cc9cf76054fcb4 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 21 May 2009 04:50:41 +0000 Subject: gst-plugins: fixed pattern for meta package dependencies. This fixes package name matching so that gst-plugins-*-meta packages include all the plugin ones. The current matching implementation doesn't make meta packages depend on gst-plugins with 'locale' and 'dev' in their names (f.e. gstfbdevsink). Also use INC_PR for gstremer-plugins as requested on ML. Signed-off-by: Ihar Hrachyshka Signed-off-by: Koen Kooi --- recipes/gstreamer/gst-plugins-good_0.10.14.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes/gstreamer/gst-plugins-good_0.10.14.bb') diff --git a/recipes/gstreamer/gst-plugins-good_0.10.14.bb b/recipes/gstreamer/gst-plugins-good_0.10.14.bb index d9f0349101..d077d06d1c 100644 --- a/recipes/gstreamer/gst-plugins-good_0.10.14.bb +++ b/recipes/gstreamer/gst-plugins-good_0.10.14.bb @@ -1,5 +1,7 @@ require gst-plugins.inc +PR = "${INC_PR}.1" + inherit gconf EXTRA_OECONF += " --enable-experimental --enable-gst_v4l2 --enable-gconftool --enable-external --with-check=no" -- cgit 1.2.3-korg