From: Florian Boor Date: Sun, 3 Jul 2005 17:31:53 +0000 (+0000) Subject: Change RDEPENDS to make sure gpe-contacts-hildon doesn't pull in gpe-icons. X-Git-Tag: Release-2010-05/1~9453^2~4246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8364cc601b9be02ad09b42c65381b59a0127e2e0;p=openembedded.git Change RDEPENDS to make sure gpe-contacts-hildon doesn't pull in gpe-icons. --- diff --git a/packages/gpe-contacts/gpe-contacts-hildon_0.40.bb b/packages/gpe-contacts/gpe-contacts-hildon_0.40.bb index 49f7e6533b..1762800b6d 100644 --- a/packages/gpe-contacts/gpe-contacts-hildon_0.40.bb +++ b/packages/gpe-contacts/gpe-contacts-hildon_0.40.bb @@ -1,9 +1,10 @@ include gpe-contacts.inc -PR="r1" +PR="r2" SRC_URI = "${GPE_MIRROR}/gpe-contacts-${PV}.tar.bz2" DEPENDS += "gtk+-2.6.4-1.osso7 libgpepimc-hildon libosso hildon-lgpl" +RDEPENDS = "" EXTRA_OECONF += "--enable-hildon"