From: Koen Kooi Date: Tue, 3 Nov 2009 14:52:10 +0000 (+0100) Subject: angstrom feed builder: also clean perl and perl-native during architecture change X-Git-Tag: Release-2010-05/1~1803^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af05f65b38bc442c370637210e78975517e71f44;p=openembedded.git angstrom feed builder: also clean perl and perl-native during architecture change * If recipes like xml-parser-perl fail with linking to your host LIBC, clean perl and perl-native --- diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh index 6760a5dff6..7f3dff0dd3 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="qmake-native qmake2-native qt-x11-free iso-codes python python-native python-pygtk gnome-icon-theme" + BUILD_CLEAN="qmake-native qmake2-native qt-x11-free iso-codes perl perl-native python python-native python-pygtk gnome-icon-theme" BUILD_TARGETS=" \ abiword \ aircrack-ng \