diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-08 11:32:37 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-08 11:32:37 +0100 |
commit | 325476d19b821623dbe151d7026c20dfd3754432 (patch) | |
tree | bf4d5cfc5df15118b6cae0bb08d3b41315d6dfe7 /contrib/angstrom/build-release.sh | |
parent | 4ab5abe36335594ebc8b26cf98e32f82b7edc39b (diff) |
angstrom: rename ANGSTROM_MODE to ANGSTROMLIBC to make it work with bitbake env filtering (>1.8.10)
* http://www.angstrom-distribution.org/files/source-me.txt has been adjusted as well
Diffstat (limited to 'contrib/angstrom/build-release.sh')
-rwxr-xr-x | contrib/angstrom/build-release.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh index 0912476b47..14244a315e 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -6,7 +6,7 @@ do_build() { if [ $DO_UCLIBC = 1 ] then BUILD_MODE="uclibc" - echo 'ANGSTROM_MODE = "uclibc"' > conf/auto.conf + echo 'ANGSTROMLIBC = "uclibc"' > conf/auto.conf if [ "$BUILD_CLEAN" != "" ] then @@ -20,7 +20,7 @@ do_build() { fi BUILD_MODE="glibc" - echo 'ANGSTROM_MODE = "glibc"' > conf/auto.conf + echo 'ANGSTROMLIBC = "glibc"' > conf/auto.conf if [ "$BUILD_CLEAN" != "" ] then |