diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-17 19:19:09 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-17 19:19:09 +0100 |
commit | eafbbdab8e9862901840f8127d5d08b1091a69f7 (patch) | |
tree | 2157dd135f8fe4f3c1a27abbe3741b7dda40a20f /contrib | |
parent | 993634bed2e42016684cba84ac1173af33dd2356 (diff) |
angstrom feed builder: pygtk contains paths to staging, so clean it between builds
Diffstat (limited to 'contrib')
-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 e8c1ae5d54..18aa53cf5d 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 gnome-icon-theme" + BUILD_CLEAN="qmake-native qmake2-native qt-x11-free python python-native python-pygtk gnome-icon-theme" BUILD_TARGETS=" \ abiword \ aircrack-ng \ |