diff options
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-package-sdk.inc | 4 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-package-target.inc | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-package-sdk.inc b/meta/recipes-devtools/gcc/gcc-package-sdk.inc index 8dd4ef7d3a..e2095e39fd 100644 --- a/meta/recipes-devtools/gcc/gcc-package-sdk.inc +++ b/meta/recipes-devtools/gcc/gcc-package-sdk.inc | |||
| @@ -19,6 +19,8 @@ FILES_${PN} = "\ | |||
| 19 | ${prefix}/${TARGET_SYS}/lib/* \ | 19 | ${prefix}/${TARGET_SYS}/lib/* \ |
| 20 | ${prefix}/${TARGET_SYS}/usr/include/* \ | 20 | ${prefix}/${TARGET_SYS}/usr/include/* \ |
| 21 | " | 21 | " |
| 22 | INSANE_SKIP_${PN} += "dev-so" | ||
| 23 | |||
| 22 | FILES_${PN}-doc = "\ | 24 | FILES_${PN}-doc = "\ |
| 23 | ${infodir} \ | 25 | ${infodir} \ |
| 24 | ${mandir} \ | 26 | ${mandir} \ |
| @@ -40,6 +42,8 @@ do_install () { | |||
| 40 | 42 | ||
| 41 | # We use libiberty from binutils | 43 | # We use libiberty from binutils |
| 42 | rm -f ${D}${prefix}/${TARGET_SYS}/lib/libiberty.a | 44 | rm -f ${D}${prefix}/${TARGET_SYS}/lib/libiberty.a |
| 45 | # Not sure where the strange paths come from | ||
| 46 | rm -f ${D}${libdir}/../lib/libiberty.a | ||
| 43 | rm -f ${D}${libdir}/libiberty.a | 47 | rm -f ${D}${libdir}/libiberty.a |
| 44 | 48 | ||
| 45 | # Insert symlinks into libexec so when tools without a prefix are searched for, the correct ones are | 49 | # Insert symlinks into libexec so when tools without a prefix are searched for, the correct ones are |
diff --git a/meta/recipes-devtools/gcc/gcc-package-target.inc b/meta/recipes-devtools/gcc/gcc-package-target.inc index a0e5da4603..f0f1a046ff 100644 --- a/meta/recipes-devtools/gcc/gcc-package-target.inc +++ b/meta/recipes-devtools/gcc/gcc-package-target.inc | |||
| @@ -24,6 +24,8 @@ FILES_${PN} = "\ | |||
| 24 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include \ | 24 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include \ |
| 25 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed \ | 25 | ${gcclibdir}/${TARGET_SYS}/${BINV}/include-fixed \ |
| 26 | " | 26 | " |
| 27 | INSANE_SKIP_${PN} += "dev-so" | ||
| 28 | |||
| 27 | FILES_${PN}-dbg += "\ | 29 | FILES_${PN}-dbg += "\ |
| 28 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/.debug/ \ | 30 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/.debug/ \ |
| 29 | " | 31 | " |
