From a65b2bc544e391c5b34b10925ad7843039e87f16 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 15 Dec 2007 10:51:41 +0000 Subject: [PATCH] angstrom-autobuilder: remove workaround for broken -native recipes --- contrib/angstrom/build-release.sh | 4 +--- 1 file changed, 1 insertion(+), 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 -- 2.39.5