diff options
-rw-r--r-- | meta-oe/recipes-devtools/gcc/gcc-4.5.inc | 2 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/gcc/libgcc_4.5.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc index aabc1cf3ef..a7f9480366 100644 --- a/meta-oe/recipes-devtools/gcc/gcc-4.5.inc +++ b/meta-oe/recipes-devtools/gcc/gcc-4.5.inc | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
14 | 14 | ||
15 | 15 | ||
16 | PV = "4.5" | 16 | PV = "4.5" |
17 | PR = "r40" | 17 | PR = "r41" |
18 | 18 | ||
19 | # BINV should be incremented after updating to a revision | 19 | # BINV should be incremented after updating to a revision |
20 | # after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made | 20 | # after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made |
diff --git a/meta-oe/recipes-devtools/gcc/libgcc_4.5.bb b/meta-oe/recipes-devtools/gcc/libgcc_4.5.bb index 8a6c96a7a7..1579c8b962 100644 --- a/meta-oe/recipes-devtools/gcc/libgcc_4.5.bb +++ b/meta-oe/recipes-devtools/gcc/libgcc_4.5.bb | |||
@@ -13,6 +13,7 @@ FILES_${PN} = "${base_libdir}/libgcc*.so.*" | |||
13 | FILES_${PN}-dev = " \ | 13 | FILES_${PN}-dev = " \ |
14 | ${base_libdir}/libgcc*.so \ | 14 | ${base_libdir}/libgcc*.so \ |
15 | ${libdir}/${TARGET_SYS}/${BINV}/crt* \ | 15 | ${libdir}/${TARGET_SYS}/${BINV}/crt* \ |
16 | ${libdir}/${TARGET_SYS}/${BINV}/libgcov.a \ | ||
16 | ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" | 17 | ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" |
17 | 18 | ||
18 | do_fetch[noexec] = "1" | 19 | do_fetch[noexec] = "1" |