[oe-commits] Koen Kooi : angstrom feed builder: rebuild opkg-native at the start of each run

git version control git at git.openembedded.org
Tue Jan 5 09:15:29 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 6fb8200b0002fad7ed4b67b7b5a01a54bc3db91c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6fb8200b0002fad7ed4b67b7b5a01a54bc3db91c

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jan  4 10:08:28 2010 +0100

angstrom feed builder: rebuild opkg-native at the start of each run

---

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

diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh
index 11eaec6..3d06406 100755
--- a/contrib/angstrom/build-feeds.sh
+++ b/contrib/angstrom/build-feeds.sh
@@ -70,8 +70,9 @@ fi
 for machine in ${ARCH_MACHINES}
 do
         BUILD_MACHINE=$machine
-        BUILD_CLEAN="qmake-native qmake2-native qt-x11-free iso-codes perl perl-native python python-native python-pygtk gnome-icon-theme"
+        BUILD_CLEAN="opkg-native qmake-native qmake2-native qt-x11-free iso-codes perl perl-native python python-native python-pygtk gnome-icon-theme"
         BUILD_TARGETS=" \
+                      opkg-native \
                       abiword \
                       aircrack-ng \
                       angstrom-task-gnome \





More information about the Openembedded-commits mailing list