Make it bitbake-able without the -b switch by correcting DEPENDS variables
authorKirtika Ruchandani <kirtibr@gmail.com>
Sun, 28 Jun 2009 08:12:31 +0000 (13:42 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Sun, 28 Jun 2009 08:12:31 +0000 (13:42 +0530)
libhildon.inc
osso-gnomevfs-extra_1.9.6.bb

index e5f8ba2..8a94476 100644 (file)
@@ -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
index 9430c4d..93fd9e7 100644 (file)
@@ -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 \