summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-07-06 14:46:06 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-06 14:46:06 +0000
commitd9b77064129417d1800c7aca13fa255cbdec8c2c (patch)
tree3493b663130218ffb0c8f5f798cbf86c816a24b6
parent4777a70d6665e319ae3723b5e75f67ed0f10997d (diff)
glibc 2.4: Remove the workaround from CVS changes. This isn't a CVS version
so the workaround shouldn't be needed. Also this work around breaks glibc 2.4 for all targets that are no in ports (x86, sh, sparc, powerpc).
-rw-r--r--packages/glibc/glibc_2.4.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/glibc/glibc_2.4.bb b/packages/glibc/glibc_2.4.bb
index 45174d0551..b8163012ec 100644
--- a/packages/glibc/glibc_2.4.bb
+++ b/packages/glibc/glibc_2.4.bb
@@ -114,14 +114,6 @@ do_munge() {
rm -f ${S}/ports/sysdeps/unix/sysv/linux/arm/bits/fenv.h
# Obsoleted by sysdeps/gnu/bits/utmp.h
rm -f ${S}/ports/sysdeps/unix/sysv/linux/arm/bits/utmp.h
-
- # http://www.handhelds.org/hypermail/oe/51/5135.html
- # Some files were moved around between directories on
- # 2005-12-21, which means that any attempt to check out
- # from CVS using a datestamp older than that will be doomed.
- #
- # This is a workaround for that problem.
- rm -rf ${S}/bits
}
addtask munge before do_patch after do_unpack