summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb')
-rw-r--r--openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb13
1 files changed, 10 insertions, 3 deletions
diff --git a/openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb b/openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb
index e7e5c3564b..5ee5583fc8 100644
--- a/openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb
+++ b/openembedded/packages/glibc/glibc_2.3.5+cvs20050627.bb
@@ -7,7 +7,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
7 7
8FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5" 8FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5"
9CVSDATE = "20050627" 9CVSDATE = "20050627"
10PR = "r0" 10PR = "r1"
11 11
12GLIBC_ADDONS ?= "ports,linuxthreads" 12GLIBC_ADDONS ?= "ports,linuxthreads"
13GLIBC_EXTRA_OECONF ?= "" 13GLIBC_EXTRA_OECONF ?= ""
@@ -37,8 +37,6 @@ INHIBIT_DEFAULT_DEPS = "1"
37 37
38# file://noinfo.patch;patch=1 38# file://noinfo.patch;patch=1
39# file://ldconfig.patch;patch=1;pnum=0 39# file://ldconfig.patch;patch=1;pnum=0
40# file://arm-no-hwcap.patch;patch=1;pnum=0 \
41# file://arm-memcpy.patch;patch=1;pnum=0 \
42# file://arm-machine-gmon.patch;patch=1;pnum=0 \ 40# file://arm-machine-gmon.patch;patch=1;pnum=0 \
43# \ 41# \
44# file://arm-ioperm.patch;patch=1;pnum=0 \ 42# file://arm-ioperm.patch;patch=1;pnum=0 \
@@ -47,6 +45,7 @@ SRC_URI = "cvs://anoncvs@sources.redhat.com/cvs/glibc;module=libc \
47 cvs://anoncvs@sources.redhat.com/cvs/glibc;module=ports \ 45 cvs://anoncvs@sources.redhat.com/cvs/glibc;module=ports \
48 file://arm-audit.patch;patch=1 \ 46 file://arm-audit.patch;patch=1 \
49 file://arm-audit2.patch;patch=1 \ 47 file://arm-audit2.patch;patch=1 \
48 file://arm-no-hwcap.patch;patch=1 \
50 file://arm-memcpy.patch;patch=1 \ 49 file://arm-memcpy.patch;patch=1 \
51 file://arm-longlong.patch;patch=1;pnum=0 \ 50 file://arm-longlong.patch;patch=1;pnum=0 \
52 file://fhs-linux-paths.patch;patch=1 \ 51 file://fhs-linux-paths.patch;patch=1 \
@@ -81,6 +80,14 @@ def get_glibc_fpu_setting(bb, d):
81do_munge() { 80do_munge() {
82 # Integrate ports into tree 81 # Integrate ports into tree
83 mv ${WORKDIR}/ports ${S} 82 mv ${WORKDIR}/ports ${S}
83
84 # http://www.handhelds.org/hypermail/oe/51/5135.html
85 # Some files were moved around between directories on
86 # 2005-12-21, which means that any attempt to check out
87 # from CVS using a datestamp older than that will be doomed.
88 #
89 # This is a workaround for that problem.
90 rm -rf ${S}/bits
84} 91}
85 92
86addtask munge before do_patch after do_unpack 93addtask munge before do_patch after do_unpack