aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glibc/glibc_2.2.5.bb
blob: 1c164f6a8ea50cacd7063f7b538eb659eaefe9af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
require glibc.inc

FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs"
PR = "${INC_PR}.0"

DEFAULT_PREFERENCE_sh3 = "-99"

GLIBC_ADDONS ?= "linuxthreads"

#
# For now, we will skip building of a gcc package if it is a uclibc one
# and our build is not a uclibc one, and we skip a glibc one if our build
# is a uclibc build.
#
# See the note in gcc/gcc_3.4.0.oe
#

python __anonymous () {
    import bb, re
    uc_os = (re.match('.*uclibc$', bb.data.getVar('TARGET_OS', d, 1)) != None)
    if uc_os:
        raise bb.parse.SkipPackage("incompatible with target %s" %
                                   bb.data.getVar('TARGET_OS', d, 1))
}

libc_baselibs = "/lib/libc* /lib/libm* /lib/ld* /lib/libpthread* /lib/libresolv* /lib/librt* /lib/libutil* /lib/libnsl* /lib/libnss_files* /lib/libnss_compat* /lib/libnss_dns* /lib/libdl* /lib/libanl* /lib/libBrokenLocale*"

FILES_${PN} = "${sysconfdir} ${libc_baselibs} /sbin/ldconfig ${libexecdir} ${datadir}/zoneinfo ${libdir}/locale"
FILES_ldd = "${bindir}/ldd"
FILES_libsegfault = "/lib/libSegFault*"
FILES_glibc-extra-nss = "/lib/libnss*"
FILES_sln = "/sbin/sln"
FILES_glibc-dev_append = " ${libdir}/*.o ${bindir}/rpcgen"
FILES_nscd = "${sbindir}/nscd*"
FILES_glibc-utils = "${bindir} ${sbindir}"
FILES_glibc-gconv = "${libdir}/gconv"
FILES_catchsegv = "${bindir}/catchsegv"
DEPENDS_catchsegv = "libsegfault"
FILES_glibc-pcprofile = "/lib/libpcprofile.so"
FILES_glibc-thread-db = "/lib/libthread_db*"
FILES_localedef = "${bindir}/localedef"
RDEPENDS_${PN}-dev = "linux-libc-headers-dev"
RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev"

#	   file://noinfo.patch;apply=yes \
#	   file://ldconfig.patch;apply=yes;striplevel=0 \

SRC_URI = "${GNU_MIRROR}/glibc/glibc-${PV}.tar.gz;name=archive \
	   ${GNU_MIRROR}/glibc/glibc-linuxthreads-${PV}.tar.gz;name=linuxthreads \
	   file://alpha-build-failure.patch;apply=yes \
	   file://arm-asm-clobber.patch;apply=yes \
	   file://arm-ctl_bus_isa.patch;apply=yes \
	   file://cris-libc-symbols.patch;apply=yes \
	   file://cris-stack-direction.patch;apply=yes \
	   file://dl-machine-alpha.patch;apply=yes \
	   file://dl-machine-arm.patch;apply=yes \
	   file://dl-machine-m68k.patch;apply=yes \
	   file://dl-machine-mips.patch;apply=yes \
	   file://dl-machine-sh.patch;apply=yes \
	   file://dl-machine-sparc.patch;apply=yes \
	   file://errlist-1.9.patch;apply=yes \
	   file://errlist-arm.patch;apply=yes \
	   file://glibc-2.2.5-allow-gcc-3.4-fixup.patch;apply=yes \
	   file://glibc-2.2.5-allow-gcc-3.4-grp.patch;apply=yes \
	   file://glibc-2.2.5-allow-gcc-4.x-configure.patch;apply=yes \
	   file://glibc-2.2.5-alpha-pwrite64.patch;apply=yes \
	   file://glibc-2.2.5-arm-pwrite64.patch;apply=yes \
	   file://glibc-2.2.5-crosstest.patch;apply=yes \
	   file://glibc-2.2.5-crossyes.patch;apply=yes \
	   file://glibc-2.2.5-cygwin.patch;apply=yes \
	   file://glibc-2.2.5-hhl-powerpc-fpu.patch;apply=yes \
	   file://glibc-2.2.5-mips-build-gmon.patch;apply=yes \
	   file://glibc-2.2.5-mips-clone-local-label.patch;apply=yes \
	   file://glibc-2.2.5-ppc405erratum77.patch;apply=yes \
	   file://glibc-drow-sh.patch;apply=yes \
	   file://glibc-test-lowram.patch;apply=yes \
	   file://initfini-alpha.patch;apply=yes \
	   file://initfini-sh.patch;apply=yes \
	   file://longjmp-sparc.patch;apply=yes \
	   file://sh-setjmp-fix.patch;apply=yes \
	   file://sprintf-prototype.patch;apply=yes \
	   file://sscanf.patch;apply=yes \
	   file://unwind-arm.patch;apply=yes \
	   file://ldd.patch;apply=yes;striplevel=0 \
	   file://fhs-linux-paths.patch;apply=yes \
	   file://arm-no-hwcap.patch;apply=yes;striplevel=0 \
	   file://arm-memcpy.patch;apply=yes;striplevel=0 \
	   file://arm-longlong.patch;apply=yes;striplevel=0 \
	   file://arm-machine-gmon.patch;apply=yes;striplevel=0 \
	   file://glibc-2.2.5-allow-gcc-3.4-td.patch;apply=yes \
	   file://glibc-2.2.5-alpha-self-clobber.patch;apply=yes \
	   file://pt-initfini-alpha.patch;apply=yes \
	   file://pt-initfini-sh.patch;apply=yes \
	   file://linuxthreads-2.2.5-ppc405erratum77.patch;apply=yes \
	   file://threadparam.patch;apply=yes \
	   file://initfini-flags.patch;apply=yes \
	   file://pt-initfini-flags.patch;apply=yes \
	   file://glibc-2.3.2-allow-solaris.patch;apply=yes \
	   \
           file://etc/ld.so.conf \
	   file://generate-supported.mk"
#	   file://makeconfig.patch;apply=yes;striplevel=0


# seems to break on TLS platforms
# SRC_URI_append_arm = " file://dyn-ldconfig.patch;apply=yes;striplevel=0"

S = "${WORKDIR}/glibc-${PV}"
B = "${WORKDIR}/build-${TARGET_SYS}"

EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
	        --without-cvs --disable-profile --disable-debug --without-gd \
		--enable-clocale=gnu \
	        --enable-add-ons=${GLIBC_ADDONS} \
		--with-headers=${STAGING_INCDIR} \
		${GLIBC_EXTRA_OECONF}"

EXTRA_OECONF += "${@get_glibc_fpu_setting(bb, d)}"

glibc_do_unpack () {
	mv ${WORKDIR}/linuxthreads ${WORKDIR}/linuxthreads_db ${S}/
}

python do_unpack () {
	bb.build.exec_func('base_do_unpack', d)
	bb.build.exec_func('glibc_do_unpack', d)
}

do_configure () {
# override this function to avoid the autoconf/automake/aclocal/autoheader
# calls for now
# don't pass CPPFLAGS into configure, since it upsets the kernel-headers
# version check and doesn't really help with anything
        if [ -z "`which rpcgen`" ]; then
		echo "rpcgen not found.  Install glibc-devel."
		exit 1
	fi
	(cd ${S} && gnu-configize) || die "failure in running gnu-configize"
	CPPFLAGS="" oe_runconf
}

rpcsvc = "bootparam_prot.x nlm_prot.x rstat.x \
	  yppasswd.x klm_prot.x rex.x sm_inter.x mount.x \
	  rusers.x spray.x nfs_prot.x rquota.x key_prot.x"

do_compile () {
	# this really is arm specific
	touch ${S}/sysdeps/arm/framestate.c
	# -Wl,-rpath-link <staging>/lib in LDFLAGS can cause breakage if another glibc is in staging
	unset LDFLAGS
	base_do_compile
	(
		cd ${S}/sunrpc/rpcsvc
		for r in ${rpcsvc}; do
			h=`echo $r|sed -e's,\.x$,.h,'`
			rpcgen -h $r -o $h || oewarn "unable to generate header for $r"
		done
	)
}

do_stage() {
	rm -f ${STAGING_DIR_HOST}${layout_base_libdir}/libc.so.6
	oe_runmake 'install_root=${STAGING_DIR_HOST}' \
		   'includedir=${layout_includedir}' 'libdir=${layout_libdir}' 'slibdir=${layout_base_libdir}' \
		   '${STAGING_DIR_HOST}${layout_base_libdir}/libc.so.6' \
		   '${STAGING_INCDIR}/bits/errno.h' \
		   '${STAGING_INCDIR}/bits/libc-lock.h' \
		   '${STAGING_INCDIR}/gnu/stubs.h' \
		   install-headers install-lib

	install -d ${STAGING_INCDIR}/gnu \
		   ${STAGING_INCDIR}/bits \
		   ${STAGING_INCDIR}/sys \
		   ${STAGING_INCDIR}/rpcsvc
	install -m 0644 ${B}/bits/stdio_lim.h ${STAGING_INCDIR}/bits/
	install -m 0644 misc/syscall-list.h ${STAGING_INCDIR}/bits/syscall.h
	install -m 0644 ${S}/include/bits/xopen_lim.h ${STAGING_INCDIR}/bits/
	install -m 0644 ${B}/gnu/lib-names.h ${STAGING_INCDIR}/gnu/
	install -m 0644 ${S}/include/limits.h ${STAGING_INCDIR}/
	install -m 0644 ${S}/include/gnu/libc-version.h ${STAGING_INCDIR}/gnu/
	install -m 0644 ${S}/include/gnu-versions.h ${STAGING_INCDIR}/
	install -m 0644 ${S}/include/values.h ${STAGING_INCDIR}/
	install -m 0644 ${S}/include/errno.h ${STAGING_INCDIR}/
	install -m 0644 ${S}/include/sys/errno.h ${STAGING_INCDIR}/sys/
	install -m 0644 ${S}/include/features.h ${STAGING_INCDIR}/
	for r in ${rpcsvc}; do
		h=`echo $r|sed -e's,\.x$,.h,'`
		install -m 0644 ${S}/sunrpc/rpcsvc/$h ${STAGING_INCDIR}/rpcsvc/
	done
	for i in libc.a libc_pic.a libc_nonshared.a; do
		install -m 0644 ${B}/$i ${STAGING_DIR_HOST}/${layout_base_libdir}/ || die "failed to install $i"
	done
	echo 'GROUP ( libc.so.6 libc_nonshared.a )' > ${STAGING_DIR_HOST}/${layout_base_libdir}/libc.so
}

require glibc-package.inc

SRC_URI[archive.md5sum] = "e4c3eb8343b5df346ceaaec23459f1dc"
SRC_URI[archive.sha256sum] = "58dc8df59aed1e4d9d50eef9e4c4c0789fa283b50f7a093932d0f467424484ee"
SRC_URI[linuxthreads.md5sum] = "c766a79a51668d7fa33f175a249655b4"
SRC_URI[linuxthreads.sha256sum] = "c027824ee6593a838e0883bdd4bf8bd455b3dcf4ff0aa77fe82452819d882f47"