summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDaniel Dragomir <daniel.dragomir@windriver.com>2015-01-17 15:01:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-17 22:39:31 +0100
commit7bd5bf8947c1203a89687b4a3b4c21c5bc4f854d (patch)
tree6c075921f99475f009e3783f5e7918ee2b03ba55 /meta
parentd03e94ef472fe09d8a27a3fcda30cbaf73d2eeea (diff)
downloadpoky-7bd5bf8947c1203a89687b4a3b4c21c5bc4f854d.tar.gz
gcc-runtime: Remove libgfortran data from receipe
Remove libgfortran packages from PACKAGES list as long as libgfortran has separate receipe since commit 5bde5d9b39ea67f19a1a6aedd0c08c6cfedcbe5f gcc: Allow fortran to build successfully in 4.8 Otherwise, when fortran support will be enabled in the compiler, both lingfortran and gcc-runtime receipes will create the same files and will try to install them. This will cause errors: ERROR: The recipe libgfortran is trying to install files into a shared area when those files already exist. Those files and their manifest location are: ... Please verify which recipe should provide the above files. (From OE-Core rev: 872342fa3d08edede4a0105ac3ddb0f2ae3224b4) (From OE-Core rev: de2aa7a56790581406f219339c9022638cd47494) Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/gcc/gcc-runtime.inc15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc
index 167869e1f2..5c369f46c6 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-runtime.inc
@@ -76,9 +76,6 @@ PACKAGES = "\
76 libssp \ 76 libssp \
77 libssp-dev \ 77 libssp-dev \
78 libssp-staticdev \ 78 libssp-staticdev \
79 libgfortran \
80 libgfortran-dev \
81 libgfortran-staticdev \
82 libmudflap \ 79 libmudflap \
83 libmudflap-dev \ 80 libmudflap-dev \
84 libmudflap-staticdev \ 81 libmudflap-staticdev \
@@ -131,18 +128,6 @@ FILES_libssp-dev = "\
131" 128"
132FILES_libssp-staticdev = "${libdir}/libssp*.a" 129FILES_libssp-staticdev = "${libdir}/libssp*.a"
133 130
134FILES_libgfortran = "${libdir}/libgfortran.so.*"
135FILES_libgfortran-dev = "\
136 ${libdir}/libgfortran*.so \
137 ${libdir}/libgfortran.spec \
138 ${libdir}/libgfortran.la \
139 ${libdir}/gcc/${TARGET_SYS}/${BINV}/libgfortranbegin.* \
140 ${libdir}/gcc/${TARGET_SYS}/${BINV}/libcaf_single* \
141"
142FILES_libgfortran-staticdev = "${libdir}/libgfortran.a"
143
144INSANE_SKIP_${MLPREFIX}libgfortran-dev = "staticdev"
145
146FILES_libquadmath = "${libdir}/libquadmath*.so.*" 131FILES_libquadmath = "${libdir}/libquadmath*.so.*"
147FILES_libquadmath-dev = "\ 132FILES_libquadmath-dev = "\
148 ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/quadmath* \ 133 ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/quadmath* \