From 042685eb06b107db8b792b57504f175c1c052db5 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 12 Dec 2012 16:29:38 +0000 Subject: gcc-cross-canadian 4.6: fix dependencies to be nativesdk-* not *-nativesdk Signed-off-by: Marcin Juszkiewicz Signed-off-by: Martin Jansa --- toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain-layer') diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.6.bb b/toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.6.bb index e0af4aa95c..788391a2e9 100644 --- a/toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.6.bb +++ b/toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.6.bb @@ -5,8 +5,8 @@ require recipes-devtools/gcc/gcc-cross-canadian.inc require recipes-devtools/gcc/gcc-configure-sdk.inc require recipes-devtools/gcc/gcc-package-sdk.inc -DEPENDS += "gmp-nativesdk mpfr-nativesdk libmpc-nativesdk elfutils-nativesdk" -RDEPENDS_${PN} += "mpfr-nativesdk libmpc-nativesdk elfutils-nativesdk" +DEPENDS += "nativesdk-gmp nativesdk-mpfr nativesdk-libmpc nativesdk-elfutils" +RDEPENDS_${PN} += "nativesdk-mpfr nativesdk-libmpc nativesdk-elfutils" SYSTEMHEADERS = "/usr/include" SYSTEMLIBS = "/lib/" -- cgit 1.2.3-korg