A following error was observed occasionally: | in function `_start': | /usr/src/debug/lib32-glibc/2.39+git/csu/../sysdeps/arm/start.S:118:(.text+0x40): undefined reference to `main'
the issue due to build/src/readelf.o is zero size. it can be fixed by inheriting autotools-brokensep per test. Signed-off-by: Ming Liu <[email protected]> --- meta/recipes-devtools/elfutils/elfutils_0.194.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/elfutils/elfutils_0.194.bb b/meta/recipes-devtools/elfutils/elfutils_0.194.bb index f7963afcbe..5d81fadbdb 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.194.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.194.bb @@ -26,7 +26,7 @@ SRC_URI:append:libc-musl = " \ " SRC_URI[sha256sum] = "09e2ff033d39baa8b388a2d7fbc5390bfde99ae3b7c67c7daaf7433fbcf0f01e" -inherit autotools gettext ptest pkgconfig +inherit autotools-brokensep gettext ptest pkgconfig EXTRA_OECONF = "--program-prefix=eu-" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#230009): https://lists.openembedded.org/g/openembedded-core/message/230009 Mute This Topic: https://lists.openembedded.org/mt/117468339/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
