diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-03 09:24:10 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-03 09:24:10 +0000 |
commit | 7a654187eec4d013b39ae56891b18e47b3e684ae (patch) | |
tree | a21a77ee7b879af0a542e79cc7761555a8feba53 | |
parent | 3a02352c9869b5699ff8a8ee7a60afa17718afda (diff) |
angstrom oabi: set BASE_PACKAGE_ARCH to arm-oabi
-rw-r--r-- | conf/distro/include/angstromoabi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstromoabi.inc b/conf/distro/include/angstromoabi.inc index bb7bc45fbd..81ffed71f8 100644 --- a/conf/distro/include/angstromoabi.inc +++ b/conf/distro/include/angstromoabi.inc @@ -1,4 +1,4 @@ require conf/distro/include/angstrom.inc PACKAGE_ARCH = "arm-oabi" - +BASE_PACKAGE_ARCH = "arm-oabi" |