[meta-lsi] [PATCH 07/22] libgfortran-dev: include unpackaged files

Daniel Dragomir daniel.dragomir at windriver.com
Thu Jan 28 04:56:58 PST 2016


From: Cristian Bercaru <cristian.bercaru at windriver.com>

The libgfortran recipe does not include by default the following files
in any rpm package:
    ieee_arithmetic.mod
    ieee_exceptions.mod
    ieee_features.mod
So a QA error appears in the build:
"Files/directories were installed but not shipped in any package"

In order to correct this error, the present patch adds them to the
libgfortran-dev rpm package.

Signed-off-by: Cristian Bercaru <cristian.bercaru at windriver.com>
---
 recipes-devtools/gcc/gcc-runtime_4.8.bbappend | 1 -
 recipes-devtools/gcc/libgfortran_5.2.bbappend | 5 +++++
 2 files changed, 5 insertions(+), 1 deletion(-)
 delete mode 100644 recipes-devtools/gcc/gcc-runtime_4.8.bbappend
 create mode 100644 recipes-devtools/gcc/libgfortran_5.2.bbappend

diff --git a/recipes-devtools/gcc/gcc-runtime_4.8.bbappend b/recipes-devtools/gcc/gcc-runtime_4.8.bbappend
deleted file mode 100644
index 06ef0e4..0000000
--- a/recipes-devtools/gcc/gcc-runtime_4.8.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-RUNTIMETARGET += "libgfortran"
diff --git a/recipes-devtools/gcc/libgfortran_5.2.bbappend b/recipes-devtools/gcc/libgfortran_5.2.bbappend
new file mode 100644
index 0000000..d44c19a
--- /dev/null
+++ b/recipes-devtools/gcc/libgfortran_5.2.bbappend
@@ -0,0 +1,5 @@
+FILES_${PN}-dev += "\
+	${libdir}/gcc/${TARGET_SYS}/${BINV}/finclude/ieee_exceptions.mod \
+	${libdir}/gcc/${TARGET_SYS}/${BINV}/finclude/ieee_features.mod \
+	${libdir}/gcc/${TARGET_SYS}/${BINV}/finclude/ieee_arithmetic.mod \
+"
-- 
1.9.1



More information about the meta-lsi mailing list