diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-10-07 23:39:04 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-08 16:47:19 +0100 |
commit | 5f17c07331fd0bfcc5aba87587ede385bd896c47 (patch) | |
tree | ac21c49459a2830a110f8d432565d1afdafe826c /meta/recipes-multimedia/gstreamer | |
parent | 7d429655652eb3ab5efa5473050b5270b098446e (diff) | |
download | poky-5f17c07331fd0bfcc5aba87587ede385bd896c47.tar.gz |
gststream commercial: modified recipes and tasks to add commercial identifier
Modified DEPENDS and RDEPENDS in these recipes and tasks to make packages
which have potential license implications opt in through options in
poky/local.conf.
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb index 50fcb6d7f8..30adf7a5cf 100644 --- a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb +++ b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | |||
@@ -1,7 +1,8 @@ | |||
1 | DESCRIPTION = "Gstreamer package groups" | 1 | DESCRIPTION = "Gstreamer package groups" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | DEPENDS = "gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly" | 3 | DEPENDS = "gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad" |
4 | PR = "r6" | 4 | |
5 | PR = "r7" | ||
5 | 6 | ||
6 | PACKAGES = "\ | 7 | PACKAGES = "\ |
7 | gst-meta-base \ | 8 | gst-meta-base \ |
@@ -31,10 +32,9 @@ RDEPENDS_gst-meta-audio = "\ | |||
31 | gst-meta-base \ | 32 | gst-meta-base \ |
32 | gst-plugins-base-vorbis \ | 33 | gst-plugins-base-vorbis \ |
33 | gst-plugins-base-ogg \ | 34 | gst-plugins-base-ogg \ |
34 | gst-plugins-ugly-mad \ | ||
35 | gst-plugins-good-wavparse \ | 35 | gst-plugins-good-wavparse \ |
36 | gst-plugins-ugly-mpegaudioparse \ | 36 | gst-plugins-good-flac \ |
37 | gst-plugins-good-flac" | 37 | ${COMMERCIAL_AUDIO_PLUGINS}" |
38 | 38 | ||
39 | 39 | ||
40 | RDEPENDS_gst-meta-debug = "\ | 40 | RDEPENDS_gst-meta-debug = "\ |
@@ -48,9 +48,7 @@ RDEPENDS_gst-meta-video = "\ | |||
48 | gst-meta-base \ | 48 | gst-meta-base \ |
49 | gst-plugins-good-avi \ | 49 | gst-plugins-good-avi \ |
50 | gst-plugins-good-matroska \ | 50 | gst-plugins-good-matroska \ |
51 | gst-plugins-ugly-mpeg2dec \ | 51 | ${COMMERCIAL_VIDEO_PLUGINS}" |
52 | gst-plugins-ugly-mpegstream \ | ||
53 | gst-plugins-bad-mpegvideoparse" | ||
54 | 52 | ||
55 | RRECOMMENDS_gst-meta-video = "\ | 53 | RRECOMMENDS_gst-meta-video = "\ |
56 | gst-meta-audio" | 54 | gst-meta-audio" |