diff options
author | lumag <dbaryshkov@gmail.com> | 2011-09-23 23:46:39 +0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-28 14:58:48 +0100 |
commit | fd3a960ec14d3c030a44d7c782bf731e4565fcda (patch) | |
tree | 29884f3c74c30234365c0e1a048ce4fbad95ba63 /meta | |
parent | 9948a81b39739b0809a274623cc75422101beae5 (diff) | |
download | poky-fd3a960ec14d3c030a44d7c782bf731e4565fcda.tar.gz |
gcc: include libgcov.a into libgcc-dev package
First, this lib is usefull for coverage analysis-enabled building.
Second, this fixes the warning about unpackaged files in libgcc recipe.
(From OE-Core rev: 2a807a98d8be3f486e703321773db32657c71d9e)
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.5.1.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/libgcc_4.5.1.bb | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/libgcc_4.6.bb | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1.inc b/meta/recipes-devtools/gcc/gcc-4.5.1.inc index 6a9a7a6c3b..839529e5b9 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1.inc +++ b/meta/recipes-devtools/gcc/gcc-4.5.1.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require gcc-common.inc | 1 | require gcc-common.inc |
2 | 2 | ||
3 | PR = "r11" | 3 | PR = "r12" |
4 | 4 | ||
5 | DEPENDS =+ "mpfr gmp libmpc elfutils" | 5 | DEPENDS =+ "mpfr gmp libmpc elfutils" |
6 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" | 6 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native elfutils-native" |
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index 5d83e90a3c..b7b6a43c8e 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 = "r12" | 3 | PR = "r13" |
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/libgcc_4.5.1.bb b/meta/recipes-devtools/gcc/libgcc_4.5.1.bb index 09e3c1ed42..500dda9054 100644 --- a/meta/recipes-devtools/gcc/libgcc_4.5.1.bb +++ b/meta/recipes-devtools/gcc/libgcc_4.5.1.bb | |||
@@ -12,6 +12,7 @@ FILES_${PN} = "${base_libdir}/libgcc*.so.*" | |||
12 | FILES_${PN}-dev = " \ | 12 | FILES_${PN}-dev = " \ |
13 | ${base_libdir}/libgcc*.so \ | 13 | ${base_libdir}/libgcc*.so \ |
14 | ${libdir}/${TARGET_SYS}/${BINV}/crt* \ | 14 | ${libdir}/${TARGET_SYS}/${BINV}/crt* \ |
15 | ${libdir}/${TARGET_SYS}/${BINV}/libgcov.a \ | ||
15 | ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" | 16 | ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" |
16 | 17 | ||
17 | do_configure[noexec] = "1" | 18 | do_configure[noexec] = "1" |
diff --git a/meta/recipes-devtools/gcc/libgcc_4.6.bb b/meta/recipes-devtools/gcc/libgcc_4.6.bb index 63a46ecb08..6ba03393c5 100644 --- a/meta/recipes-devtools/gcc/libgcc_4.6.bb +++ b/meta/recipes-devtools/gcc/libgcc_4.6.bb | |||
@@ -12,6 +12,7 @@ FILES_${PN} = "${base_libdir}/libgcc*.so.*" | |||
12 | FILES_${PN}-dev = " \ | 12 | FILES_${PN}-dev = " \ |
13 | ${base_libdir}/libgcc*.so \ | 13 | ${base_libdir}/libgcc*.so \ |
14 | ${libdir}/${TARGET_SYS}/${BINV}/crt* \ | 14 | ${libdir}/${TARGET_SYS}/${BINV}/crt* \ |
15 | ${libdir}/${TARGET_SYS}/${BINV}/libgcov.a \ | ||
15 | ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" | 16 | ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" |
16 | 17 | ||
17 | do_configure[noexec] = "1" | 18 | do_configure[noexec] = "1" |