diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-02 15:45:52 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-02 15:45:52 +0100 |
commit | 663ed099d426a327d71acddf27e931d1d900861c (patch) | |
tree | e95a3c6d803e438707f887a84b527a89045c9d4a /packages/tasks | |
parent | 1d08a69236882b3c6445a130859c3b7e46f88830 (diff) |
task-fso-compliance: dbus-hlid is now an essential part of FSO
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-fso-compliance.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/tasks/task-fso-compliance.bb b/packages/tasks/task-fso-compliance.bb index 6ff09fe896..5e38077953 100644 --- a/packages/tasks/task-fso-compliance.bb +++ b/packages/tasks/task-fso-compliance.bb @@ -2,11 +2,12 @@ DESCRIPTION = "The freesmartphone.org framework -- install this task to make you SECTION = "fso/base" LICENSE = "MIT" PV = "1.0" -PR = "r1" +PR = "r2" inherit task RDEPENDS_${PN} = "\ + dbus-hlid \ frameworkd \ fso-gpsd \ connman \ |