diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-10-26 21:00:30 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-10-26 21:02:55 +0100 |
commit | 19f1db57ac6c351201c677b320cfdc1701134c6c (patch) | |
tree | b203084bf5482b7bfc707d06b25fb9b013875d41 /recipes/freesmartphone | |
parent | a782b9cbac0a7f1c1632c0bc3b76571009e566fd (diff) |
fso-monitord: remove dependency on frameworkd
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/fso-monitord_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
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}" |