diff options
Diffstat (limited to 'meta-oe/recipes-devtools/ltrace/ltrace_git.bb')
-rw-r--r-- | meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb index 63971970cf..f84d989eef 100644 --- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb +++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb | |||
@@ -11,36 +11,31 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | |||
11 | 11 | ||
12 | PE = "1" | 12 | PE = "1" |
13 | PV = "7.91+git" | 13 | PV = "7.91+git" |
14 | SRCREV = "c22d359433b333937ee3d803450dc41998115685" | 14 | SRCREV = "8eabf684ba6b11ae7a1a843aca3c0657c6329d73" |
15 | 15 | ||
16 | DEPENDS = "elfutils" | 16 | DEPENDS = "elfutils" |
17 | SRC_URI = "git://github.com/sparkleholic/ltrace.git;protocol=https;branch=master \ | 17 | SRC_URI = "git://gitlab.com/cespedes/ltrace.git;protocol=https;branch=main \ |
18 | file://configure-allow-to-disable-selinux-support.patch \ | 18 | file://configure-allow-to-disable-selinux-support.patch \ |
19 | file://0001-replace-readdir_r-with-readdir.patch \ | ||
20 | file://0001-Use-correct-enum-type.patch \ | 19 | file://0001-Use-correct-enum-type.patch \ |
21 | file://0002-Fix-const-qualifier-error.patch \ | 20 | file://0002-Fix-const-qualifier-error.patch \ |
22 | file://0001-ARM-code-has-unreachable-code-after-switch-statement.patch \ | ||
23 | file://0001-Fix-tautological-compare-warning.patch \ | ||
24 | file://0001-Add-support-for-mips64-n32-n64.patch \ | 21 | file://0001-Add-support-for-mips64-n32-n64.patch \ |
25 | file://0001-configure-Recognise-linux-musl-as-a-host-OS.patch \ | 22 | file://0001-configure-Recognise-linux-musl-as-a-host-OS.patch \ |
26 | file://0001-mips-plt.c-Delete-include-error.h.patch \ | 23 | file://0001-mips-plt.c-Delete-include-error.h.patch \ |
27 | file://0001-move-fprintf-into-same-block-where-modname-and-symna.patch \ | 24 | file://0001-move-fprintf-into-same-block-where-modname-and-symna.patch \ |
28 | file://0001-hook-Do-not-append-int-to-std-string.patch \ | 25 | file://0001-hook-Do-not-append-int-to-std-string.patch \ |
29 | file://0001-Bug-fix-for-data-type-length-judgment.patch \ | 26 | file://0001-Bug-fix-for-data-type-length-judgment.patch \ |
30 | file://0001-ensure-the-struct-pointers-are-null-initilized.patch \ | ||
31 | file://0001-ppc-Remove-unused-host_powerpc64-function.patch \ | 27 | file://0001-ppc-Remove-unused-host_powerpc64-function.patch \ |
32 | file://0001-mips-Use-hardcodes-values-for-ABI-syscall-bases.patch \ | 28 | file://0001-mips-Use-hardcodes-values-for-ABI-syscall-bases.patch \ |
33 | file://0001-ppc-plt-do-not-free-symbol-libsym.patch \ | ||
34 | file://0001-Fix-type-of-single-bit-bitfields.patch \ | 29 | file://0001-Fix-type-of-single-bit-bitfields.patch \ |
30 | file://0001-proc-Make-PROC_PID_FILE-not-use-variable-length-arra.patch \ | ||
35 | " | 31 | " |
36 | SRC_URI:append:libc-musl = " file://add_ppc64le.patch" | 32 | SRC_URI:append:libc-musl = " file://add_ppc64le.patch" |
37 | 33 | ||
38 | S = "${WORKDIR}/git" | ||
39 | 34 | ||
40 | inherit autotools | 35 | inherit autotools |
41 | 36 | ||
42 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}" | 37 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}" |
43 | PACKAGECONFIG[unwind] = "--with-libunwind,--without-libunwind,libunwind" | 38 | PACKAGECONFIG[unwind] = "--with-libunwind --without-elfutils,--without-libunwind,libunwind" |
44 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" | 39 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" |
45 | 40 | ||
46 | COMPATIBLE_HOST:riscv64 = "null" | 41 | COMPATIBLE_HOST:riscv64 = "null" |