[oe-commits] Koen Kooi : angstrom feed builder: also clean perl and perl-native during architecture change

git version control git at git.openembedded.org
Wed Nov 4 12:05:27 UTC 2009


Module: openembedded.git
Branch: martin_jansa/xorg-7.5
Commit: af05f65b38bc442c370637210e78975517e71f44
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=af05f65b38bc442c370637210e78975517e71f44

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Nov  3 15:52:10 2009 +0100

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

---

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

diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh
index 6760a5d..7f3dff0 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 \





More information about the Openembedded-commits mailing list