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-demoapps | |
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-demoapps')
10 files changed, 19 insertions, 16 deletions
diff --git a/meta-demoapps/recipes-connectivity/openswan/openswan_2.4.7.bb b/meta-demoapps/recipes-connectivity/openswan/openswan_2.4.7.bb index 022f709f99..d647f682d0 100644 --- a/meta-demoapps/recipes-connectivity/openswan/openswan_2.4.7.bb +++ b/meta-demoapps/recipes-connectivity/openswan/openswan_2.4.7.bb | |||
@@ -5,9 +5,9 @@ Linux operating system." | |||
5 | HOMEPAGE = "http://www.openswan.org" | 5 | HOMEPAGE = "http://www.openswan.org" |
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | DEPENDS = "gmp flex-native" | 7 | DEPENDS = "gmp flex-native" |
8 | RRECOMMENDS = "kernel-module-ipsec" | 8 | RRECOMMENDS_${PN} = "kernel-module-ipsec" |
9 | RDEPENDS_nylon = "perl" | 9 | RDEPENDS_${PN}_nylon = "perl" |
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | SRC_URI = "http://www.openswan.org/download/old/openswan-${PV}.tar.gz \ | 12 | SRC_URI = "http://www.openswan.org/download/old/openswan-${PV}.tar.gz \ |
13 | file://openswan-2.4.7-gentoo.patch;patch=1 \ | 13 | file://openswan-2.4.7-gentoo.patch;patch=1 \ |
diff --git a/meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb b/meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb index 74ca752ad6..06e44fd812 100644 --- a/meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb +++ b/meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb | |||
@@ -4,10 +4,11 @@ OpenSync in GLib applications." | |||
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
5 | SECTION = "x11" | 5 | SECTION = "x11" |
6 | DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi" | 6 | DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi" |
7 | RRECOMMENDS = "\ | 7 | RRECOMMENDS_${PN} = "\ |
8 | libopensync-plugin-file \ | 8 | libopensync-plugin-file \ |
9 | " | 9 | " |
10 | PV = "0.0+svnr${SRCREV}" | 10 | PV = "0.0+svnr${SRCREV}" |
11 | PR = "r1" | ||
11 | 12 | ||
12 | SRC_URI = "svn://svn.o-hand.com/repos/sync/trunk;module=sync;proto=http" | 13 | SRC_URI = "svn://svn.o-hand.com/repos/sync/trunk;module=sync;proto=http" |
13 | 14 | ||
diff --git a/meta-demoapps/recipes-connectivity/telepathy/empathy_2.26.1.bb b/meta-demoapps/recipes-connectivity/telepathy/empathy_2.26.1.bb index 2e07b19c16..2c973ac664 100644 --- a/meta-demoapps/recipes-connectivity/telepathy/empathy_2.26.1.bb +++ b/meta-demoapps/recipes-connectivity/telepathy/empathy_2.26.1.bb | |||
@@ -6,9 +6,9 @@ Gadu-Gadu, Groupwise, ICQ and QQ." | |||
6 | HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0" | 6 | HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0" |
7 | LICENSE = "GPL" | 7 | LICENSE = "GPL" |
8 | DEPENDS = "libcanberra telepathy-farsight gnome-doc-utils python-native telepathy-python telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus" | 8 | DEPENDS = "libcanberra telepathy-farsight gnome-doc-utils python-native telepathy-python telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus" |
9 | RDEPENDS = "telepathy-mission-control" | 9 | RDEPENDS_${PN} = "telepathy-mission-control" |
10 | RRECOMMENDS = "telepathy-gabble" | 10 | RRECOMMENDS_${PN} = "telepathy-gabble" |
11 | PR = "r2" | 11 | PR = "r3" |
12 | 12 | ||
13 | inherit gnome | 13 | inherit gnome |
14 | 14 | ||
diff --git a/meta-demoapps/recipes-gnome/abiword/abiword-2.5.inc b/meta-demoapps/recipes-gnome/abiword/abiword-2.5.inc index dcd3b85534..e3f6a9d2b9 100644 --- a/meta-demoapps/recipes-gnome/abiword/abiword-2.5.inc +++ b/meta-demoapps/recipes-gnome/abiword/abiword-2.5.inc | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.abiword.org" | |||
3 | SECTION = "x11/office" | 3 | SECTION = "x11/office" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | DEPENDS = "perl-native wv libgsf libglade libfribidi jpeg libpng libxml2" | 5 | DEPENDS = "perl-native wv libgsf libglade libfribidi jpeg libpng libxml2" |
6 | RDEPENDS = "glibc-gconv-ibm850 glibc-gconv-cp1252 \ | 6 | RDEPENDS_${PN} = "glibc-gconv-ibm850 glibc-gconv-cp1252 \ |
7 | glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" | 7 | glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" |
8 | 8 | ||
9 | SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz" | 9 | SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz" |
diff --git a/meta-demoapps/recipes-gnome/abiword/abiword-embedded_2.5.2.bb b/meta-demoapps/recipes-gnome/abiword/abiword-embedded_2.5.2.bb index 47cf9e03c0..7ee0f866a0 100644 --- a/meta-demoapps/recipes-gnome/abiword/abiword-embedded_2.5.2.bb +++ b/meta-demoapps/recipes-gnome/abiword/abiword-embedded_2.5.2.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require abiword-2.5.inc | 1 | require abiword-2.5.inc |
2 | 2 | ||
3 | PR = "r1" | ||
4 | |||
3 | EXTRA_OECONF += "--enable-embedded" | 5 | EXTRA_OECONF += "--enable-embedded" |
4 | 6 | ||
5 | S = "${WORKDIR}/abiword-${PV}" | 7 | S = "${WORKDIR}/abiword-${PV}" |
diff --git a/meta-demoapps/recipes-gnome/abiword/abiword.inc b/meta-demoapps/recipes-gnome/abiword/abiword.inc index d2fabf931c..5d7e3ce600 100644 --- a/meta-demoapps/recipes-gnome/abiword/abiword.inc +++ b/meta-demoapps/recipes-gnome/abiword/abiword.inc | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.abiword.org"" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | 5 | ||
6 | DEPENDS = "libgsf libglade libfribidi libxml2 wv" | 6 | DEPENDS = "libgsf libglade libfribidi libxml2 wv" |
7 | RRECOMMENDS = "glibc-gconv-ibm850 glibc-gconv-cp1252 \ | 7 | RRECOMMENDS_${PN} = "glibc-gconv-ibm850 glibc-gconv-cp1252 \ |
8 | glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" | 8 | glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" |
9 | 9 | ||
10 | # Share this file between recipes that use cvs and that pull tarballs | 10 | # Share this file between recipes that use cvs and that pull tarballs |
diff --git a/meta-demoapps/recipes-gnome/abiword/abiword_2.5.2.bb b/meta-demoapps/recipes-gnome/abiword/abiword_2.5.2.bb index 566d0fa203..c10d761b06 100644 --- a/meta-demoapps/recipes-gnome/abiword/abiword_2.5.2.bb +++ b/meta-demoapps/recipes-gnome/abiword/abiword_2.5.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require abiword-2.5.inc | 1 | require abiword-2.5.inc |
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r2" |
4 | 4 | ||
5 | RCONFLICTS = "abiword-embedded" | 5 | RCONFLICTS_${PN} = "abiword-embedded" |
diff --git a/meta-demoapps/recipes-gnome/abiword/abiword_cvs.bb b/meta-demoapps/recipes-gnome/abiword/abiword_cvs.bb index e0e3bd7d60..4dffbd0710 100644 --- a/meta-demoapps/recipes-gnome/abiword/abiword_cvs.bb +++ b/meta-demoapps/recipes-gnome/abiword/abiword_cvs.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require abiword.inc | 1 | require abiword.inc |
2 | 2 | ||
3 | PV="2.5.0+cvs${SRCDATE}" | 3 | PV="2.5.0+cvs${SRCDATE}" |
4 | PR = "r3" | 4 | PR = "r4" |
5 | 5 | ||
6 | SRC_URI = "${CVSURI}" | 6 | SRC_URI = "${CVSURI}" |
7 | 7 | ||
diff --git a/meta-demoapps/recipes-gnome/libgsf/libgsf_1.14.5.bb b/meta-demoapps/recipes-gnome/libgsf/libgsf_1.14.5.bb index 760c5c10af..3ac7d6e2eb 100644 --- a/meta-demoapps/recipes-gnome/libgsf/libgsf_1.14.5.bb +++ b/meta-demoapps/recipes-gnome/libgsf/libgsf_1.14.5.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | DESCRIPTION = "GNOME Structured File Library" | 1 | DESCRIPTION = "GNOME Structured File Library" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | PR = "r0" | 4 | PR = "r1" |
5 | 5 | ||
6 | DEPENDS= "libxml2 bzip2 glib-2.0 zlib" | 6 | DEPENDS= "libxml2 bzip2 glib-2.0 zlib" |
7 | RDEPENDS = "gconf gnome-vfs" | 7 | RDEPENDS_${PN} = "gconf gnome-vfs" |
8 | 8 | ||
9 | 9 | ||
10 | PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev " | 10 | PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev " |
diff --git a/meta-demoapps/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb b/meta-demoapps/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb index 60be56de13..21716cf72e 100644 --- a/meta-demoapps/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb +++ b/meta-demoapps/recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | DESCRIPTION = "Gtk2 theme files to accompany default Matchbox themes" | 1 | DESCRIPTION = "Gtk2 theme files to accompany default Matchbox themes" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | DEPENDS = "gtk-engines" | 3 | DEPENDS = "gtk-engines" |
4 | RDEPENDS = "matchbox-wm gtk-engine-clearlooks" | 4 | RDEPENDS_${PN} = "matchbox-wm gtk-engine-clearlooks" |
5 | SECTION = "x11/base" | 5 | SECTION = "x11/base" |
6 | PR = "r2" | 6 | PR = "r3" |
7 | 7 | ||
8 | SRC_URI = "file://gtkrc" | 8 | SRC_URI = "file://gtkrc" |
9 | 9 | ||