diff options
author | Philip Balister <philip@balister.org> | 2007-08-23 14:37:17 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-08-23 14:37:17 +0000 |
commit | b750ffba347c1f8bb7dbbe42abf31f17bf4db56c (patch) | |
tree | b9a1078d4e94279f20e3cc85cd347e1536371515 /packages/tasks/task-gpe-apps.bb | |
parent | 613aee0a21460812751113c870f82119cd31a3e0 (diff) | |
parent | b486be9688c105f666ba4f85907cf02c04d6fba6 (diff) |
merge of '0632006dcadf27825774caa5189b1ab23bd8b08e'
and '215bca295ed86f179e1bb5082f01a1186b910b0d'
Diffstat (limited to 'packages/tasks/task-gpe-apps.bb')
-rw-r--r-- | packages/tasks/task-gpe-apps.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/tasks/task-gpe-apps.bb b/packages/tasks/task-gpe-apps.bb index 5aee575b75..058a3fd6b1 100644 --- a/packages/tasks/task-gpe-apps.bb +++ b/packages/tasks/task-gpe-apps.bb @@ -1,9 +1,10 @@ DESCRIPTION = "Application task package for GPE Palmtop Environment" -PR = "r5" +PR = "r6" LICENSE = "MIT" -ALLOW_EMPTY = "1" -RDEPENDS = "\ +inherit task + +RDEPENDS_${PN} = "\ gpe-edit \ gpe-gallery \ gpe-calculator \ |