diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-29 12:58:05 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-29 12:58:05 +0100 |
commit | b2d71c878353f70bfb201127fdb4a28141221e17 (patch) | |
tree | c867c2f3e4cfb5fd225616c065c83b74424d97b9 /contrib/angstrom | |
parent | 4ef7ec590e5b29199cb810e5cd45e1c3ba63c383 (diff) |
angstrom feed builder: clean opkg-native as well to speed up packaged-staging
Diffstat (limited to 'contrib/angstrom')
-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 ce4017e203..f8ad6d90f9 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -62,7 +62,7 @@ do_build for machine in simpad om-gta01 c7x0 nokia800 beagleboard dht-walnut efika qemux86 do BUILD_MACHINE=$machine - BUILD_CLEAN="qmake-native qmake2-native qt-x11-free python python-native python-pygtk gnome-icon-theme" + BUILD_CLEAN="opkg-native qmake-native qmake2-native qt-x11-free python python-native python-pygtk gnome-icon-theme" BUILD_TARGETS=" \ abiword \ aircrack-ng \ |