From 4c9071cc02f237b4d8f8866485807f788794a4ae Mon Sep 17 00:00:00 2001 From: Kirtika Ruchandani Date: Sun, 28 Jun 2009 15:11:40 +0530 Subject: [PATCH] Make it bitbake-able without the -b switch by correcting DEPENDS variables --- maemopad_2.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maemopad_2.4.bb b/maemopad_2.4.bb index 046414a..b01891c 100644 --- a/maemopad_2.4.bb +++ b/maemopad_2.4.bb @@ -5,7 +5,7 @@ DESCRIPTION = "Text editor application for editing plain-text documents." HOMEPAGE = "http://maemo.org" LICENSE = "unknown" SECTION = "apps" -DEPENDS = "libhildon1 gtk-2.0 osso-gnome-vfs2 glib-2.0 dbus-glib libosso conbtdialogs libhildonhelp libhildonfm2 osso-af-settings" +DEPENDS = "libhildon gtk+ osso-gnome-vfs2 glib-2.0 dbus-glib libosso libconbtui libhildonhelp libhildonfm osso-af-settings" # This is imp. Only r3 (rev. in pre-alpha repo) works. Later ones dont build PR = "r3" -- 1.7.9.5