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 | |
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')
-rw-r--r-- | meta/recipes-sato/eds/eds-tools_bzr.bb | 4 | ||||
-rw-r--r-- | meta/recipes-sato/gaku/gaku_svn.bb | 6 | ||||
-rw-r--r-- | meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb | 3 | ||||
-rw-r--r-- | meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb | 4 | ||||
-rw-r--r-- | meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-sato/owl-video-widget/libowl-av_svn.bb | 6 | ||||
-rw-r--r-- | meta/recipes-sato/pimlico/contacts.inc | 2 | ||||
-rw-r--r-- | meta/recipes-sato/pimlico/contacts_0.9.bb | 2 | ||||
-rw-r--r-- | meta/recipes-sato/pimlico/contacts_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-sato/pimlico/dates.inc | 2 | ||||
-rw-r--r-- | meta/recipes-sato/pimlico/dates_0.4.8.bb | 2 | ||||
-rw-r--r-- | meta/recipes-sato/pimlico/dates_git.bb | 2 |
12 files changed, 20 insertions, 19 deletions
diff --git a/meta/recipes-sato/eds/eds-tools_bzr.bb b/meta/recipes-sato/eds/eds-tools_bzr.bb index 0dfcf593c0..9cead16516 100644 --- a/meta/recipes-sato/eds/eds-tools_bzr.bb +++ b/meta/recipes-sato/eds/eds-tools_bzr.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | SECTION = "x11" | 2 | SECTION = "x11" |
3 | DEPENDS = "dbus-glib eds-dbus" | 3 | DEPENDS = "dbus-glib eds-dbus" |
4 | RDEPENDS = "libedata-book" | 4 | RDEPENDS_${PN} = "libedata-book" |
5 | DESCRIPTION = "Test applications for EDS" | 5 | DESCRIPTION = "Test applications for EDS" |
6 | 6 | ||
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | SRC_URI = "bzr://burtonini.com/bzr/eds-tools;proto=http" | 9 | SRC_URI = "bzr://burtonini.com/bzr/eds-tools;proto=http" |
10 | 10 | ||
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 | ||
diff --git a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb index af748f14ff..88484eb12b 100644 --- a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb +++ b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb | |||
@@ -7,9 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
7 | file://appearance/mb-appearance.c;endline=25;md5=ea92333cf8a6802639d62d874c114a28" | 7 | file://appearance/mb-appearance.c;endline=25;md5=ea92333cf8a6802639d62d874c114a28" |
8 | 8 | ||
9 | DEPENDS = "gconf gtk+" | 9 | DEPENDS = "gconf gtk+" |
10 | RDEPENDS = "settings-daemon" | 10 | RDEPENDS_${PN} = "settings-daemon" |
11 | 11 | ||
12 | PV = "0.0+svnr${SRCREV}" | 12 | PV = "0.0+svnr${SRCREV}" |
13 | PR = "r1" | ||
13 | 14 | ||
14 | S = "${WORKDIR}/${PN}" | 15 | S = "${WORKDIR}/${PN}" |
15 | 16 | ||
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb index 337738edf8..935136d6fb 100644 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb | |||
@@ -8,10 +8,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
8 | file://applet/applet.c;endline=20;md5=e9201b3efa0a81a160b88d6feb5cf75b" | 8 | file://applet/applet.c;endline=20;md5=e9201b3efa0a81a160b88d6feb5cf75b" |
9 | 9 | ||
10 | DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" | 10 | DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" |
11 | RDEPENDS = "formfactor dbus-wait" | 11 | RDEPENDS_${PN} = "formfactor dbus-wait" |
12 | SECTION = "x11" | 12 | SECTION = "x11" |
13 | PV = "0.0+svnr${SRCREV}" | 13 | PV = "0.0+svnr${SRCREV}" |
14 | PR = "r4" | 14 | PR = "r5" |
15 | 15 | ||
16 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ | 16 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ |
17 | file://configure_fix.patch;patch=1;maxrev=1819 \ | 17 | file://configure_fix.patch;patch=1;maxrev=1819 \ |
diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb index 96d644c3c9..a4abea4b8b 100644 --- a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb +++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb | |||
@@ -6,8 +6,8 @@ LICENSE = "GPL" | |||
6 | LIC_FILES_CHKSUM = "file://session;endline=3;md5=f8a5c5b9c279e52dc094d10e11c2be63" | 6 | LIC_FILES_CHKSUM = "file://session;endline=3;md5=f8a5c5b9c279e52dc094d10e11c2be63" |
7 | 7 | ||
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session" | 9 | RDEPENDS_${PN} = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session" |
10 | PR = "r27" | 10 | PR = "r28" |
11 | 11 | ||
12 | # This package is architecture specific because the session script is modified | 12 | # This package is architecture specific because the session script is modified |
13 | # based on the machine architecture. | 13 | # based on the machine architecture. |
diff --git a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb index 4eeeed6d24..15bd37ac8c 100644 --- a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb +++ b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb | |||
@@ -9,11 +9,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ac14b7ca45afea5af040da54db270eb0 \ | |||
9 | 9 | ||
10 | SECTION = "x11" | 10 | SECTION = "x11" |
11 | DEPENDS = "gtk+ gstreamer gst-plugins-base" | 11 | DEPENDS = "gtk+ gstreamer gst-plugins-base" |
12 | RDEPENDS = "gst-meta-base" | 12 | RDEPENDS_${PN} = "gst-meta-base" |
13 | RRECOMMENDS = "gst-meta-audio gst-meta-video" | 13 | RRECOMMENDS_${PN} = "gst-meta-audio gst-meta-video" |
14 | 14 | ||
15 | PV = "0.0+svnr${SRCREV}" | 15 | PV = "0.0+svnr${SRCREV}" |
16 | PR = "r5" | 16 | PR = "r6" |
17 | 17 | ||
18 | S = "${WORKDIR}/${PN}" | 18 | S = "${WORKDIR}/${PN}" |
19 | 19 | ||
diff --git a/meta/recipes-sato/pimlico/contacts.inc b/meta/recipes-sato/pimlico/contacts.inc index a424295aca..ce990d7ddd 100644 --- a/meta/recipes-sato/pimlico/contacts.inc +++ b/meta/recipes-sato/pimlico/contacts.inc | |||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2 & GPLv2+ & GPLv3+ " | |||
6 | SECTION = "x11" | 6 | SECTION = "x11" |
7 | DEPENDS = "glib-2.0 gtk+ eds-dbus" | 7 | DEPENDS = "glib-2.0 gtk+ eds-dbus" |
8 | DEPENDS_append_poky = " libowl" | 8 | DEPENDS_append_poky = " libowl" |
9 | RDEPENDS = "libedata-book" | 9 | RDEPENDS_${PN} = "libedata-book" |
10 | 10 | ||
11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
12 | 12 | ||
diff --git a/meta/recipes-sato/pimlico/contacts_0.9.bb b/meta/recipes-sato/pimlico/contacts_0.9.bb index 1e4628737d..a9e3f15ad1 100644 --- a/meta/recipes-sato/pimlico/contacts_0.9.bb +++ b/meta/recipes-sato/pimlico/contacts_0.9.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require contacts.inc | 1 | require contacts.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | SRC_URI =+ "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz" | 5 | SRC_URI =+ "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz" |
diff --git a/meta/recipes-sato/pimlico/contacts_git.bb b/meta/recipes-sato/pimlico/contacts_git.bb index c375435309..0d2e235e56 100644 --- a/meta/recipes-sato/pimlico/contacts_git.bb +++ b/meta/recipes-sato/pimlico/contacts_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
6 | file://src/contacts-gtk.c;endline=23;md5=e1ee9b9e72045f2d3aa44cf17313b46e" | 6 | file://src/contacts-gtk.c;endline=23;md5=e1ee9b9e72045f2d3aa44cf17313b46e" |
7 | 7 | ||
8 | PV = "0.12+git${SRCPV}" | 8 | PV = "0.12+git${SRCPV}" |
9 | PR = "r1" | 9 | PR = "r2" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
diff --git a/meta/recipes-sato/pimlico/dates.inc b/meta/recipes-sato/pimlico/dates.inc index 6ef7b60611..01ab409625 100644 --- a/meta/recipes-sato/pimlico/dates.inc +++ b/meta/recipes-sato/pimlico/dates.inc | |||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2 & GPLv2+ & LGPLv2+" | |||
6 | 6 | ||
7 | SECTION = "x11" | 7 | SECTION = "x11" |
8 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" | 8 | DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" |
9 | RDEPENDS = "libedata-cal" | 9 | RDEPENDS_${PN} = "libedata-cal" |
10 | 10 | ||
11 | inherit autotools pkgconfig gtk-icon-cache | 11 | inherit autotools pkgconfig gtk-icon-cache |
12 | 12 | ||
diff --git a/meta/recipes-sato/pimlico/dates_0.4.8.bb b/meta/recipes-sato/pimlico/dates_0.4.8.bb index 13afc157d0..ca88a7301e 100644 --- a/meta/recipes-sato/pimlico/dates_0.4.8.bb +++ b/meta/recipes-sato/pimlico/dates_0.4.8.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require dates.inc | 1 | require dates.inc |
2 | 2 | ||
3 | PR = "r3" | 3 | PR = "r4" |
4 | 4 | ||
5 | SRC_URI = "http://pimlico-project.org/sources/dates/dates-${PV}.tar.gz" | 5 | SRC_URI = "http://pimlico-project.org/sources/dates/dates-${PV}.tar.gz" |
diff --git a/meta/recipes-sato/pimlico/dates_git.bb b/meta/recipes-sato/pimlico/dates_git.bb index d09f4e6216..bceeec671e 100644 --- a/meta/recipes-sato/pimlico/dates_git.bb +++ b/meta/recipes-sato/pimlico/dates_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | |||
6 | file://src/gconf-bridge.c;endline=22;md5=ad7626c6daf4aec590474a243f4912fa" | 6 | file://src/gconf-bridge.c;endline=22;md5=ad7626c6daf4aec590474a243f4912fa" |
7 | 7 | ||
8 | PV = "0.4.11+git${SRCPV}" | 8 | PV = "0.4.11+git${SRCPV}" |
9 | PR = "r1" | 9 | PR = "r2" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||