Index: org.openembedded.oz354fam083/packages/glibc/glibc_2.3.5+cvs20050627.bb
===================================================================
--- org.openembedded.oz354fam083.orig/packages/glibc/glibc_2.3.5+cvs20050627.bb
+++ org.openembedded.oz354fam083/packages/glibc/glibc_2.3.5+cvs20050627.bb
@@ -81,6 +81,14 @@ def get_glibc_fpu_setting(bb, d):
 do_munge() {
 	# Integrate ports into tree
 	mv ${WORKDIR}/ports ${S}
+
+	# 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
