diff options
author | Holger Hans Peter Freyther <zecke@openmoko.org> | 2008-08-14 20:22:50 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-10-29 14:24:06 +0100 |
commit | 3d702a5a96f33696d1993310105ed19861c9bc18 (patch) | |
tree | c85c673025b051ee12b76bc46ec1b3eb6846b40f /packages/tasks/task-openprotium.bb | |
parent | d62958c18cb033b92a3329357b60e00a248aed1e (diff) |
tasks: Set PACKAGE_ARCH so it has an effect
Set PACKAGE_ARCH after inherit task so it is not getting lost. Do
not set it to all as task.bbclass is already doing that.
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" |