diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-01-25 11:29:39 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-26 20:47:21 +0000 |
commit | 3de810a7f745b253d4b63eea353a31514d64a2e3 (patch) | |
tree | eb2a3184d4551dbd93ef9b8ef1d090d9497c4645 /meta/recipes-devtools | |
parent | 4f31eb53fb0b1bfdf8be05356e57df607a6e82a9 (diff) | |
download | openembedded-core-3de810a7f745b253d4b63eea353a31514d64a2e3.tar.gz openembedded-core-3de810a7f745b253d4b63eea353a31514d64a2e3.tar.bz2 openembedded-core-3de810a7f745b253d4b63eea353a31514d64a2e3.zip |
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@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | 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 0c50988897..01a3b57e1e 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" + |