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-qpe.bb | |
parent | 613aee0a21460812751113c870f82119cd31a3e0 (diff) | |
parent | b486be9688c105f666ba4f85907cf02c04d6fba6 (diff) |
merge of '0632006dcadf27825774caa5189b1ab23bd8b08e'
and '215bca295ed86f179e1bb5082f01a1186b910b0d'
Diffstat (limited to 'packages/tasks/task-qpe.bb')
-rw-r--r-- | packages/tasks/task-qpe.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/tasks/task-qpe.bb b/packages/tasks/task-qpe.bb index 3fff3cbeb9..347a4525b8 100644 --- a/packages/tasks/task-qpe.bb +++ b/packages/tasks/task-qpe.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Tasks for programs running on Qt/Embedded based Palmtop Environents like Opie and Qtopia." SECTION = "opie/base" -ALLOW_EMPTY = "1" -PACKAGE_ARCH = "all" LICENSE = "MIT" -PR = "r9" +PR = "r10" + +inherit task PACKAGES = "task-qpe-applets task-qpe-games task-qpe-inputmethods \ task-qpe-multimedia task-qpe-emulators task-qpe-applications \ |