diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-23 09:06:45 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-08-23 09:06:45 +0000 |
commit | 5e1c1f1da2bf0112634e801f29052684380c6312 (patch) | |
tree | 3702cfe275621bce69b0493d8fc7f76a06415d6a | |
parent | 04fbe795eb7b3b93f4fbc2a73eaad41e7f820a4d (diff) |
task-mokogateway: use task.bbclass
-rw-r--r-- | packages/tasks/task-mokogateway.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/tasks/task-mokogateway.bb b/packages/tasks/task-mokogateway.bb index b50254c7dc..c07ba1672f 100644 --- a/packages/tasks/task-mokogateway.bb +++ b/packages/tasks/task-mokogateway.bb @@ -1,10 +1,10 @@ DESCRIPTION = "MokoGateway: Tasks for a companion server for the OpenMoko Linux Distribution" -ALLOW_EMPTY = "1" -PACKAGE_ARCH = "all" LICENSE = "MIT" PROVIDES = "task-mokogateway-everything" PR = "r4" +inherit task + PACKAGES = "\ task-mokogateway-everything \ ${MOKOGATEWAY_PACKAGES} \ |