From: Michael 'Mickey' Lauer Date: Mon, 26 Oct 2009 20:00:30 +0000 (+0100) Subject: fso-monitord: remove dependency on frameworkd X-Git-Tag: Release-2010-05/1~1906 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19f1db57ac6c351201c677b320cfdc1701134c6c;p=openembedded.git fso-monitord: remove dependency on frameworkd --- diff --git a/recipes/freesmartphone/fso-monitord_git.bb b/recipes/freesmartphone/fso-monitord_git.bb index a13456dcfd..80668015c3 100644 --- a/recipes/freesmartphone/fso-monitord_git.bb +++ b/recipes/freesmartphone/fso-monitord_git.bb @@ -1,5 +1,5 @@ -DESCRIPTION = "FSO monitor daemon" -AUTHOR = "M. Lauer et. al." +DESCRIPTION = "freesmartphone.org monitor daemon" +AUTHOR = "freesmartphone.org development team" SECTION = "console/network" DEPENDS = "vala-native dbus dbus-glib" LICENSE = "GPL" @@ -14,6 +14,4 @@ inherit autotools update-rc.d INITSCRIPT_NAME = "fso-monitord" INITSCRIPT_PARAMS = "defaults 35" -RDEPENDS_${PN} = "frameworkd" - FILES_${PN} += "${datadir} ${sysconfdir}"