[PATCH 4/4] libgcc: Add INSANE_SKIP of staticdev for libgcc-dev and libgcov-dev
From: Saul Wold <hidden>
Date: 2012-01-25 19:37:32
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Saul Wold <hidden>
Date: 2012-01-25 19:37:32
Subsystem:
the rest · Maintainer:
Linus Torvalds
Skip the staticdev QA test since the static archives belong with the -dev. Signed-off-by: Saul Wold <redacted> --- 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" +
--
1.7.6.5