diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-20 08:59:33 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-20 08:59:33 +0100 |
commit | e7e587f6e5252fa2b8ba9f794eb13b13bd318a20 (patch) | |
tree | 87ef55175a0067527b8929f06c42f62e78ad0074 /recipes/tasks | |
parent | 4bdcd55396eb766ab8df692abe52992329918a9a (diff) | |
parent | e86672acc562feba595bb8c31a33cdfed6410fe0 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
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 \ " |