[oe-commits] Robert Yang : gcc-target: remove gcc-plugin-dev from PACKAGES

git at git.openembedded.org git at git.openembedded.org
Tue Apr 21 06:20:59 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: b38119f4dc69421605355f92954ef39dad93b419
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b38119f4dc69421605355f92954ef39dad93b419

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Apr 14 02:04:44 2015 -0700

gcc-target: remove gcc-plugin-dev from PACKAGES

There should be only one dev and dbg package.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/gcc/gcc-target.inc | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc
index 4c3eea6..e348517 100644
--- a/meta/recipes-devtools/gcc/gcc-target.inc
+++ b/meta/recipes-devtools/gcc/gcc-target.inc
@@ -19,7 +19,6 @@ PACKAGES = "\
     g77 g77-symlinks \
     gfortran gfortran-symlinks \
     gcov gcov-symlinks \
-    ${PN}-plugin-dev \
     ${PN}-doc \
     ${PN}-dev \
     ${PN}-dbg \
@@ -47,8 +46,6 @@ FILES_${PN}-dbg += "\
 FILES_${PN}-dev = "\
     ${gcclibdir}/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \
     ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBSDEV} \
-"
-FILES_${PN}-plugin-dev = "\
     ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/include/ \
     ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/gengtype \
     ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gtype.state \



More information about the Openembedded-commits mailing list