diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-04 15:58:30 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 11:16:41 +0100 |
| commit | 6d284d656e129be526e272f61405d1b004fe0ec9 (patch) | |
| tree | 5ee929a3f0305da2b2a314188a614c83100d58e1 /meta/recipes-devtools/gcc/gcc-package-target.inc | |
| parent | 7e85b21e5fa8e6b61377ae830a95ebc7cd8fbd11 (diff) | |
| download | openembedded-core-6d284d656e129be526e272f61405d1b004fe0ec9.tar.gz openembedded-core-6d284d656e129be526e272f61405d1b004fe0ec9.tar.bz2 openembedded-core-6d284d656e129be526e272f61405d1b004fe0ec9.zip | |
gcc: Remove unneeded module .la file and .so link
This avoids a QA error.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-package-target.inc')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-package-target.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-package-target.inc b/meta/recipes-devtools/gcc/gcc-package-target.inc index 6cc308c6dc..8c66c72ac9 100644 --- a/meta/recipes-devtools/gcc/gcc-package-target.inc +++ b/meta/recipes-devtools/gcc/gcc-package-target.inc @@ -72,6 +72,8 @@ do_install () { # Cleanup some of the ${libdir}{,exec}/gcc stuff ... rm -r ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/install-tools rm -r ${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/install-tools + rm -r ${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/*.so + rm -r ${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/*.la # Hack around specs file assumptions test -f ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/specs && sed -i -e '/^*cross_compile:$/ { n; s/1/0/; }' ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/specs |
