diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-23 08:57:05 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-23 08:57:05 +0000 |
commit | f65551f2548216d71db3aa8ead7f48cb90088d4d (patch) | |
tree | 5315151c4db7421d1b27397e78a402ba8b7255a8 /packages/angstrom/angstrom-ohand-task-pim.bb | |
parent | d96ae6efdef0d81a0d122588f70a2d03377d6797 (diff) |
angstrom task packages: use task.bbclass, automatically builds -dev and
-dbg versions
Diffstat (limited to 'packages/angstrom/angstrom-ohand-task-pim.bb')
-rw-r--r-- | packages/angstrom/angstrom-ohand-task-pim.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/angstrom/angstrom-ohand-task-pim.bb b/packages/angstrom/angstrom-ohand-task-pim.bb index 70d52c922f..71d0512687 100644 --- a/packages/angstrom/angstrom-ohand-task-pim.bb +++ b/packages/angstrom/angstrom-ohand-task-pim.bb @@ -1,8 +1,9 @@ DESCRIPTION = "Task packages for the Angstrom distribution" -PR = "r31" -ALLOW_EMPTY = "1" +PR = "r32" -RDEPENDS = "\ +inherit task + +RDEPENDS_${PN} = "\ dates \ contacts \ tasks \ |