[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-core
Subject:    [OE-core] [CONSOLIDATED PULL 19/19] gcc-package-target: add libexec for plugins
From:       sgw () linux ! intel ! com (Saul Wold)
Date:       2012-04-30 22:21:03
Message-ID: c5a3097cc2507d3fe49f113684912d4804ed02bd.1335824356.git.sgw () linux ! intel ! com
[Download RAW message or body]

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
Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/recipes-devtools/gcc/gcc-4.7.inc            |    2 +-
 meta/recipes-devtools/gcc/gcc-package-target.inc |   11 ++++-------
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc \
b/meta/recipes-devtools/gcc/gcc-4.7.inc index 784a3be..8adeb8d 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -1,6 +1,6 @@
 require gcc-common.inc
 
-PR = "r0"
+PR = "r1"
 
 # Third digit in PV should be incremented after a minor release
 # 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 d58e001..392dfc4 100644
--- a/meta/recipes-devtools/gcc/gcc-package-target.inc
+++ b/meta/recipes-devtools/gcc/gcc-package-target.inc
@@ -1,5 +1,5 @@
 PACKAGES = "\
-  ${PN} ${PN}-plugins ${PN}-symlinks \
+  ${PN} ${PN}-symlinks \
   g++ g++-symlinks \
   cpp cpp-symlinks \
   g77 g77-symlinks \
@@ -36,20 +36,17 @@ FILES_${PN}-dev = "\
 "
 FILES_${PN}-plugin-dev = "\
   ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/include/ \
-  ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gengtype \
   ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gtype.state \
+  ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/gengtype \
 "
+ALLOW_EMPTY_${PN}-plugin-dev = "1"
+
 FILES_${PN}-symlinks = "\
   ${bindir}/cc \
   ${bindir}/gcc \
   ${bindir}/gccbug \
 "
 
-FILES_${PN}-plugins = "\
-  ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin \
-"
-ALLOW_EMPTY_${PN}-plugins = "1"
-
 FILES_g77 = "\
   ${bindir}/${TARGET_PREFIX}g77 \
   ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f771 \
-- 
1.7.7.6


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic