From 0e8f0f0a033c79611a15914fde5826876502af2e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 23 Dec 2010 20:23:33 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta-demoapps/recipes-connectivity/openswan/openswan_2.4.7.bb | 6 +++--- meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb | 3 ++- meta-demoapps/recipes-connectivity/telepathy/empathy_2.26.1.bb | 6 +++--- meta-demoapps/recipes-gnome/abiword/abiword-2.5.inc | 2 +- meta-demoapps/recipes-gnome/abiword/abiword-embedded_2.5.2.bb | 2 ++ meta-demoapps/recipes-gnome/abiword/abiword.inc | 2 +- meta-demoapps/recipes-gnome/abiword/abiword_2.5.2.bb | 4 ++-- meta-demoapps/recipes-gnome/abiword/abiword_cvs.bb | 2 +- meta-demoapps/recipes-gnome/libgsf/libgsf_1.14.5.bb | 4 ++-- .../recipes-sato/matchbox-themes-gtk/matchbox-themes-gtk.bb | 4 ++-- 10 files changed, 19 insertions(+), 16 deletions(-) (limited to 'meta-demoapps') 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." HOMEPAGE = "http://www.openswan.org" LICENSE = "GPLv2" DEPENDS = "gmp flex-native" -RRECOMMENDS = "kernel-module-ipsec" -RDEPENDS_nylon = "perl" -PR = "r0" +RRECOMMENDS_${PN} = "kernel-module-ipsec" +RDEPENDS_${PN}_nylon = "perl" +PR = "r1" SRC_URI = "http://www.openswan.org/download/old/openswan-${PV}.tar.gz \ 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." LICENSE = "LGPL" SECTION = "x11" DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi" -RRECOMMENDS = "\ +RRECOMMENDS_${PN} = "\ libopensync-plugin-file \ " PV = "0.0+svnr${SRCREV}" +PR = "r1" SRC_URI = "svn://svn.o-hand.com/repos/sync/trunk;module=sync;proto=http" 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." HOMEPAGE = "http://blogs.gnome.org/view/xclaesse/2007/04/26/0" LICENSE = "GPL" DEPENDS = "libcanberra telepathy-farsight gnome-doc-utils python-native telepathy-python telepathy-mission-control libtelepathy telepathy-glib gtk+ gconf libglade eds-dbus" -RDEPENDS = "telepathy-mission-control" -RRECOMMENDS = "telepathy-gabble" -PR = "r2" +RDEPENDS_${PN} = "telepathy-mission-control" +RRECOMMENDS_${PN} = "telepathy-gabble" +PR = "r3" inherit gnome 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" SECTION = "x11/office" LICENSE = "GPLv2" DEPENDS = "perl-native wv libgsf libglade libfribidi jpeg libpng libxml2" -RDEPENDS = "glibc-gconv-ibm850 glibc-gconv-cp1252 \ +RDEPENDS_${PN} = "glibc-gconv-ibm850 glibc-gconv-cp1252 \ glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" 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 @@ require abiword-2.5.inc +PR = "r1" + EXTRA_OECONF += "--enable-embedded" 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"" LICENSE = "GPLv2" DEPENDS = "libgsf libglade libfribidi libxml2 wv" -RRECOMMENDS = "glibc-gconv-ibm850 glibc-gconv-cp1252 \ +RRECOMMENDS_${PN} = "glibc-gconv-ibm850 glibc-gconv-cp1252 \ glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" # 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 @@ require abiword-2.5.inc -PR = "r1" +PR = "r2" -RCONFLICTS = "abiword-embedded" +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 @@ require abiword.inc PV="2.5.0+cvs${SRCDATE}" -PR = "r3" +PR = "r4" SRC_URI = "${CVSURI}" 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 @@ DESCRIPTION = "GNOME Structured File Library" LICENSE = "GPL" SECTION = "libs" -PR = "r0" +PR = "r1" DEPENDS= "libxml2 bzip2 glib-2.0 zlib" -RDEPENDS = "gconf gnome-vfs" +RDEPENDS_${PN} = "gconf gnome-vfs" 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 @@ DESCRIPTION = "Gtk2 theme files to accompany default Matchbox themes" LICENSE = "GPL" DEPENDS = "gtk-engines" -RDEPENDS = "matchbox-wm gtk-engine-clearlooks" +RDEPENDS_${PN} = "matchbox-wm gtk-engine-clearlooks" SECTION = "x11/base" -PR = "r2" +PR = "r3" SRC_URI = "file://gtkrc" -- cgit 1.2.3-korg