1INHIBIT_SYSROOT_STRIP = "1"
2
3PACKAGES = "${PN}-dbg catchsegv sln nscd ldd tzcode glibc-thread-db ${PN}-pic libcidn libmemusage libnss-db libsegfault ${PN}-pcprofile libsotruss ${PN} ${PN}-utils glibc-extra-nss ${PN}-dev ${PN}-staticdev ${PN}-doc"
4
5# The ld.so in this glibc supports the GNU_HASH
6RPROVIDES_${PN} = "eglibc rtld(GNU_HASH)"
7RPROVIDES_${PN}-utils = "eglibc-utils"
8RPROVIDES_${PN}-mtrace = "eglibc-mtrace libc-mtrace"
9RPROVIDES_${PN}-pic = "eglibc-pic"
10RPROVIDES_${PN}-dev = "eglibc-dev libc6-dev virtual-libc-dev"
11RPROVIDES_${PN}-staticdev = "eglibc-staticdev"
12RPROVIDES_${PN}-doc = "eglibc-doc"
13RPROVIDES_glibc-extra-nss = "eglibc-extra-nss"
14RPROVIDES_glibc-thread-db = "eglibc-thread-db"
15RPROVIDES_${PN}-pcprofile = "eglibc-pcprofile"
16RPROVIDES_${PN}-dbg = "eglibc-dbg"
17libc_baselibs = "${base_libdir}/libc.so.* ${base_libdir}/libc-*.so ${base_libdir}/libm*.so.* ${base_libdir}/libm-*.so ${base_libdir}/libmvec-*.so ${base_libdir}/ld*.so.* ${base_libdir}/ld-*.so ${base_libdir}/libpthread*.so.* ${base_libdir}/libpthread-*.so ${base_libdir}/libresolv*.so.* ${base_libdir}/libresolv-*.so ${base_libdir}/librt*.so.* ${base_libdir}/librt-*.so ${base_libdir}/libutil*.so.* ${base_libdir}/libutil-*.so ${base_libdir}/libnsl*.so.* ${base_libdir}/libnsl-*.so ${base_libdir}/libnss_files*.so.* ${base_libdir}/libnss_files-*.so ${base_libdir}/libnss_compat*.so.* ${base_libdir}/libnss_compat-*.so ${base_libdir}/libnss_dns*.so.* ${base_libdir}/libnss_dns-*.so ${base_libdir}/libdl*.so.* ${base_libdir}/libdl-*.so ${base_libdir}/libanl*.so.* ${base_libdir}/libanl-*.so ${base_libdir}/libBrokenLocale*.so.* ${base_libdir}/libBrokenLocale-*.so"
18ARCH_DYNAMIC_LOADER = ""
19# The aarch64 ABI says the dynamic linker -must- be
20# /lib/ld-linux-aarch64{,_be}.so.1. With usrmerge, that may mean that
21# we need to install it in /usr/lib.
22ARCH_DYNAMIC_LOADER_aarch64 = "ld-linux-${TARGET_ARCH}.so.1"
23libc_baselibs_append = " ${@oe.utils.conditional('ARCH_DYNAMIC_LOADER', '', '', '${root_prefix}/lib/${ARCH_DYNAMIC_LOADER}', d)}"
24INSANE_SKIP_${PN}_append_aarch64 = " libdir"
25
26FILES_${PN} = "${libc_baselibs} ${libexecdir}/* ${base_sbindir}/ldconfig ${sysconfdir}/ld.so.conf"
27FILES_ldd = "${bindir}/ldd"
28FILES_libsegfault = "${base_libdir}/libSegFault*"
29FILES_libcidn = "${base_libdir}/libcidn-*.so ${base_libdir}/libcidn.so.*"
30FILES_libmemusage = "${base_libdir}/libmemusage.so"
31FILES_libnss-db = "${base_libdir}/libnss_db.so.* ${base_libdir}/libnss_db-*.so ${localstatedir}/db/Makefile ${localstatedir}/db/makedbs.sh"
32RDEPENDS_libnss-db = "${PN}-utils"
33FILES_glibc-extra-nss = "${base_libdir}/libnss_*-*.so ${base_libdir}/libnss_*.so.*"
34FILES_sln = "${base_sbindir}/sln"
35FILES_${PN}-pic = "${libdir}/*_pic.a ${libdir}/*_pic.map ${libdir}/libc_pic/*.o"
36FILES_libsotruss = "${libdir}/audit/sotruss-lib.so"
37FILES_SOLIBSDEV = "${libdir}/lib*${SOLIBSDEV}"
38FILES_${PN}-dev += "${libdir}/*_nonshared.a ${base_libdir}/*_nonshared.a ${base_libdir}/*.o ${datadir}/aclocal"
39RDEPENDS_${PN}-dev = "linux-libc-headers-dev"
40FILES_${PN}-staticdev += "${libdir}/*.a ${base_libdir}/*.a"
41FILES_nscd = "${sbindir}/nscd* ${sysconfdir}/init.d/nscd ${systemd_unitdir}/system/nscd* ${sysconfdir}/tmpfiles.d/nscd.conf \
42              ${sysconfdir}/nscd.conf ${sysconfdir}/default/volatiles/98_nscd ${localstatedir}/db/nscd"
43FILES_${PN}-mtrace = "${bindir}/mtrace"
44FILES_tzcode = "${bindir}/tzselect ${sbindir}/zic ${sbindir}/zdump"
45FILES_${PN}-utils = "${bindir}/* ${sbindir}/*"
46FILES_catchsegv = "${bindir}/catchsegv"
47RDEPENDS_catchsegv = "libsegfault"
48FILES_${PN}-pcprofile = "${base_libdir}/libpcprofile.so"
49FILES_glibc-thread-db = "${base_libdir}/libthread_db.so.* ${base_libdir}/libthread_db-*.so"
50RPROVIDES_${PN}-dev += "libc-dev"
51RPROVIDES_${PN}-staticdev += "libc-staticdev"
52
53SUMMARY_sln = "The static ln"
54DESCRIPTION_sln = "Similar to the 'ln' utility, but statically linked.  sln is useful to make symbolic links to dynamic libraries if the dynamic linking system, for some reason, is not functional."
55SUMMARY_nscd = "Name service cache daemon"
56DESCRIPTION_nscd = "nscd, name service cache daemon, caches name service lookups for the passwd, group and hosts information.  It can damatically improvide performance with remote, such as NIS or NIS+, name services."
57SUMMARY_glibc-extra-nss = "hesiod, NIS and NIS+ nss libraries"
58DESCRIPTION_glibc-extra-nss = "glibc: nis, nisplus and hesiod search services."
59SUMMARY_ldd = "print shared library dependencies"
60DESCRIPTION_ldd = "${bindir}/ldd prints shared library dependencies for each program or shared library specified on the command line."
61SUMMARY_${PN}-utils = "Miscellaneous utilities provided by glibc"
62DESCRIPTION_${PN}-utils = "Miscellaneous utilities including getconf, iconv, locale, gencat, ..."
63DESCRIPTION_libsotruss = "Library to support sotruss which traces calls through PLTs"
64DESCRIPTION_tzcode = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
65
66inherit libc-common multilib_header
67
68do_install_append () {
69	rm -f ${D}${sysconfdir}/localtime
70
71	# remove empty glibc dir
72	if [ -d ${D}${libexecdir} ]; then
73		rmdir --ignore-fail-on-non-empty ${D}${libexecdir}
74	fi
75
76	oe_multilib_header bits/syscall.h bits/long-double.h bits/floatn.h
77
78	if [ -f ${D}${bindir}/mtrace ]; then
79		sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' -e '2s,exec.*perl,exec ${USRBINPATH}/env perl,' ${D}${bindir}/mtrace
80	fi
81	# Info dir listing isn't interesting at this point so remove it if it exists.
82	if [ -e "${D}${infodir}/dir" ]; then
83		rm -f ${D}${infodir}/dir
84	fi
85
86	install -d ${D}${sysconfdir}/init.d
87	install -d ${D}${localstatedir}/db/nscd
88	install -m 0755 ${S}/nscd/nscd.init ${D}${sysconfdir}/init.d/nscd
89	install -m 0755 ${S}/nscd/nscd.conf ${D}${sysconfdir}/nscd.conf
90	install -m 0755 ${WORKDIR}/makedbs.sh ${D}${localstatedir}/db
91	sed -i "s%daemon%start-stop-daemon --start --exec%g" ${D}${sysconfdir}/init.d/nscd
92	sed -i "s|\(enable-cache\t\+netgroup\t\+\)yes|\1no|" ${D}${sysconfdir}/nscd.conf
93
94	install -d ${D}${systemd_unitdir}/system
95	install -m 0644 ${S}/nscd/nscd.service ${D}${systemd_unitdir}/system/
96
97	# The dynamic loader will have been installed into
98	# ${base_libdir}. However, if that isn't going to end up being
99	# available in the ABI-mandated location, then a symlink must
100	# be created.
101
102	if [ -n "${ARCH_DYNAMIC_LOADER}" -a ! -e "${D}${root_prefix}/lib/${ARCH_DYNAMIC_LOADER}" ]; then
103		install -d ${D}${root_prefix}/lib
104		ln -s ${@oe.path.relative('${root_prefix}/lib', '${base_libdir}')}/${ARCH_DYNAMIC_LOADER} \
105				${D}${root_prefix}/lib/${ARCH_DYNAMIC_LOADER}
106	fi
107}
108
109do_install_append_class-target() {
110	if ! ${@bb.utils.contains('DISTRO_FEATURES', 'ldconfig', 'true', 'false', d)}; then
111		# The distro doesn't want these files so let's not install them
112		rm -f ${D}${sysconfdir}/ld.so.conf
113		rm -f ${D}${base_sbindir}/ldconfig
114	fi
115	if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
116		install -d ${D}${sysconfdir}/tmpfiles.d
117		echo "d /run/nscd 755 root root -" \
118			> ${D}${sysconfdir}/tmpfiles.d/nscd.conf
119	fi
120
121	if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then
122		install -d ${D}${sysconfdir}/default/volatiles
123		echo "d root root 0755 /var/run/nscd none" \
124			> ${D}${sysconfdir}/default/volatiles/98_nscd
125	fi
126
127}
128do_install_append_aarch64 () {
129	do_install_armmultilib
130}
131
132do_install_append_arm () {
133	do_install_armmultilib
134}
135
136do_install_append_armeb () {
137	do_install_armmultilib
138}
139
140do_install_armmultilib () {
141	oe_multilib_header bits/endian.h bits/fcntl.h bits/fenv.h bits/fp-fast.h bits/hwcap.h bits/ipc.h bits/link.h bits/wordsize.h
142	oe_multilib_header bits/local_lim.h bits/mman.h bits/msq.h bits/pthreadtypes.h bits/pthreadtypes-arch.h  bits/sem.h  bits/semaphore.h bits/setjmp.h
143	oe_multilib_header bits/shm.h bits/sigstack.h bits/stat.h bits/statfs.h bits/typesizes.h
144	oe_multilib_header bits/procfs-id.h bits/procfs.h bits/shmlba.h
145
146	oe_multilib_header fpu_control.h gnu/lib-names.h gnu/stubs.h ieee754.h
147
148	oe_multilib_header sys/elf.h sys/procfs.h sys/ptrace.h sys/ucontext.h sys/user.h
149}
150
151
152LOCALESTASH = "${WORKDIR}/stashed-locale"
153bashscripts = "mtrace sotruss xtrace"
154
155do_stash_locale () {
156	dest=${LOCALESTASH}
157	install -d $dest${base_libdir} $dest${bindir} $dest${libdir} $dest${datadir}
158	# Hide away the locale data from the deployment
159	if [ -e ${D}${bindir}/localedef ]; then
160		cp -a ${D}${bindir}/localedef $dest${bindir}
161	fi
162	if [ -e ${D}${libdir}/gconv ]; then
163		cp -a ${D}${libdir}/gconv $dest${libdir}
164	fi
165	if [ -e ${D}${datadir}/i18n ]; then
166		cp -a  ${D}${datadir}/i18n $dest${datadir}
167	fi
168
169	# Make a copy of all the libraries into the locale stash
170	cp -fpPR ${D}${libdir}/* $dest${libdir}
171	if [ "${base_libdir}" != "${libdir}" ]; then
172		cp -fpPR ${D}${base_libdir}/* $dest${base_libdir}
173	fi
174	if [ -e ${D}${exec_prefix}/lib ]; then
175		if [ ${exec_prefix}/lib != ${base_libdir} ] && [ ${exec_prefix}/lib != ${libdir} ]; then
176			cp -fpPR ${D}${exec_prefix}/lib $dest${exec_prefix}
177		fi
178	fi
179
180	cp -fpPR ${D}${datadir}/* $dest${datadir}
181	rm -rf ${D}${datadir}/locale/
182	cp -fpPR ${WORKDIR}/SUPPORTED $dest
183
184	target=$dest/scripts
185	mkdir -p $target
186	for i in ${bashscripts}; do
187		if [ -f ${D}${bindir}/$i ]; then
188			cp ${D}${bindir}/$i $target/
189		fi
190	done
191}
192
193addtask do_stash_locale after do_install before do_populate_sysroot do_package
194do_stash_locale[dirs] = "${B}"
195do_stash_locale[cleandirs] = "${LOCALESTASH}"
196SSTATETASKS += "do_stash_locale"
197do_stash_locale[sstate-inputdirs] = "${LOCALESTASH}"
198do_stash_locale[sstate-outputdirs] = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale"
199do_stash_locale[sstate-fixmedir] = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale"
200
201python do_stash_locale_setscene () {
202    sstate_setscene(d)
203}
204addtask do_stash_locale_setscene
205
206PACKAGE_PREPROCESS_FUNCS += "stash_locale_package_cleanup"
207SYSROOT_PREPROCESS_FUNCS += "stash_locale_sysroot_cleanup"
208stash_locale_cleanup () {
209	cleanupdir=$1
210	# Remove all files which do_stash_locale() copies
211	for i in ${bashscripts}; do
212		rm -f $cleanupdir${bindir}/$i
213	done
214	rm -f $cleanupdir${bindir}/localedef
215	rm -rf $cleanupdir${datadir}/i18n
216	rm -rf $cleanupdir${libdir}/gconv
217	rm -rf $cleanupdir${localedir}
218	rm -rf $cleanupdir${datadir}/locale
219	if [ "${libdir}" != "${exec_prefix}/lib" ] && [ "${root_prefix}/lib" != "${exec_prefix}/lib" ]; then
220		if [ -d "$cleanupdir${exec_prefix}/lib" ]; then
221			if [ -z "${ARCH_DYNAMIC_LOADER}" -o \
222			     ! -e "$cleanupdir${exec_prefix}/lib/${ARCH_DYNAMIC_LOADER}" ]; then
223				# error out if directory isn't empty
224				# this dir should only contain locale dir
225				# which has been deleted in the previous step
226				rmdir $cleanupdir${exec_prefix}/lib
227			fi
228		fi
229	fi
230}
231
232stash_locale_sysroot_cleanup() {
233	stash_locale_cleanup ${SYSROOT_DESTDIR}
234}
235stash_locale_package_cleanup() {
236	stash_locale_cleanup ${PKGD}
237}
238
239pkg_postinst_nscd () {
240	if [ -z "$D" ]; then
241		if command -v systemd-tmpfiles >/dev/null; then
242			systemd-tmpfiles --create ${sysconfdir}/tmpfiles.d/nscd.conf
243		elif [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then
244			${sysconfdir}/init.d/populate-volatile.sh update
245		fi
246	fi
247}
248CONFFILES_nscd="${sysconfdir}/nscd.conf"
249
250SYSTEMD_PACKAGES = "nscd"
251SYSTEMD_SERVICE_nscd = "nscd.service"
252