diff options
Diffstat (limited to 'packages/tasks/task-openprotium.bb')
-rw-r--r-- | packages/tasks/task-openprotium.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tasks/task-openprotium.bb b/packages/tasks/task-openprotium.bb index 4c5d762f8f..a8e7bd7766 100644 --- a/packages/tasks/task-openprotium.bb +++ b/packages/tasks/task-openprotium.bb @@ -1,11 +1,11 @@ DESCRIPTION = "Basic image for openprotium" HOMEPAGE = "http://www.openprotium.org" -PACKAGE_ARCH = "${MACHINE_ARCH}" ALLOW_EMPTY = "1" PR = "r1" inherit task +PACKAGE_ARCH = "${MACHINE_ARCH}" # be sure to build the kernel: DEPENDS = "virtual/kernel" |