| Submitter | Saul Wold |
|---|---|
| Date | Jan. 25, 2012, 7:29 p.m. |
| Message ID | <d5beebc025cb2db00ec1d10fa3c1837d2712e510.1327519635.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/20157/ |
| State | Accepted |
| Commit | 3de810a7f745b253d4b63eea353a31514d64a2e3 |
| Headers | show |
Comments
Patch
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" +
Skip the staticdev QA test since the static archives belong with the -dev. Signed-off-by: Saul Wold <sgw@linux.intel.com> --- meta/recipes-devtools/gcc/libgcc_4.6.bb | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)