From 18027c27747877147c80112464d2cd49cffce798 Mon Sep 17 00:00:00 2001 From: Kirtika Ruchandani Date: Sun, 28 Jun 2009 13:42:31 +0530 Subject: [PATCH] Make it bitbake-able without the -b switch by correcting DEPENDS variables --- libhildon.inc | 2 +- osso-gnomevfs-extra_1.9.6.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libhildon.inc b/libhildon.inc index e5f8ba2..8a94476 100644 --- a/libhildon.inc +++ b/libhildon.inc @@ -5,7 +5,7 @@ DEPENDS = "gconf-dbus esound gtk+" inherit autotools pkgconfig lib_package -EXTRA_OECONF = "--with-maemo-gtk=yes" +EXTRA_OECONF = "--with-maemo-gtk=yes --disable-gtk-doc" do_stage() { autotools_stage_all diff --git a/osso-gnomevfs-extra_1.9.6.bb b/osso-gnomevfs-extra_1.9.6.bb index 9430c4d..93fd9e7 100644 --- a/osso-gnomevfs-extra_1.9.6.bb +++ b/osso-gnomevfs-extra_1.9.6.bb @@ -5,7 +5,7 @@ DESCRIPTION = "Extra support for osso-gnome-vfs in form of an OBEX GnomeVFS modu HOMEPAGE = "http://maemo.org" LICENSE = "GPL" SECTION = "base" -DEPENDS = "glib-2.0 libopenobex1 libgwobex libosso-gnomevfs2 libdbus-glib-1 osso-gwconnect libexpat1" +DEPENDS = "glib-2.0 libopenobex1 osso-gwobex osso-gnome-vfs2 dbus-glib osso-gwconnect expat" PR = "r3" SRC_URI = "http://repository.maemo.org/pool/fremantle/free/o/${PN}/${PN}_${PV}-3.tar.gz \ -- 1.7.9.5