[oe-commits] Koen Kooi : angstrom feed builder: remove opkg-native from clean list

GIT User account git at amethyst.openembedded.net
Tue May 19 08:07:21 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 26b65117eb91d94ec1d4e6546eeefa90f0be7090
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=26b65117eb91d94ec1d4e6546eeefa90f0be7090

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue May 19 09:38:10 2009 +0200

angstrom feed builder: remove opkg-native from clean list

---

 contrib/angstrom/build-feeds.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh
index e9026f7..53d9033 100755
--- a/contrib/angstrom/build-feeds.sh
+++ b/contrib/angstrom/build-feeds.sh
@@ -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 \





More information about the Openembedded-commits mailing list