diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-01-22 16:39:34 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-24 11:54:21 +0000 |
commit | 307fcba065e26e33f8ee922e2116291c8796bb85 (patch) | |
tree | 2928b4a0769e661fc7f137c3c8d60d6e656c93ad /meta/recipes-devtools | |
parent | b227700cac64b5458b6e34342a1bf2ae12ba060a (diff) | |
download | poky-307fcba065e26e33f8ee922e2116291c8796bb85.tar.gz |
libgcc: Seperate out libgcov.a from libgcc-dev
libgcov.a is moved to it's own libgcov-dev package, instead
of being part of libgcc-dev.
(From OE-Core rev: a82a3f8ec55e68a003420549392d638e565562fc)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/libgcc_4.6.bb | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index a76fa0b4ce..ca0d41d6e4 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 = "r20" | 3 | PR = "r21" |
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.6.bb b/meta/recipes-devtools/gcc/libgcc_4.6.bb index dd0a7be824..0c50988897 100644 --- a/meta/recipes-devtools/gcc/libgcc_4.6.bb +++ b/meta/recipes-devtools/gcc/libgcc_4.6.bb | |||
@@ -7,14 +7,16 @@ PACKAGES = "\ | |||
7 | ${PN} \ | 7 | ${PN} \ |
8 | ${PN}-dev \ | 8 | ${PN}-dev \ |
9 | ${PN}-dbg \ | 9 | ${PN}-dbg \ |
10 | libgcov-dev \ | ||
10 | " | 11 | " |
11 | 12 | ||
12 | FILES_${PN} = "${base_libdir}/libgcc*.so.*" | 13 | FILES_${PN} = "${base_libdir}/libgcc*.so.*" |
13 | FILES_${PN}-dev = " \ | 14 | FILES_${PN}-dev = " \ |
14 | ${base_libdir}/libgcc*.so \ | 15 | ${base_libdir}/libgcc*.so \ |
15 | ${libdir}/${TARGET_SYS}/${BINV}/crt* \ | 16 | ${libdir}/${TARGET_SYS}/${BINV}/crt* \ |
16 | ${libdir}/${TARGET_SYS}/${BINV}/libgcov.a \ | ||
17 | ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" | 17 | ${libdir}/${TARGET_SYS}/${BINV}/libgcc*" |
18 | FILES_libgcov-dev = " \ | ||
19 | ${libdir}/${TARGET_SYS}/${BINV}/libgcov.a \ | ||
18 | 20 | ||
19 | FILES_${PN}-dbg += "${base_libdir}/.debug/" | 21 | FILES_${PN}-dbg += "${base_libdir}/.debug/" |
20 | 22 | ||