[oe-commits] [openembedded-core] 13/15: libgfortan: Package target gcc include directory to fix

git at git.openembedded.org git at git.openembedded.org
Thu May 9 21:05:12 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d91f03a967a29001830c47352075cf4d7c2f0d0c
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu May 9 11:03:51 2019 -0700

    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
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/gcc/libgfortran.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/gcc/libgfortran.inc b/meta/recipes-devtools/gcc/libgfortran.inc
index 4b7b7b2..7543585 100644
--- a/meta/recipes-devtools/gcc/libgfortran.inc
+++ b/meta/recipes-devtools/gcc/libgfortran.inc
@@ -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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list