diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-04 10:08:28 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-04 10:12:25 +0100 |
commit | 6fb8200b0002fad7ed4b67b7b5a01a54bc3db91c (patch) | |
tree | 8ed9306b91e788841796aa7dcc95bda84f0c4ec2 /contrib/angstrom/build-feeds.sh | |
parent | 76ea847c1595ec8ba82edd82647bc7ed04fdf470 (diff) |
angstrom feed builder: rebuild opkg-native at the start of each run
Diffstat (limited to 'contrib/angstrom/build-feeds.sh')
-rwxr-xr-x | 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 11eaec6c39..3d06406a92 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 \ |