diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-17 01:16:20 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-17 01:16:20 +0000 |
commit | 4e51cc931714bcd5d02828351a2162718b3946e8 (patch) | |
tree | b7c99f2333b244804506cb99ce45bd9d325b526e /packages/tasks | |
parent | 04ba19687649456ad00a64c3b145ea55e6d17990 (diff) |
task-slugos: the task-slugos definition RPEPENDS on ixp4xx-npe which is only compatible for machines "(nslu2|ixp4xx)" thus the same must be true for this task definition.
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-slugos.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/tasks/task-slugos.bb b/packages/tasks/task-slugos.bb index 2d57cfee5a..f8d9d3501b 100644 --- a/packages/tasks/task-slugos.bb +++ b/packages/tasks/task-slugos.bb @@ -8,6 +8,7 @@ HOMEPAGE = "http://www.nslu2-linux.org" LICENSE = "MIT" PR = "r18" PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(nslu2|ixp4xx)" ALLOW_EMPTY = "1" #---------------------------------------------------------------------------------- |