hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
INHIBIT_SYSROOT_STRIP = "1"
 
PACKAGES = "${PN}-dbg catchsegv sln nscd ldconfig ldd tzcode glibc-thread-db ${PN}-pic libmemusage malloc-debug libnss-db libsegfault ${PN}-pcprofile libsotruss ${PN} ${PN}-utils glibc-extra-nss ${PN}-dev ${PN}-staticdev ${PN}-doc ${PN}-src"
 
# The ld.so in this glibc supports the GNU_HASH
RPROVIDES:${PN} = "eglibc rtld(GNU_HASH)"
RPROVIDES:${PN}-utils = "eglibc-utils"
RPROVIDES:${PN}-mtrace = "eglibc-mtrace libc-mtrace"
RPROVIDES:${PN}-pic = "eglibc-pic"
RPROVIDES:${PN}-dev = "eglibc-dev libc6-dev virtual-libc-dev"
RPROVIDES:${PN}-staticdev = "eglibc-staticdev"
RPROVIDES:${PN}-doc = "eglibc-doc"
RPROVIDES:glibc-extra-nss = "eglibc-extra-nss"
RPROVIDES:glibc-thread-db = "eglibc-thread-db"
RPROVIDES:${PN}-pcprofile = "eglibc-pcprofile"
RPROVIDES:${PN}-dbg = "eglibc-dbg"
libc_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"
ARCH_DYNAMIC_LOADER = ""
# The aarch64 ABI says the dynamic linker -must- be
# /lib/ld-linux-aarch64{,_be}.so.1. With usrmerge, that may mean that
# we need to install it in /usr/lib.
ARCH_DYNAMIC_LOADER:aarch64 = "ld-linux-${TARGET_ARCH}.so.1"
libc_baselibs:append = " ${@oe.utils.conditional('ARCH_DYNAMIC_LOADER', '', '', '${root_prefix}/lib/${ARCH_DYNAMIC_LOADER}', d)}"
INSANE_SKIP:${PN}:append:aarch64 = " libdir"
INSANE_SKIP:${PN}-dev += "staticdev"
 
FILES:${PN} = "${libc_baselibs} ${libexecdir}/* ${sysconfdir}/ld.so.conf"
RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'ldconfig', '${MLPREFIX}ldconfig', '', d)}"
FILES:ldconfig = "${base_sbindir}/ldconfig"
FILES:ldd = "${bindir}/ldd"
FILES:libsegfault = "${base_libdir}/libSegFault*"
FILES:libmemusage = "${base_libdir}/libmemusage.so"
FILES:malloc-debug = "${base_libdir}/libc_malloc_debug.so.0"
FILES:libnss-db = "${base_libdir}/libnss_db.so.* ${base_libdir}/libnss_db-*.so ${localstatedir}/db/Makefile ${localstatedir}/db/makedbs.sh"
RDEPENDS:libnss-db = "${PN}-utils"
FILES:glibc-extra-nss = "${base_libdir}/libnss_*-*.so ${base_libdir}/libnss_*.so.*"
FILES:sln = "${base_sbindir}/sln"
FILES:${PN}-pic = "${libdir}/*_pic.a ${libdir}/*_pic.map ${libdir}/libc_pic/*.o"
FILES:libsotruss = "${libdir}/audit/sotruss-lib.so"
FILES_SOLIBSDEV = "${libdir}/lib*${SOLIBSDEV}"
FILES:${PN}-dev += "${libdir}/libpthread.a ${libdir}/libdl.a ${libdir}/libutil.a ${libdir}/libanl.a ${libdir}/*_nonshared.a ${base_libdir}/*_nonshared.a ${base_libdir}/*.o ${datadir}/aclocal"
RDEPENDS:${PN}-dev = "linux-libc-headers-dev"
FILES:${PN}-staticdev += "${libdir}/*.a ${base_libdir}/*.a"
FILES:nscd = "${sbindir}/nscd* ${sysconfdir}/init.d/nscd ${systemd_system_unitdir}/nscd* ${sysconfdir}/tmpfiles.d/nscd.conf \
              ${sysconfdir}/nscd.conf ${sysconfdir}/default/volatiles/98_nscd ${localstatedir}/db/nscd"
FILES:${PN}-mtrace = "${bindir}/mtrace"
FILES:tzcode = "${bindir}/tzselect ${sbindir}/zic ${bindir}/zdump"
FILES:${PN}-utils = "${bindir}/* ${sbindir}/*"
FILES:catchsegv = "${bindir}/catchsegv"
RDEPENDS:catchsegv = "libsegfault"
FILES:${PN}-pcprofile = "${base_libdir}/libpcprofile.so"
FILES:glibc-thread-db = "${base_libdir}/libthread_db.so.* ${base_libdir}/libthread_db-*.so"
RPROVIDES:${PN}-dev += "libc-dev"
RPROVIDES:${PN}-staticdev += "libc-staticdev"
 
SUMMARY:sln = "The static ln"
DESCRIPTION: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."
SUMMARY:nscd = "Name service cache daemon"
DESCRIPTION: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."
SUMMARY:glibc-extra-nss = "hesiod, NIS and NIS+ nss libraries"
DESCRIPTION:glibc-extra-nss = "glibc: nis, nisplus and hesiod search services."
SUMMARY:ldd = "print shared library dependencies"
DESCRIPTION:ldd = "${bindir}/ldd prints shared library dependencies for each program or shared library specified on the command line."
SUMMARY:${PN}-utils = "Miscellaneous utilities provided by glibc"
DESCRIPTION:${PN}-utils = "Miscellaneous utilities including getconf, iconv, locale, gencat, ..."
DESCRIPTION:libsotruss = "Library to support sotruss which traces calls through PLTs"
DESCRIPTION:tzcode = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
 
inherit multilib_header
 
do_install() {
   oe_runmake install_root=${D} install
   install -Dm 0644 ${WORKDIR}/etc/ld.so.conf ${D}/${sysconfdir}/ld.so.conf
   install -d ${D}${localedir}
   make -f ${WORKDIR}/generate-supported.mk IN="${S}/localedata/SUPPORTED" OUT="${WORKDIR}/SUPPORTED"
   # get rid of some broken files...
   for i in ${GLIBC_BROKEN_LOCALES}; do
       sed -i "/$i/d" ${WORKDIR}/SUPPORTED
   done
   rm -f ${D}${sysconfdir}/rpc
   rm -rf ${D}${datadir}/zoneinfo
   rm -rf ${D}${libexecdir}/getconf
 
   rm -f ${D}${sysconfdir}/localtime
 
   # remove empty glibc dir
   if [ -d ${D}${libexecdir} ]; then
       rmdir --ignore-fail-on-non-empty ${D}${libexecdir}
   fi
 
   oe_multilib_header bits/syscall.h bits/long-double.h bits/floatn.h bits/endianness.h bits/struct_rwlock.h
 
   if [ -f ${D}${bindir}/mtrace ]; then
       sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' -e '2s,exec.*perl,exec ${USRBINPATH}/env perl,' ${D}${bindir}/mtrace
   fi
   # Info dir listing isn't interesting at this point so remove it if it exists.
   if [ -e "${D}${infodir}/dir" ]; then
       rm -f ${D}${infodir}/dir
   fi
 
   install -d ${D}${sysconfdir}/init.d
   install -d ${D}${localstatedir}/db/nscd
   install -m 0755 ${S}/nscd/nscd.init ${D}${sysconfdir}/init.d/nscd
   install -m 0755 ${S}/nscd/nscd.conf ${D}${sysconfdir}/nscd.conf
   install -m 0755 ${WORKDIR}/makedbs.sh ${D}${localstatedir}/db
   sed -i "s%daemon%start-stop-daemon --start --exec%g" ${D}${sysconfdir}/init.d/nscd
   sed -i "s|\(enable-cache\t\+netgroup\t\+\)yes|\1no|" ${D}${sysconfdir}/nscd.conf
 
   install -d ${D}${systemd_system_unitdir}
   install -m 0644 ${S}/nscd/nscd.service ${D}${systemd_system_unitdir}/
 
   # The dynamic loader will have been installed into
   # ${base_libdir}. However, if that isn't going to end up being
   # available in the ABI-mandated location, then a symlink must
   # be created.
 
   if [ -n "${ARCH_DYNAMIC_LOADER}" -a ! -e "${D}${root_prefix}/lib/${ARCH_DYNAMIC_LOADER}" ]; then
       install -d ${D}${root_prefix}/lib
       ln -s ${@oe.path.relative('${root_prefix}/lib', '${base_libdir}')}/${ARCH_DYNAMIC_LOADER} \
               ${D}${root_prefix}/lib/${ARCH_DYNAMIC_LOADER}
   fi
        lnr ${D}${base_libdir}/libpthread.so.0 ${D}${libdir}/libpthread.so
        lnr ${D}${base_libdir}/librt.so.1 ${D}${libdir}/librt.so
}
 
def get_libc_fpu_setting(bb, d):
    if d.getVar('TARGET_FPU') in [ 'soft', 'ppc-efd' ]:
        return "--without-fp"
    return ""
 
do_install:append:class-target() {
   if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
       install -d ${D}${sysconfdir}/tmpfiles.d
       echo "d /run/nscd 755 root root -" \
           > ${D}${sysconfdir}/tmpfiles.d/nscd.conf
   fi
 
   if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then
       install -d ${D}${sysconfdir}/default/volatiles
       echo "d root root 0755 /var/run/nscd none" \
           > ${D}${sysconfdir}/default/volatiles/98_nscd
   fi
 
}
do_install:append:aarch64 () {
   do_install_armmultilib
}
 
do_install:append:arm () {
   do_install_armmultilib
}
 
do_install:append:armeb () {
   do_install_armmultilib
}
 
do_install_armmultilib () {
   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
   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
   oe_multilib_header bits/shm.h bits/sigstack.h bits/stat.h bits/statfs.h bits/typesizes.h
   oe_multilib_header bits/procfs-id.h bits/procfs.h bits/shmlba.h
   oe_multilib_header bits/struct_stat.h bits/pthread_stack_min.h
 
   oe_multilib_header fpu_control.h gnu/lib-names.h gnu/stubs.h ieee754.h
 
   oe_multilib_header sys/elf.h sys/procfs.h sys/ptrace.h sys/ucontext.h sys/user.h
}
 
 
LOCALESTASH = "${WORKDIR}/stashed-locale"
bashscripts = "mtrace sotruss xtrace"
 
do_stash_locale () {
   dest=${LOCALESTASH}
   install -d $dest${base_libdir} $dest${bindir} $dest${libdir} $dest${datadir}
   # Hide away the locale data from the deployment
   if [ -e ${D}${bindir}/localedef ]; then
       cp -a ${D}${bindir}/localedef $dest${bindir}
   fi
   if [ -e ${D}${libdir}/gconv ]; then
       cp -a ${D}${libdir}/gconv $dest${libdir}
   fi
   if [ -e ${D}${datadir}/i18n ]; then
       cp -a  ${D}${datadir}/i18n $dest${datadir}
   fi
 
   # Make a copy of all the libraries into the locale stash
   cp -fpPR ${D}${libdir}/* $dest${libdir}
   if [ "${base_libdir}" != "${libdir}" ]; then
       cp -fpPR ${D}${base_libdir}/* $dest${base_libdir}
   fi
   if [ -e ${D}${exec_prefix}/lib ]; then
       if [ ${exec_prefix}/lib != ${base_libdir} ] && [ ${exec_prefix}/lib != ${libdir} ]; then
           cp -fpPR ${D}${exec_prefix}/lib $dest${exec_prefix}
       fi
   fi
 
   cp -fpPR ${D}${datadir}/* $dest${datadir}
   cp -fpPR ${WORKDIR}/SUPPORTED $dest
 
   target=$dest/scripts
   mkdir -p $target
   for i in ${bashscripts}; do
       if [ -f ${D}${bindir}/$i ]; then
           cp ${D}${bindir}/$i $target/
       fi
   done
}
 
addtask do_stash_locale after do_install before do_populate_sysroot do_package
do_stash_locale[dirs] = "${B}"
do_stash_locale[cleandirs] = "${LOCALESTASH}"
SSTATETASKS += "do_stash_locale"
do_stash_locale[sstate-inputdirs] = "${LOCALESTASH}"
do_stash_locale[sstate-outputdirs] = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale"
do_stash_locale[sstate-fixmedir] = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/glibc-stash-locale"
 
python do_stash_locale_setscene () {
    sstate_setscene(d)
}
addtask do_stash_locale_setscene
 
PACKAGE_PREPROCESS_FUNCS += "stash_locale_package_cleanup"
SYSROOT_PREPROCESS_FUNCS += "stash_locale_sysroot_cleanup"
stash_locale_cleanup () {
   cleanupdir=$1
   # Remove all files which do_stash_locale() copies
   for i in ${bashscripts}; do
       rm -f $cleanupdir${bindir}/$i
   done
   rm -f $cleanupdir${bindir}/localedef
   rm -rf $cleanupdir${datadir}/i18n
   rm -rf $cleanupdir${libdir}/gconv
   rm -rf $cleanupdir${localedir}
   rm -rf $cleanupdir${datadir}/locale
   rmdir --ignore-fail-on-non-empty $cleanupdir${datadir}
 
   if [ "${libdir}" != "${exec_prefix}/lib" ] && [ "${root_prefix}/lib" != "${exec_prefix}/lib" ]; then
       if [ -d "$cleanupdir${exec_prefix}/lib" ]; then
           if [ -z "${ARCH_DYNAMIC_LOADER}" -o \
                ! -e "$cleanupdir${exec_prefix}/lib/${ARCH_DYNAMIC_LOADER}" ]; then
               # error out if directory isn't empty
               # this dir should only contain locale dir
               # which has been deleted in the previous step
               rmdir $cleanupdir${exec_prefix}/lib
           fi
       fi
   fi
}
 
stash_locale_sysroot_cleanup() {
   stash_locale_cleanup ${SYSROOT_DESTDIR}
}
stash_locale_package_cleanup() {
   stash_locale_cleanup ${PKGD}
}
 
python populate_packages:prepend () {
    if d.getVar('DEBIAN_NAMES'):
        pkgs = d.getVar('PACKAGES').split()
        bpn = d.getVar('BPN')
        prefix = d.getVar('MLPREFIX') or ""
        # Set the base package...
        d.setVar('PKG:' + prefix + bpn, prefix + 'libc6')
        libcprefix = prefix + bpn + '-'
        for p in pkgs:
            # And all the subpackages.
            if p.startswith(libcprefix):
                renamed = p.replace(bpn, 'libc6', 1)
                d.setVar('PKG:' + p, renamed)
        # For backward compatibility with old -dbg package
        d.appendVar('RPROVIDES:' + libcprefix + 'dbg', ' ' + prefix + 'libc-dbg')
        d.appendVar('RCONFLICTS:' + libcprefix + 'dbg', ' ' + prefix + 'libc-dbg')
        d.appendVar('RREPLACES:' + libcprefix + 'dbg', ' ' + prefix + 'libc-dbg')
}
 
pkg_postinst:nscd () {
   if [ -z "$D" ]; then
       if command -v systemd-tmpfiles >/dev/null; then
           systemd-tmpfiles --create ${sysconfdir}/tmpfiles.d/nscd.conf
       elif [ -e ${sysconfdir}/init.d/populate-volatile.sh ]; then
           ${sysconfdir}/init.d/populate-volatile.sh update
       fi
   fi
}
CONFFILES:nscd="${sysconfdir}/nscd.conf"
 
SYSTEMD_PACKAGES = "nscd"
SYSTEMD_SERVICE:nscd = "nscd.service"