diff options
author | Daniel Dragomir <daniel.dragomir@windriver.com> | 2015-01-17 15:01:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-23 11:36:31 +0000 |
commit | 46dba263741692d64801ed425e85362fce999d06 (patch) | |
tree | f06087b163ee7f0ba484adce3adb553de3b85bef /meta/recipes-devtools | |
parent | a9102e5bf9ea2d342cd09ccc603ec160f18a355a (diff) | |
download | poky-46dba263741692d64801ed425e85362fce999d06.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)
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-runtime.inc | 15 |
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 bc36b186a0..09757e6ccc 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 \ |
@@ -162,18 +159,6 @@ FILES_libssp-dev = "\ | |||
162 | " | 159 | " |
163 | FILES_libssp-staticdev = "${libdir}/libssp*.a" | 160 | FILES_libssp-staticdev = "${libdir}/libssp*.a" |
164 | 161 | ||
165 | FILES_libgfortran = "${libdir}/libgfortran.so.*" | ||
166 | FILES_libgfortran-dev = "\ | ||
167 | ${libdir}/libgfortran*.so \ | ||
168 | ${libdir}/libgfortran.spec \ | ||
169 | ${libdir}/libgfortran.la \ | ||
170 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/libgfortranbegin.* \ | ||
171 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/libcaf_single* \ | ||
172 | " | ||
173 | FILES_libgfortran-staticdev = "${libdir}/libgfortran.a" | ||
174 | |||
175 | INSANE_SKIP_${MLPREFIX}libgfortran-dev = "staticdev" | ||
176 | |||
177 | FILES_libquadmath = "${libdir}/libquadmath*.so.*" | 162 | FILES_libquadmath = "${libdir}/libquadmath*.so.*" |
178 | FILES_libquadmath-dev = "\ | 163 | FILES_libquadmath-dev = "\ |
179 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/quadmath* \ | 164 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/quadmath* \ |