diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-09-03 20:43:58 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-03 22:33:21 -0700 |
| commit | dd82970c6032ed806fb8ad41911c390f3a01ed7f (patch) | |
| tree | f5716c5e12ab610dff0f9dd155fc5841baf386cb /meta-oe/recipes-devtools/ltrace/ltrace_git.bb | |
| parent | 7ada666bf11b452408a4d400f972b229cb8c675e (diff) | |
| download | meta-openembedded-dd82970c6032ed806fb8ad41911c390f3a01ed7f.tar.gz | |
ltrace: Switch to gitlab SRC_URI
The github mirror was a stopgap, now ltrace is hosted on gitlab/cespedes
drop already applied patches upstream.
Add a patch to fix VLAs
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/ltrace/ltrace_git.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb index 63971970cf..a3ddf2a76b 100644 --- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb +++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb | |||
| @@ -11,27 +11,23 @@ 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 | ||
