diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-17 12:57:59 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-03-17 12:59:14 +0100 |
commit | 3c3e5c5d529a9d6f90c64b63151a01e4fc6beb5d (patch) | |
tree | 5961bf2ca23babe03b776f8ad2b38c9089bd77c9 /recipes/tasks | |
parent | ed446723c8c99885e40e57471c3fffedb3b15dbf (diff) |
task-fso2-compliance: remove unnecessary dependencies
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-fso2-compliance.bb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/recipes/tasks/task-fso2-compliance.bb b/recipes/tasks/task-fso2-compliance.bb index 2d38b47c5e..3e064785d2 100644 --- a/recipes/tasks/task-fso2-compliance.bb +++ b/recipes/tasks/task-fso2-compliance.bb @@ -3,13 +3,11 @@ Install this task to make your distribution FSO 2.0-compliant." SECTION = "fso/base" LICENSE = "MIT" PV = "1.9.0" -PR = "r6" +PR = "r7" inherit task RDEPENDS_${PN} = "\ - dbus-hlid \ - \ libfsobasics \ libfsotransport \ libfsoframework \ @@ -23,11 +21,7 @@ RDEPENDS_${PN} = "\ fsonetworkd \ fsousaged \ \ -# included in fsodeviced now -# fso-alsa-data \ fso-apm \ - fso-gpsd \ -# fso-monitord \ # connman \ # connman-scripts \ # connman-plugin-bluetooth \ @@ -44,7 +38,6 @@ RDEPENDS_${PN} = "\ " RRECOMMENDS_${PN} = "\ -# fso-abyss \ wmiconfig \ tzdata \ tzdata-africa \ |