From patchwork Thu Feb 2 19:34:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-gnome] libgsf: Remove unnecessary gconf RDEPENDS. Date: Thu, 02 Feb 2012 19:34:39 -0000 From: Peter Tworek X-Patchwork-Id: 20571 Message-Id: <1328211279-8809-1-git-send-email-tworaz666@gmail.com> To: openembedded-devel@lists.openembedded.org It's added automatically when including gconf bbclass. Signed-off-by: Peter Tworek --- meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb index 6119f86..e8cad9c 100644 --- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb @@ -19,5 +19,3 @@ EXTRA_OECONF = "\ --without-gnome-vfs --without-bonobo \ --disable-gtk-doc \ --with-bz2" - -RDEPENDS_${PN} = "gconf"