diff options
| -rw-r--r-- | meta/recipes-devtools/debugedit/debugedit_5.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/debugedit/debugedit_5.1.bb b/meta/recipes-devtools/debugedit/debugedit_5.1.bb index 5dc103f643..00c40473c4 100644 --- a/meta/recipes-devtools/debugedit/debugedit_5.1.bb +++ b/meta/recipes-devtools/debugedit/debugedit_5.1.bb | |||
| @@ -21,8 +21,11 @@ SRC_URI[sha256sum] = "ee9b688b2ed8fa62551c54cb5dc31aaa05853e7dedbd9e1237c77894ea | |||
| 21 | DEPENDS = "elfutils xxhash" | 21 | DEPENDS = "elfutils xxhash" |
| 22 | DEPENDS:append:libc-musl = " musl-legacy-error" | 22 | DEPENDS:append:libc-musl = " musl-legacy-error" |
| 23 | 23 | ||
| 24 | inherit pkgconfig autotools | 24 | inherit pkgconfig autotools multilib_script |
| 25 | 25 | ||
| 26 | RDEPENDS:${PN} += "bash elfutils-binutils" | 26 | RDEPENDS:${PN} += "bash elfutils-binutils" |
| 27 | 27 | ||
| 28 | BBCLASSEXTEND = "native nativesdk" | 28 | BBCLASSEXTEND = "native nativesdk" |
| 29 | |||
| 30 | MULTILIB_SCRIPTS = "${PN}:${bindir}/find-debuginfo" | ||
| 31 | |||
