summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-03 21:21:40 +0000
committerChris Larson <clarson@kergoth.com>2004-12-03 21:21:40 +0000
commit2a08b60aff9d9bc2f84ac0e6249f29b31f9b0bd7 (patch)
tree71623c38fe9adcacc8113e396d4173cee156bd0a /meta
parent83794ba00760024b581fca215962aa577d23b8d2 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages
into odin.sc.ti.com:/home/kergoth/code/packages 2004/12/03 15:21:29-06:00 ti.com!kergoth Update the PACKAGE_ARCH bits to suck a bit less. BKrev: 41b0d8e4rsL0NS7oeNg9h5Mf9Y9g4A
Diffstat (limited to 'meta')
-rw-r--r--meta/task-bootstrap.oe4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/task-bootstrap.oe b/meta/task-bootstrap.oe
index 95541109f0..9199ed98cd 100644
--- a/meta/task-bootstrap.oe
+++ b/meta/task-bootstrap.oe
@@ -2,6 +2,10 @@ DESCRIPTION = "Core packages required for a basic installation"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
PR = "r10"
+# The BOOTSTRAP_EXTRA_ variables are often manipulated by the
+# MACHINE .conf files, so adjust PACKAGE_ARCH accordingly.
+PACKAGE_ARCH := "${MACHINE_ARCH}"
+
ALLOW_EMPTY = 1
PACKAGES = "${PN}"