diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-02-03 12:02:03 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-10 10:32:07 +0000 |
| commit | 437b7fcfe31524736c78e99b36258acbfe4ebece (patch) | |
| tree | ea81ee0280a6a7bdb1558a2bc08f7542222defd7 /meta/recipes-core/glibc | |
| parent | a8b7d51ccec6208ec91be7c7b207b110e3269e78 (diff) | |
| download | poky-437b7fcfe31524736c78e99b36258acbfe4ebece.tar.gz | |
meta: Remove libsegfault and catchsegv
Glibc has dropped them starting with 2.35 see [1]
[1] https://sourceware.org/git/?p=glibc.git;a=commit;h=65ccd641bacea33be23d51da737c2de7543d0f5e
(From OE-Core rev: 95c61d834596263ab1dd1fb1f8c8dbcc9104a935)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
| -rw-r--r-- | meta/recipes-core/glibc/glibc-package.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index 90437a1c6f..c1c0114a07 100644 --- a/meta/recipes-core/glibc/glibc-package.inc +++ b/meta/recipes-core/glibc/glibc-package.inc | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | INHIBIT_SYSROOT_STRIP = "1" | 1 | INHIBIT_SYSROOT_STRIP = "1" |
| 2 | 2 | ||
| 3 | PACKAGES = "${PN}-dbg catchsegv sln nscd ldconfig ldd ldso 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" | 3 | PACKAGES = "${PN}-dbg sln nscd ldconfig ldd ldso tzcode glibc-thread-db ${PN}-pic libmemusage malloc-debug libnss-db ${PN}-pcprofile libsotruss ${PN} ${PN}-utils glibc-extra-nss ${PN}-dev ${PN}-staticdev ${PN}-doc ${PN}-src" |
| 4 | 4 | ||
| 5 | # The ld.so in this glibc supports the GNU_HASH | 5 | # The ld.so in this glibc supports the GNU_HASH |
| 6 | RPROVIDES:${PN} = "eglibc rtld(GNU_HASH)" | 6 | RPROVIDES:${PN} = "eglibc rtld(GNU_HASH)" |
| @@ -29,7 +29,6 @@ FILES:${PN} = "${libc_baselibs} ${libexecdir}/* ${sysconfdir}/ld.so.conf" | |||
| 29 | RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'ldconfig', '${MLPREFIX}ldconfig', '', d)}" | 29 | RRECOMMENDS:${PN} = "${@bb.utils.contains('DISTRO_FEATURES', 'ldconfig', '${MLPREFIX}ldconfig', '', d)}" |
| 30 | FILES:ldconfig = "${base_sbindir}/ldconfig" | 30 | FILES:ldconfig = "${base_sbindir}/ldconfig" |
| 31 | FILES:ldd = "${bindir}/ldd" | 31 | FILES:ldd = "${bindir}/ldd" |
| 32 | FILES:libsegfault = "${base_libdir}/libSegFault*" | ||
| 33 | FILES:ldso = "${bindir}/${MLPREFIX}ld.so" | 32 | FILES:ldso = "${bindir}/${MLPREFIX}ld.so" |
| 34 | FILES:libmemusage = "${base_libdir}/libmemusage.so" | 33 | FILES:libmemusage = "${base_libdir}/libmemusage.so" |
| 35 | FILES:malloc-debug = "${base_libdir}/libc_malloc_debug.so.0" | 34 | FILES:malloc-debug = "${base_libdir}/libc_malloc_debug.so.0" |
| @@ -48,8 +47,6 @@ FILES:nscd = "${sbindir}/nscd* ${sysconfdir}/init.d/nscd ${systemd_system_unitdi | |||
| 48 | FILES:${PN}-mtrace = "${bindir}/mtrace" | 47 | FILES:${PN}-mtrace = "${bindir}/mtrace" |
| 49 | FILES:tzcode = "${bindir}/tzselect ${sbindir}/zic ${bindir}/zdump" | 48 | FILES:tzcode = "${bindir}/tzselect ${sbindir}/zic ${bindir}/zdump" |
| 50 | FILES:${PN}-utils = "${bindir}/* ${sbindir}/*" | 49 | FILES:${PN}-utils = "${bindir}/* ${sbindir}/*" |
| 51 | FILES:catchsegv = "${bindir}/catchsegv" | ||
| 52 | RDEPENDS:catchsegv = "libsegfault" | ||
| 53 | FILES:${PN}-pcprofile = "${base_libdir}/libpcprofile.so" | 50 | FILES:${PN}-pcprofile = "${base_libdir}/libpcprofile.so" |
| 54 | FILES:glibc-thread-db = "${base_libdir}/libthread_db.so.* ${base_libdir}/libthread_db-*.so" | 51 | FILES:glibc-thread-db = "${base_libdir}/libthread_db.so.* ${base_libdir}/libthread_db-*.so" |
| 55 | RPROVIDES:${PN}-dev += "libc-dev" | 52 | RPROVIDES:${PN}-dev += "libc-dev" |
