mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
libgcc: Seperate out libgcov.a from libgcc-dev
libgcov.a is moved to it's own libgcov-dev package, instead of being part of libgcc-dev. (From OE-Core rev: a82a3f8ec55e68a003420549392d638e565562fc) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b227700cac
commit
307fcba065
@@ -1,6 +1,6 @@
|
||||
require gcc-common.inc
|
||||
|
||||
PR = "r20"
|
||||
PR = "r21"
|
||||
|
||||
# Third digit in PV should be incremented after a minor release
|
||||
# happens from this branch on gcc e.g. currently its 4.6.0
|
||||
|
||||
@@ -7,14 +7,16 @@ PACKAGES = "\
|
||||
${PN} \
|
||||
${PN}-dev \
|
||||
${PN}-dbg \
|
||||
libgcov-dev \
|
||||
"
|
||||
|
||||
FILES_${PN} = "${base_libdir}/libgcc*.so.*"
|
||||
FILES_${PN}-dev = " \
|
||||
${base_libdir}/libgcc*.so \
|
||||
${libdir}/${TARGET_SYS}/${BINV}/crt* \
|
||||
${libdir}/${TARGET_SYS}/${BINV}/libgcov.a \
|
||||
${libdir}/${TARGET_SYS}/${BINV}/libgcc*"
|
||||
FILES_libgcov-dev = " \
|
||||
${libdir}/${TARGET_SYS}/${BINV}/libgcov.a \
|
||||
|
||||
FILES_${PN}-dbg += "${base_libdir}/.debug/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user