diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-12-12 16:29:39 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-16 21:11:44 +0100 |
commit | 5a67ffd22e171fde903827d51e7cd97c58018007 (patch) | |
tree | 13689ed5443a759b8971d6216e2dffa7788ce744 /toolchain-layer | |
parent | 9b45088e93f723db7ebaa57f5901cd6efbc3792b (diff) | |
download | meta-openembedded-5a67ffd22e171fde903827d51e7cd97c58018007.tar.gz |
libgcc: s/virtclass/class/ to make it up-to-date
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'toolchain-layer')
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/libgcc_4.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/libgcc_4.6.bb b/toolchain-layer/recipes-devtools/gcc/libgcc_4.6.bb index 8529755bc..4dade0839 100644 --- a/toolchain-layer/recipes-devtools/gcc/libgcc_4.6.bb +++ b/toolchain-layer/recipes-devtools/gcc/libgcc_4.6.bb | |||
@@ -5,7 +5,7 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
5 | DEPENDS = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" | 5 | DEPENDS = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |
6 | 6 | ||
7 | PKGSUFFIX = "" | 7 | PKGSUFFIX = "" |
8 | PKGSUFFIX_virtclass-nativesdk = "-nativesdk" | 8 | PKGSUFFIX_class-nativesdk = "-nativesdk" |
9 | 9 | ||
10 | PACKAGES = "\ | 10 | PACKAGES = "\ |
11 | ${PN} \ | 11 | ${PN} \ |