diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-15 10:51:41 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-15 10:51:41 +0000 |
commit | a65b2bc544e391c5b34b10925ad7843039e87f16 (patch) | |
tree | 2a3b4edf0c7b98dc483f90c77a823af6c969cb02 /contrib | |
parent | 5317d600408e061a498f52092bf04b2ce6d952e8 (diff) |
angstrom-autobuilder: remove workaround for broken -native recipes
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/angstrom/build-release.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh index 79bb97e0de..57f854b145 100755 --- a/contrib/angstrom/build-release.sh +++ b/contrib/angstrom/build-release.sh @@ -69,7 +69,6 @@ for machine in spitz do BUILD_MACHINE=$machine BUILD_TARGETS="x11-gpe-image x11-pimlico-image x11-office-image" - BUILD_CLEAN="qmake2-native" do_build done @@ -78,7 +77,6 @@ for machine in fic-gta01 a780 do BUILD_MACHINE=$machine BUILD_TARGETS="minimal-openmoko-image openmoko-image" - BUILD_CLEAN="qmake2-native" do_build done @@ -87,7 +85,7 @@ for machine in ep93xx a780 efika collie ixp4xxbe do BUILD_MACHINE=$machine BUILD_TARGETS="meta-angstrom-2007" - do_build + do_build done #cross toolchain |