diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-19 10:10:32 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-19 10:10:32 +0100 |
commit | f1ed7751f3c8773ce05b0feb4d49d71007895df4 (patch) | |
tree | d037d2737274fe7d8094309a8d33ed7eaca678d9 | |
parent | de4610e079db32c13d47e22cea6409fc315997a6 (diff) |
angstrom feed builder: also clean packages during machine specific builds
-rwxr-xr-x | contrib/angstrom/build-feeds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh index 317d4ace79..56eb1ab74c 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -295,7 +295,7 @@ done for machine in beagleboard omap3evm neuros-osd2 efika dht-walnut omap5912osk ixp4xxle ixp4xxbe c7x0 poodle tosa akita spitz collie simpad om-gta01 om-gta02 a780 at91sam9263ek qemuarm h2200 h3900 h4000 hx4700 nokia800 qemux86 do BUILD_MACHINE=$machine - BUILD_CLEAN="" + BUILD_CLEAN="qmake-native qmake2-native qt-x11-free python python-native python-pygtk gnome-icon-theme" BUILD_TARGETS="task-base task-boot \ task-opie task-opie-all \ task-openmoko-base task-openmoko-debug task-openmoko-examples task-openmoko-linux task-openmoko-native-sdk task-openmoko-net task-openmoko-phone task-openmoko-pim task-openmoko-ui \ |