mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
libgfortan: Package target gcc include directory to fix
ERROR: libgfortran-9.1.0-r0 do_package: QA Issue: libgfortran: Files/directories were installed but not shipped in any package: /usr/lib/gcc/x86_64-poky-linux/9.1.0/include /usr/lib/gcc/x86_64-poky-linux/9.1.0/include/ISO_Fortran_binding.h (From OE-Core rev: 8493fe87e241bb7aeb9075683d2e44dd1e2bc334) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -66,6 +66,7 @@ FILES_${PN}-dev = "\
|
||||
${libdir}/gcc/${TARGET_SYS}/${BINV}/libgfortranbegin.* \
|
||||
${libdir}/gcc/${TARGET_SYS}/${BINV}/libcaf_single* \
|
||||
${libdir}/gcc/${TARGET_SYS}/${BINV}/finclude/ \
|
||||
${libdir}/gcc/${TARGET_SYS}/${BINV}/include/ \
|
||||
"
|
||||
FILES_${PN}-staticdev = "${libdir}/libgfortran.a"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user