[oe-commits] Robert Yang : libgcc: remove libgcov-dev from PACKAGES

git at git.openembedded.org git at git.openembedded.org
Mon Apr 20 15:45:08 UTC 2015


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

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

libgcc: remove libgcov-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>

---

 .../packagegroups/packagegroup-core-standalone-sdk-target.bb         | 1 -
 meta/recipes-devtools/gcc/libgcc.inc                                 | 5 +----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
index 154a55c..5d1ce97 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
@@ -7,7 +7,6 @@ inherit packagegroup
 RDEPENDS_${PN} = "\
     libgcc \
     libgcc-dev \
-    libgcov-dev \
     libstdc++ \
     libstdc++-dev \
     ${LIBC_DEPENDENCIES} \
diff --git a/meta/recipes-devtools/gcc/libgcc.inc b/meta/recipes-devtools/gcc/libgcc.inc
index 21cb8c1..35432c7 100644
--- a/meta/recipes-devtools/gcc/libgcc.inc
+++ b/meta/recipes-devtools/gcc/libgcc.inc
@@ -6,7 +6,6 @@ PACKAGES = "\
     ${PN} \
     ${PN}-dev \
     ${PN}-dbg \
-    libgcov-dev \
 "
 
 # All libgcc source is marked with the exception.
@@ -26,10 +25,9 @@ FILES_${PN}-dev = "\
     ${libdir}/${TARGET_SYS}/${BINV}/n32 \
     ${libdir}/${TARGET_SYS}/${BINV}/libgcc* \
     ${@base_conditional('TARGET_SYS_NO_EXTENSION', '${TARGET_SYS}', '', '${libdir}/${TARGET_SYS_NO_EXTENSION}', d)} \
-"
-FILES_libgcov-dev = "\
     ${libdir}/${TARGET_SYS}/${BINV}/libgcov.a \
 "
+
 FILES_${PN}-dbg += "${base_libdir}/.debug/"
 
 LIBGCCBUILDTREENAME = "gcc-build-internal-"
@@ -40,5 +38,4 @@ do_package_write_deb[depends] += "virtual/${MLPREFIX}libc:do_packagedata"
 do_package_write_rpm[depends] += "virtual/${MLPREFIX}libc:do_packagedata"
 
 INSANE_SKIP_${PN}-dev = "staticdev"
-INSANE_SKIP_${MLPREFIX}libgcov-dev = "staticdev"
 



More information about the Openembedded-commits mailing list