diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2009-11-19 22:39:04 +0100 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-11-19 22:39:04 +0100 |
commit | f73eb119414c6b7047df202943e61bd74ada1692 (patch) | |
tree | 334af535a291ca263b2f011e074fe6a708bfb18e /recipes/tasks | |
parent | ce1c7e98a376f64bf4a8f3b8e91ddd48eaf2bcae (diff) |
task-fso2-compliance: add tzdata-africa and tzdata-australia to rrecommends
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
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 \ " |