summaryrefslogtreecommitdiff
path: root/packages/glibc/eglibc-intermediate_svn.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2007-09-06 18:38:51 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2007-09-06 18:38:51 +0000
commita7589dab7b4c398d55f348d9268923443c682865 (patch)
treea25c027f7e0b057404d1be1de1c803ce85adaf66 /packages/glibc/eglibc-intermediate_svn.bb
parentc9c254484253372aa618c49ac06be459089e96d9 (diff)
parentd39ad541854182c47c70071aa6c883ba3480b994 (diff)
merge of 'b90c6e333490c73f6f5aae24f3e0898b87bef4df'
and 'f42f34d21e079ddd26f790b8cfe615ab71d489cd'
Diffstat (limited to 'packages/glibc/eglibc-intermediate_svn.bb')
-rw-r--r--packages/glibc/eglibc-intermediate_svn.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/glibc/eglibc-intermediate_svn.bb b/packages/glibc/eglibc-intermediate_svn.bb
index c26f649031..5ecbdb6ed8 100644
--- a/packages/glibc/eglibc-intermediate_svn.bb
+++ b/packages/glibc/eglibc-intermediate_svn.bb
@@ -6,6 +6,7 @@ do_install () {
# gcc uses -Werror which break on a "you have no thumb interwork" _warning_
do_configure_prepend() {
+ find ${S} -name "configure" | xargs touch
sed -i s:-Werror:: ${S}/configure
}