[oe-commits] Saul Wold : libgcc: Add INSANE_SKIP of staticdev for libgcc-dev and libgcov-dev

git at git.openembedded.org git at git.openembedded.org
Thu Jan 26 20:58:19 UTC 2012


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Wed Jan 25 11:29:39 2012 -0800

libgcc: Add INSANE_SKIP of staticdev for libgcc-dev and libgcov-dev

Skip the staticdev QA test since the static archives belong
with the -dev.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/gcc/libgcc_4.6.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/gcc/libgcc_4.6.bb b/meta/recipes-devtools/gcc/libgcc_4.6.bb
index 0c50988..01a3b57 100644
--- a/meta/recipes-devtools/gcc/libgcc_4.6.bb
+++ b/meta/recipes-devtools/gcc/libgcc_4.6.bb
@@ -48,3 +48,6 @@ do_package_write_rpm[depends] += "virtual/${MLPREFIX}libc:do_package"
 
 BBCLASSEXTEND = "nativesdk"
 
+INSANE_SKIP_libgcc-dev = "staticdev"
+INSANE_SKIP_libgcov-dev = "staticdev"
+





More information about the Openembedded-commits mailing list