diff options
| -rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.187.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.187.bb b/meta/recipes-devtools/elfutils/elfutils_0.187.bb index d03da61353..561112c580 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.187.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.187.bb | |||
| @@ -49,6 +49,9 @@ RDEPENDS:${PN}-ptest += "libasm libelf bash make coreutils ${PN}-binutils iprout | |||
| 49 | 49 | ||
| 50 | EXTRA_OECONF:append:class-target = " --disable-tests-rpath" | 50 | EXTRA_OECONF:append:class-target = " --disable-tests-rpath" |
| 51 | 51 | ||
| 52 | # symver functions not currently supported on microblaze | ||
| 53 | EXTRA_OECONF:append:class-target:microblaze = " --disable-symbol-versioning" | ||
| 54 | |||
| 52 | RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils glibc-dbg glibc-dev" | 55 | RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils glibc-dbg glibc-dev" |
| 53 | INSANE_SKIP:${PN}-ptest = "debug-deps dev-deps" | 56 | INSANE_SKIP:${PN}-ptest = "debug-deps dev-deps" |
| 54 | 57 | ||
