summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/ltrace/ltrace_git.bb')
-rw-r--r--meta-oe/recipes-devtools/ltrace/ltrace_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
index 5710943d74..17264cef5e 100644
--- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
+++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
@@ -30,6 +30,8 @@ SRC_URI = "git://github.com/sparkleholic/ltrace.git;branch=master;protocol=http
30 file://0001-Bug-fix-for-data-type-length-judgment.patch \ 30 file://0001-Bug-fix-for-data-type-length-judgment.patch \
31 file://0001-ensure-the-struct-pointers-are-null-initilized.patch \ 31 file://0001-ensure-the-struct-pointers-are-null-initilized.patch \
32 " 32 "
33SRC_URI_append_libc-musl = " file://add_ppc64le.patch"
34
33S = "${WORKDIR}/git" 35S = "${WORKDIR}/git"
34 36
35inherit autotools 37inherit autotools