diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-19 13:23:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-20 15:59:03 +0100 |
commit | 33191e29f0e5125a7a0bbc14f09e9befb793e67c (patch) | |
tree | 36f5186fe8489b3c839422236e23bd6988548084 /meta/recipes-devtools | |
parent | 76285e5aff5e0395aa949303d29eb66aa7cdc79b (diff) | |
download | poky-33191e29f0e5125a7a0bbc14f09e9befb793e67c.tar.gz |
binutils: Fix binutils mingw packaging
Use SOLIBSDEV in FILES to fix nativesdk-binutils packaging on mingw
builds.
(From OE-Core rev: cba58ab2f380252f231fc78944499ade65e32223)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index e176b5cff1..e1b903f1eb 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
@@ -18,7 +18,7 @@ inherit autotools gettext multilib_header pkgconfig texinfo | |||
18 | FILES:${PN} = " \ | 18 | FILES:${PN} = " \ |
19 | ${bindir}/${TARGET_PREFIX}* \ | 19 | ${bindir}/${TARGET_PREFIX}* \ |
20 | ${libdir}/lib*.so.* \ | 20 | ${libdir}/lib*.so.* \ |
21 | ${libdir}/bfd-plugins/lib*.so \ | 21 | ${libdir}/bfd-plugins/lib*${SOLIBSDEV} \ |
22 | ${libdir}/lib*-${PV}*.so \ | 22 | ${libdir}/lib*-${PV}*.so \ |
23 | ${prefix}/${TARGET_SYS}/bin/* \ | 23 | ${prefix}/${TARGET_SYS}/bin/* \ |
24 | ${bindir}/embedspu" | 24 | ${bindir}/embedspu" |