diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-03 15:52:10 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-03 15:52:10 +0100 |
commit | af05f65b38bc442c370637210e78975517e71f44 (patch) | |
tree | a268334e15ba2fecc5422a35b40622b09e8975ff /contrib | |
parent | c55f2f7273d79317f88122cdcc08608d5ce67a6d (diff) |
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
Diffstat (limited to 'contrib')
-rwxr-xr-x | 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 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 \ |