aboutsummaryrefslogtreecommitdiffstats
path: root/packages/glibc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-01-18 11:40:54 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-18 11:40:54 +0000
commitc3cf751e04953b664f8c2d3940674481a472361f (patch)
treee58e0c1dff2ff31428c24f8b78649b0277316e11 /packages/glibc
parenta363ddfdc36fe4c5c01739d1a4db00c386c7ed6d (diff)
downloadopenembedded-c3cf751e04953b664f8c2d3940674481a472361f.tar.gz
glibc 2.3.5-cvs20050627: Add hack to work around the CVS breakage of the upstream repository
taken from .dev
Diffstat (limited to 'packages/glibc')
-rw-r--r--packages/glibc/glibc_2.3.5+cvs20050627.bb10
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/glibc/glibc_2.3.5+cvs20050627.bb b/packages/glibc/glibc_2.3.5+cvs20050627.bb
index e7e5c3564b..a963ccb773 100644
--- a/packages/glibc/glibc_2.3.5+cvs20050627.bb
+++ b/packages/glibc/glibc_2.3.5+cvs20050627.bb
@@ -7,7 +7,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5"
CVSDATE = "20050627"
-PR = "r0"
+PR = "r1"
GLIBC_ADDONS ?= "ports,linuxthreads"
GLIBC_EXTRA_OECONF ?= ""
@@ -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