angstrom feed builder: remove opkg-native from clean list
authorKoen Kooi <koen@openembedded.org>
Tue, 19 May 2009 07:38:10 +0000 (09:38 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 19 May 2009 07:38:10 +0000 (09:38 +0200)
contrib/angstrom/build-feeds.sh

index e9026f7..53d9033 100755 (executable)
@@ -70,7 +70,7 @@ fi
 for machine in ${ARCH_MACHINES}
 do
         BUILD_MACHINE=$machine
-        BUILD_CLEAN="opkg-native qmake-native qmake2-native qt-x11-free python python-native python-pygtk 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 \
@@ -371,7 +371,7 @@ fi
 for machine in ${MACHINES}
 do
         BUILD_MACHINE=$machine
-            BUILD_CLEAN="opkg-native qmake-native qmake2-native qt-x11-free python python-native python-pygtk gnome-icon-theme"
+            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 \