diff options
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 \ |