diff options
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-package-target.inc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index a636d32239..6956677357 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require gcc-common.inc | 1 | require gcc-common.inc |
2 | 2 | ||
3 | PR = "r1" | 3 | PR = "r2" |
4 | 4 | ||
5 | # Third digit in PV should be incremented after a minor release | 5 | # Third digit in PV should be incremented after a minor release |
6 | # happens from this branch on gcc e.g. currently its 4.6.0 | 6 | # happens from this branch on gcc e.g. currently its 4.6.0 |
diff --git a/meta/recipes-devtools/gcc/gcc-package-target.inc b/meta/recipes-devtools/gcc/gcc-package-target.inc index e6105da0e6..a0e5da4603 100644 --- a/meta/recipes-devtools/gcc/gcc-package-target.inc +++ b/meta/recipes-devtools/gcc/gcc-package-target.inc | |||
@@ -17,6 +17,7 @@ FILES_${PN} = "\ | |||
17 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc* \ | 17 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc* \ |
18 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto* \ | 18 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto* \ |
19 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \ | 19 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \ |
20 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/liblto*${SOLIBSDEV} \ | ||
20 | ${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \ | 21 | ${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \ |
21 | ${gcclibdir}/${TARGET_SYS}/${BINV}/specs \ | 22 | ${gcclibdir}/${TARGET_SYS}/${BINV}/specs \ |
22 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \ | 23 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \ |