diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-26 15:45:35 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:18:01 +0100 |
commit | 342c016356e4a05b7a22be1723257ca29e17678e (patch) | |
tree | 79473c46de2654e61cbc71b38805922e6f112987 /meta/packages/gstreamer | |
parent | 384be6889740aa9bb8dad27c40dd82fe23737903 (diff) | |
download | poky-342c016356e4a05b7a22be1723257ca29e17678e.tar.gz |
gst-plugins.inc: Fix recipe metadata
Add HOMEPAGE and BUGTRACKER information
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages/gstreamer')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/gstreamer/gst-plugins.inc b/meta/packages/gstreamer/gst-plugins.inc index d5bd349e57..9146d3eb85 100644 --- a/meta/packages/gstreamer/gst-plugins.inc +++ b/meta/packages/gstreamer/gst-plugins.inc | |||
@@ -1,4 +1,6 @@ | |||
1 | DESCRIPTION = "Plugins for GStreamer" | 1 | DESCRIPTION = "Plugins for GStreamer" |
2 | HOMEPAGE = "http://gstreamer.freedesktop.org/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" | ||
2 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |
3 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
4 | DEPENDS = "gstreamer" | 6 | DEPENDS = "gstreamer" |