mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
binutils: Fix binutils mingw packaging
Use SOLIBSDEV in FILES to fix nativesdk-binutils packaging on mingw builds. (From OE-Core rev: 3e953bbf59ed4bd08e40403fb4506dfc35a58f92) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit cba58ab2f380252f231fc78944499ade65e32223) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
46b4d4c257
commit
8113fd2dc1
@@ -18,7 +18,7 @@ inherit autotools gettext multilib_header pkgconfig texinfo
|
||||
FILES:${PN} = " \
|
||||
${bindir}/${TARGET_PREFIX}* \
|
||||
${libdir}/lib*.so.* \
|
||||
${libdir}/bfd-plugins/lib*.so \
|
||||
${libdir}/bfd-plugins/lib*${SOLIBSDEV} \
|
||||
${libdir}/lib*-${PV}*.so \
|
||||
${prefix}/${TARGET_SYS}/bin/* \
|
||||
${bindir}/embedspu"
|
||||
|
||||
Reference in New Issue
Block a user