diff options
| -rw-r--r-- | meta-oe/recipes-devtools/uftrace/uftrace/0001-include-dlfcn.h-for-RTLD_DEFAULT.patch | 39 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/uftrace/uftrace_0.8.3.bb (renamed from meta-oe/recipes-devtools/uftrace/uftrace_0.8.bb) | 12 |
2 files changed, 47 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace/0001-include-dlfcn.h-for-RTLD_DEFAULT.patch b/meta-oe/recipes-devtools/uftrace/uftrace/0001-include-dlfcn.h-for-RTLD_DEFAULT.patch new file mode 100644 index 0000000000..fe7aac9318 --- /dev/null +++ b/meta-oe/recipes-devtools/uftrace/uftrace/0001-include-dlfcn.h-for-RTLD_DEFAULT.patch | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | From cdf7f2e394fcfb93a61f509ae3388f29540a6b35 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sat, 8 Sep 2018 11:56:13 -0700 | ||
| 4 | Subject: [PATCH] include dlfcn.h for RTLD_DEFAULT | ||
| 5 | |||
| 6 | Fixes | ||
| 7 | plthook.c:128:41: error: use of undeclared identifier 'RTLD_DEFAULT' | ||
| 8 | |||
| 9 | Upstream-Status: Submitted [https://github.com/namhyung/uftrace/pull/487] | ||
| 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 11 | --- | ||
| 12 | libmcount/plthook.c | 1 + | ||
| 13 | utils/debug.c | 1 + | ||
| 14 | 2 files changed, 2 insertions(+) | ||
| 15 | |||
| 16 | diff --git a/libmcount/plthook.c b/libmcount/plthook.c | ||
| 17 | index d9d84f0..d54f5e8 100644 | ||
| 18 | --- a/libmcount/plthook.c | ||
| 19 | +++ b/libmcount/plthook.c | ||
| 20 | @@ -6,6 +6,7 @@ | ||
| 21 | #include <sys/mman.h> | ||
| 22 | #include <pthread.h> | ||
| 23 | #include <assert.h> | ||
| 24 | +#include <dlfcn.h> | ||
| 25 | |||
| 26 | /* This should be defined before #include "utils.h" */ | ||
| 27 | #define PR_FMT "mcount" | ||
| 28 | diff --git a/utils/debug.c b/utils/debug.c | ||
| 29 | index 2134b09..5460def 100644 | ||
| 30 | --- a/utils/debug.c | ||
| 31 | +++ b/utils/debug.c | ||
| 32 | @@ -13,6 +13,7 @@ | ||
| 33 | #include <assert.h> | ||
| 34 | #include <limits.h> | ||
| 35 | #include <inttypes.h> | ||
| 36 | +#include <dlfcn.h> | ||
| 37 | |||
| 38 | #include "utils/utils.h" | ||
| 39 | |||
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.8.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.8.3.bb index 82b179521c..e377a5c9d5 100644 --- a/meta-oe/recipes-devtools/uftrace/uftrace_0.8.bb +++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.8.3.bb | |||
| @@ -10,15 +10,19 @@ DEPENDS_append_libc-musl = " argp-standalone" | |||
| 10 | 10 | ||
| 11 | inherit autotools | 11 | inherit autotools |
| 12 | 12 | ||
| 13 | SRCREV = "5af9ff9fa89c340617e52c8ed05798b352a7145c" | 13 | # v0.8.3 |
| 14 | SRC_URI = "git://github.com/namhyung/${BPN}" | 14 | SRCREV = "8b723a6fae2ef30495cd6279774fba9c95cd9c88" |
| 15 | SRC_URI = "git://github.com/namhyung/${BPN} \ | ||
| 16 | file://0001-include-dlfcn.h-for-RTLD_DEFAULT.patch \ | ||
| 17 | " | ||
| 15 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 16 | 19 | ||
| 17 | LDFLAGS_append_libc-musl = " -largp" | 20 | LDFLAGS_append_libc-musl = " -largp" |
| 18 | EXTRA_OECONF = "ARCH=${TARGET_ARCH}" | 21 | EXTRA_UFTRACE_OECONF = "ARCH=${TARGET_ARCH} \ |
| 22 | with_elfutils=/use/libelf/from/sysroot" | ||
| 19 | 23 | ||
| 20 | do_configure() { | 24 | do_configure() { |
| 21 | ${S}/configure ${EXTRA_OECONF} | 25 | ${S}/configure ${EXTRA_UFTRACE_OECONF} |
| 22 | } | 26 | } |
| 23 | 27 | ||
| 24 | FILES_SOLIBSDEV = "" | 28 | FILES_SOLIBSDEV = "" |
