summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-04 01:24:34 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-04 01:24:34 +0000
commit3856362ff9f118e1fa8308b847a4bc9a2f5850ea (patch)
tree266603e2a4b7fd5d30ee3a2fafdab0fb35142a03 /packages
parent00f830a1dc2c74a8052f85e3a42801d65cf1e9f2 (diff)
parent71ec6042386c73f9cea0a817383c1b30b9f72b05 (diff)
merge of 9d518c785db1a806d81a8aacc799725428e542f4
and d5e1bc9b9d3db68b87987517770deb9a389f8333
Diffstat (limited to 'packages')
-rw-r--r--packages/glibc/glibc_2.3.5+cvs20050627.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/glibc/glibc_2.3.5+cvs20050627.bb b/packages/glibc/glibc_2.3.5+cvs20050627.bb
index 2b94c4bbde..5ee5583fc8 100644
--- a/packages/glibc/glibc_2.3.5+cvs20050627.bb
+++ b/packages/glibc/glibc_2.3.5+cvs20050627.bb
@@ -80,6 +80,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