diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-21 15:40:26 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-21 15:40:26 +0200 |
commit | 42a4fc9e98fbc977c5c21e700f1f3acac5b969da (patch) | |
tree | 8f5cc6a6b19c043eed2ff961ac6c25f9c40fac64 /recipes/tasks | |
parent | 9fb7e7b2d2f2563a78e128da8377bff110ad7775 (diff) |
task-perl-module-all: switch it to RRECOMMENDS
Diffstat (limited to 'recipes/tasks')
-rw-r--r-- | recipes/tasks/task-perl-module-all.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tasks/task-perl-module-all.bb b/recipes/tasks/task-perl-module-all.bb index 0b39941348..432eb2dfcc 100644 --- a/recipes/tasks/task-perl-module-all.bb +++ b/recipes/tasks/task-perl-module-all.bb @@ -2,9 +2,9 @@ DESCRIPTION= "All perl modules" inherit task -PR = "r2" +PR = "r3" -RDEPENDS_${PN} = " \ +RRECOMMENDS_${PN} = " \ perl-module-abbrev \ perl-module-anydbm-file \ perl-module-assert \ |