I think this is breaking meta-gpl2 somehow? https://autobuilder.yoctoproject.org/typhoon/#/builders/75/builds/3855
Alex On Wed, 18 Aug 2021 at 18:50, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > The elfutils ptests require debug symbols for the libc to be available, > else > we see failures such as those on the autobuilder for the fast ptest image > on arm (the dbg symbols are pulled in by other recipes in other images). > > Also fix various test skips/error messages due to missing gcc/ld and > development headers. > > Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org> > --- > meta/recipes-devtools/elfutils/elfutils_0.185.bb | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-devtools/elfutils/elfutils_0.185.bb > b/meta/recipes-devtools/elfutils/elfutils_0.185.bb > index 3d103c7c48e..9ea4de8e407 100644 > --- a/meta/recipes-devtools/elfutils/elfutils_0.185.bb > +++ b/meta/recipes-devtools/elfutils/elfutils_0.185.bb > @@ -50,11 +50,12 @@ PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd" > PACKAGECONFIG[libdebuginfod] = > "--enable-libdebuginfod,--disable-libdebuginfod,curl" > PACKAGECONFIG[debuginfod] = > "--enable-debuginfod,--disable-debuginfod,libarchive sqlite3 libmicrohttpd" > > -RDEPENDS:${PN}-ptest += "libasm libelf bash make coreutils ${PN}-binutils > iproute2-ss bsdtar" > +RDEPENDS:${PN}-ptest += "libasm libelf bash make coreutils ${PN}-binutils > iproute2-ss bsdtar gcc-symlinks binutils-symlinks libgcc-dev" > > EXTRA_OECONF:append:class-target = " --disable-tests-rpath" > > -RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils" > +RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils glibc-dbg > glibc-dev" > +INSANE_SKIP:${PN}-ptest = "debug-deps dev-deps" > > do_compile_ptest() { > cd ${B}/tests > -- > 2.30.2 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#155029): https://lists.openembedded.org/g/openembedded-core/message/155029 Mute This Topic: https://lists.openembedded.org/mt/84976712/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-