diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-03-02 14:29:21 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-30 11:37:25 +0100 |
commit | 4155ed41d81d0b2072665aea968b3fd559fc3358 (patch) | |
tree | 09d4908e42fb7d76cadc5a193d715ef989d46145 /meta/recipes-devtools | |
parent | e6716c54ec3184f8c0c976d7d5617fe6f6e6e54a (diff) | |
download | poky-4155ed41d81d0b2072665aea968b3fd559fc3358.tar.gz |
gcc-package-target: Add the dangling files to specific packages
create a new package to have lto dev packages bundled
(From OE-Core rev: b98fb95c594117d165a31795b6fa7b6cb583d598)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-package-target.inc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-package-target.inc b/meta/recipes-devtools/gcc/gcc-package-target.inc index a499c88867..d58e001c01 100644 --- a/meta/recipes-devtools/gcc/gcc-package-target.inc +++ b/meta/recipes-devtools/gcc/gcc-package-target.inc | |||
@@ -5,14 +5,14 @@ PACKAGES = "\ | |||
5 | g77 g77-symlinks \ | 5 | g77 g77-symlinks \ |
6 | gfortran gfortran-symlinks \ | 6 | gfortran gfortran-symlinks \ |
7 | gcov gcov-symlinks \ | 7 | gcov gcov-symlinks \ |
8 | ${PN}-plugin-dev \ | ||
8 | ${PN}-doc \ | 9 | ${PN}-doc \ |
9 | ${PN}-dev \ | 10 | ${PN}-dev \ |
10 | ${PN}-dbg \ | 11 | ${PN}-dbg \ |
11 | " | 12 | " |
12 | 13 | ||
13 | FILES_${PN} = "\ | 14 | FILES_${PN} = "\ |
14 | ${bindir}/${TARGET_PREFIX}gcc \ | 15 | ${bindir}/${TARGET_PREFIX}gcc* \ |
15 | ${bindir}/${TARGET_PREFIX}gccbug \ | ||
16 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2 \ | 16 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2 \ |
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* \ |
@@ -28,12 +28,17 @@ INSANE_SKIP_${PN} += "dev-so" | |||
28 | 28 | ||
29 | FILES_${PN}-dbg += "\ | 29 | FILES_${PN}-dbg += "\ |
30 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/.debug/ \ | 30 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/.debug/ \ |
31 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/.debug/ \ | ||
31 | " | 32 | " |
32 | FILES_${PN}-dev = "\ | 33 | FILES_${PN}-dev = "\ |
33 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/include/ \ | ||
34 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \ | 34 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \ |
35 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \ | 35 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \ |
36 | " | 36 | " |
37 | FILES_${PN}-plugin-dev = "\ | ||
38 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/include/ \ | ||
39 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gengtype \ | ||
40 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gtype.state \ | ||
41 | " | ||
37 | FILES_${PN}-symlinks = "\ | 42 | FILES_${PN}-symlinks = "\ |
38 | ${bindir}/cc \ | 43 | ${bindir}/cc \ |
39 | ${bindir}/gcc \ | 44 | ${bindir}/gcc \ |