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-sato | |
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-sato')
-rw-r--r-- | meta/recipes-sato/gaku/gaku_svn.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-sato/gaku/gaku_svn.bb b/meta/recipes-sato/gaku/gaku_svn.bb index a9a0b05552..a70863e6bc 100644 --- a/meta/recipes-sato/gaku/gaku_svn.bb +++ b/meta/recipes-sato/gaku/gaku_svn.bb | |||
@@ -9,11 +9,11 @@ RDEPENDS = "gst-plugins-base-audioconvert \ | |||
9 | gst-plugins-base-typefindfunctions \ | 9 | gst-plugins-base-typefindfunctions \ |
10 | gst-plugins-base-playbin" | 10 | gst-plugins-base-playbin" |
11 | 11 | ||
12 | RRECOMMENDS = "gst-plugins-ugly-mad \ | 12 | RRECOMMENDS = "gst-plugins-good-id3demux \ |
13 | gst-plugins-good-id3demux \ | ||
14 | gst-plugins-base-vorbis \ | 13 | gst-plugins-base-vorbis \ |
15 | gst-plugins-base-alsa \ | 14 | gst-plugins-base-alsa \ |
16 | gst-plugins-base-ogg" | 15 | gst-plugins-base-ogg \ |
16 | ${COMMERCIAL_AUDIO_PLUGINS}" | ||
17 | 17 | ||
18 | PV = "0.0+svnr${SRCREV}" | 18 | PV = "0.0+svnr${SRCREV}" |
19 | 19 | ||