diff options
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-fso2-compliance.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/tasks/task-fso2-compliance.bb b/recipes/tasks/task-fso2-compliance.bb index c0b84a7347..063088d4e8 100644 --- a/recipes/tasks/task-fso2-compliance.bb +++ b/recipes/tasks/task-fso2-compliance.bb @@ -3,7 +3,7 @@ Install this task to make your distribution FSO 2.0-compliant." SECTION = "fso/base" LICENSE = "MIT" PV = "1.9.0" -PR = "r2" +PR = "r3" inherit task @@ -46,7 +46,9 @@ RRECOMMENDS_${PN} = "\ fso-abyss \ wmiconfig \ tzdata \ + tzdata-africa \ tzdata-americas \ tzdata-asia \ + tzdata-australia \ tzdata-europe \ " |