diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2010-12-23 20:23:33 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-30 10:03:10 +0000 |
commit | 0e8f0f0a033c79611a15914fde5826876502af2e (patch) | |
tree | 6eaed12c3fbab03d9adf193e923b6e20e2937f0d /meta/recipes-sato/gaku | |
parent | 35e3443b57d009bffd8904c7c6c3a4769193c1b4 (diff) | |
download | poky-0e8f0f0a033c79611a15914fde5826876502af2e.tar.gz |
RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN}
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/gaku')
-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 a70863e6bc..d1e2a3f43f 100644 --- a/meta/recipes-sato/gaku/gaku_svn.bb +++ b/meta/recipes-sato/gaku/gaku_svn.bb | |||
@@ -4,12 +4,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
4 | file://main.c;beginline=1;endline=20;md5=0c02b4ef945956832b37a036b9cc103a" | 4 | file://main.c;beginline=1;endline=20;md5=0c02b4ef945956832b37a036b9cc103a" |
5 | DEPENDS = "gtk+ gstreamer libowl-av" | 5 | DEPENDS = "gtk+ gstreamer libowl-av" |
6 | 6 | ||
7 | RDEPENDS = "gst-plugins-base-audioconvert \ | 7 | RDEPENDS_${PN} = "gst-plugins-base-audioconvert \ |
8 | gst-plugins-base-audioresample \ | 8 | gst-plugins-base-audioresample \ |
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-good-id3demux \ | 12 | RRECOMMENDS_${PN} = "gst-plugins-good-id3demux \ |
13 | gst-plugins-base-vorbis \ | 13 | gst-plugins-base-vorbis \ |
14 | gst-plugins-base-alsa \ | 14 | gst-plugins-base-alsa \ |
15 | gst-plugins-base-ogg \ | 15 | gst-plugins-base-ogg \ |
@@ -17,7 +17,7 @@ RRECOMMENDS = "gst-plugins-good-id3demux \ | |||
17 | 17 | ||
18 | PV = "0.0+svnr${SRCREV}" | 18 | PV = "0.0+svnr${SRCREV}" |
19 | 19 | ||
20 | PR = "r3" | 20 | PR = "r4" |
21 | 21 | ||
22 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" | 22 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" |
23 | 23 | ||