diff options
Diffstat (limited to 'recipes/gpe-contacts')
-rw-r--r-- | recipes/gpe-contacts/gpe-contacts.inc | 2 | ||||
-rw-r--r-- | recipes/gpe-contacts/gpe-contacts_0.45.bb | 2 | ||||
-rw-r--r-- | recipes/gpe-contacts/gpe-contacts_0.46.bb | 2 | ||||
-rw-r--r-- | recipes/gpe-contacts/gpe-contacts_0.47.bb | 2 | ||||
-rw-r--r-- | recipes/gpe-contacts/gpe-contacts_0.49.bb | 2 | ||||
-rw-r--r-- | recipes/gpe-contacts/gpe-contacts_svn.bb | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/recipes/gpe-contacts/gpe-contacts.inc b/recipes/gpe-contacts/gpe-contacts.inc index e6af955190..b98d6b36d9 100644 --- a/recipes/gpe-contacts/gpe-contacts.inc +++ b/recipes/gpe-contacts/gpe-contacts.inc @@ -5,7 +5,7 @@ PR = "r0" DEPENDS = "libgpewidget libdisplaymigration libgpevtype dbus" SECTION = "gpe" -RDEPENDS = "gpe-icons" +RDEPENDS_${PN} = "gpe-icons" DESCRIPTION = "GPE contacts manager" SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2" diff --git a/recipes/gpe-contacts/gpe-contacts_0.45.bb b/recipes/gpe-contacts/gpe-contacts_0.45.bb index c69a957fa9..65c4e11611 100644 --- a/recipes/gpe-contacts/gpe-contacts_0.45.bb +++ b/recipes/gpe-contacts/gpe-contacts_0.45.bb @@ -5,7 +5,7 @@ PR = "r0" DEPENDS = "libcontactsdb libgpewidget libgpepimc libdisplaymigration libgpevtype dbus-glib" SECTION = "gpe" -RDEPENDS = "gpe-icons" +RDEPENDS_${PN} = "gpe-icons" DESCRIPTION = "GPE contacts manager" SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2" diff --git a/recipes/gpe-contacts/gpe-contacts_0.46.bb b/recipes/gpe-contacts/gpe-contacts_0.46.bb index 93a6305f83..b88220d64b 100644 --- a/recipes/gpe-contacts/gpe-contacts_0.46.bb +++ b/recipes/gpe-contacts/gpe-contacts_0.46.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" SECTION = "gpe" DEPENDS = "libcontactsdb libgpewidget libgpepimc libdisplaymigration libgpevtype dbus-glib" -RDEPENDS = "gpe-icons" +RDEPENDS_${PN} = "gpe-icons" GPE_TARBALL_SUFFIX = "bz2" diff --git a/recipes/gpe-contacts/gpe-contacts_0.47.bb b/recipes/gpe-contacts/gpe-contacts_0.47.bb index e5a08c2d7a..0415ad68e8 100644 --- a/recipes/gpe-contacts/gpe-contacts_0.47.bb +++ b/recipes/gpe-contacts/gpe-contacts_0.47.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" SECTION = "gpe" DEPENDS = "libcontactsdb libgpewidget libgpepimc libdisplaymigration libgpevtype dbus-glib" -RDEPENDS = "gpe-icons" +RDEPENDS_${PN} = "gpe-icons" GPE_TARBALL_SUFFIX = "bz2" diff --git a/recipes/gpe-contacts/gpe-contacts_0.49.bb b/recipes/gpe-contacts/gpe-contacts_0.49.bb index d4165f0373..4208953e8c 100644 --- a/recipes/gpe-contacts/gpe-contacts_0.49.bb +++ b/recipes/gpe-contacts/gpe-contacts_0.49.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" SECTION = "gpe" DEPENDS = "libcontactsdb libgpewidget libgpepimc libdisplaymigration libgpevtype dbus-glib" -RDEPENDS = "gpe-icons" +RDEPENDS_${PN} = "gpe-icons" GPE_TARBALL_SUFFIX = "bz2" diff --git a/recipes/gpe-contacts/gpe-contacts_svn.bb b/recipes/gpe-contacts/gpe-contacts_svn.bb index e167182d43..a818910f22 100644 --- a/recipes/gpe-contacts/gpe-contacts_svn.bb +++ b/recipes/gpe-contacts/gpe-contacts_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "GPE contacts manager" SECTION = "gpe" LICENSE = "GPL" DEPENDS = "libcontactsdb libgpewidget libgpepimc libdisplaymigration libgpevtype dbus" -RDEPENDS = "gpe-icons" +RDEPENDS_${PN} = "gpe-icons" SRCREV = "9312" PV = "0.47+svnr${SRCPV}" PR = "r2" |