diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-05-01 08:13:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-03 15:48:10 +0100 |
commit | 2e9bb9d103def3ce7499e1a09e47b9297f85c488 (patch) | |
tree | aaf7197cbe7361ca5f7042dcd81953be01fbe38d /meta | |
parent | 0de1832166101ad4f5f35d34359c656cfe469518 (diff) | |
download | poky-2e9bb9d103def3ce7499e1a09e47b9297f85c488.tar.gz |
gcc-package-target: add libexec for plugin
Fixes:
ERROR: For recipe gcc, the following files/directories were installed but not shipped in any package:
ERROR: /usr/libexec/gcc/i586-poky-linux/4.7.1/plugin/gengtype
(From OE-Core rev: 0be64cda0a20ca3aab75ee0cc360236d2dc40c95)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.7.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-package-target.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 784a3be328..8adeb8dde1 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require gcc-common.inc | 1 | require gcc-common.inc |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
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.7.0 | 6 | # happens from this branch on gcc e.g. currently its 4.7.0 |
diff --git a/meta/recipes-devtools/gcc/gcc-package-target.inc b/meta/recipes-devtools/gcc/gcc-package-target.inc index d58e001c01..c39aaa8bcb 100644 --- a/meta/recipes-devtools/gcc/gcc-package-target.inc +++ b/meta/recipes-devtools/gcc/gcc-package-target.inc | |||
@@ -36,7 +36,7 @@ FILES_${PN}-dev = "\ | |||
36 | " | 36 | " |
37 | FILES_${PN}-plugin-dev = "\ | 37 | FILES_${PN}-plugin-dev = "\ |
38 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/include/ \ | 38 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/include/ \ |
39 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gengtype \ | 39 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/gengtype \ |
40 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gtype.state \ | 40 | ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gtype.state \ |
41 | " | 41 | " |
42 | FILES_${PN}-symlinks = "\ | 42 | FILES_${PN}-symlinks = "\ |