[Assassin] Add curl to assassin's depends.
authorJulian_chu <julian_chu@openmoko.com>
Wed, 2 Jul 2008 06:06:10 +0000 (14:06 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 26 Oct 2008 14:52:10 +0000 (15:52 +0100)
Tick did a quick hack to assassin for access networking.
It's is a temporary solution.

After the real solution has been done, this dependency will
be remvoed.

packages/openmoko-projects/assassin_svn.bb

index 32c976d..68ab605 100644 (file)
@@ -1,9 +1,10 @@
 DESCRIPTION = "Action GUI for Installer"
 HOMEPAGE = "http://assassin.projects.openmoko.org/"
 LICENSE = "GPL"
-DEPENDS = "dbus (>= 1.1.1) glib-2.0 e-wm packagekit etk edbus eet"
+DEPENDS = "dbus (>= 1.1.1) glib-2.0 e-wm packagekit etk edbus eet curl"
+RDEPENDS = "etk-theme-ninja"
 PV = "0.2+svnr${SRCREV}"
-PR = "r6"
+PR = "r6.02"
 
 SRC_URI = "svn://svn.projects.openmoko.org/svnroot/;module=assassin;proto=https"