diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-04-14 02:04:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-21 07:19:06 +0100 |
commit | b38119f4dc69421605355f92954ef39dad93b419 (patch) | |
tree | 21af0994dff53e1b52814b329b88c75e148f66ae /meta/recipes-devtools | |
parent | 1e9ccec936554c69ede04babee9955f25b296588 (diff) | |
download | openembedded-core-b38119f4dc69421605355f92954ef39dad93b419.tar.gz openembedded-core-b38119f4dc69421605355f92954ef39dad93b419.tar.bz2 openembedded-core-b38119f4dc69421605355f92954ef39dad93b419.zip |
gcc-target: remove gcc-plugin-dev from PACKAGES
There should be only one dev and dbg package.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-target.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc index 4c3eea6851..e3485172a7 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 \ |