diff options
author | Ihar Hrachyshka <ihar.hrachyshka@gmail.com> | 2009-05-21 04:50:41 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-21 17:11:03 +0200 |
commit | 340cb156e836b2d9ec13d897b3cc9cf76054fcb4 (patch) | |
tree | d182d6c161c8105b2a6bc26f811f41500b63c499 /recipes/gstreamer/gst-plugins-bad_0.10.6.bb | |
parent | d18dc6fd33261ab005d3195c7d26e224081f5e0b (diff) |
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 <ihar.hrachyshka@gmail.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/gstreamer/gst-plugins-bad_0.10.6.bb')
-rw-r--r-- | recipes/gstreamer/gst-plugins-bad_0.10.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.6.bb b/recipes/gstreamer/gst-plugins-bad_0.10.6.bb index df7bf75852..bfc7217b50 100644 --- a/recipes/gstreamer/gst-plugins-bad_0.10.6.bb +++ b/recipes/gstreamer/gst-plugins-bad_0.10.6.bb @@ -1,5 +1,6 @@ require gst-plugins.inc -PR = "r2" + +PR = "${INC_PR}.1" SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ file://gst-plugins-directfb-fix.patch;patch=1;pnum=2 \ |