diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-17 18:55:52 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-17 18:55:52 +0100 |
commit | dca7f791ea729e11acff9d9a611b6496a429c8da (patch) | |
tree | 960b820286a5c277e7ad112c99a8a1c2c314a899 /contrib | |
parent | 45a822db5c0f68d268031db4801bce869757e801 (diff) |
angstrom feed builder: clean python-native as well
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 68a02670f3..e8c1ae5d54 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 gnome-icon-theme" + BUILD_CLEAN="qmake-native qmake2-native qt-x11-free python python-native gnome-icon-theme" BUILD_TARGETS=" \ abiword \ aircrack-ng \ |