From cb89ac07724666ebd37bd0fcd1e779a562899e7d Mon Sep 17 00:00:00 2001 From: Kirtika Ruchandani Date: Sun, 28 Jun 2009 13:27:51 +0530 Subject: [PATCH 1/1] Make it bitbake-able without the -b switch by correcting DEPENDS variables --- osso-gnome-vfs2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osso-gnome-vfs2.inc b/osso-gnome-vfs2.inc index dec27cf..c1fe59f 100644 --- a/osso-gnome-vfs2.inc +++ b/osso-gnome-vfs2.inc @@ -5,7 +5,7 @@ DESCRIPTION = "Patched version of gnome-vfs" HOMEPAGE = "gnome.org" LICENSE = "GPL" SECTION = "base" -DEPENDS = "glib-2.0 gconf libxml2 zlib gnome-common dbus-glib samba hal libhal-storage openssl" +DEPENDS = "glib-2.0 gconf libxml2 zlib gnome-common dbus-glib samba hal openssl" -- 1.7.9.5