From patchwork Wed Dec 12 16:29:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] gcc-cross-canadian 4.6: fix dependencies to be nativesdk-* not *-nativesdk Date: Wed, 12 Dec 2012 16:29:38 -0000 From: Marcin Juszkiewicz X-Patchwork-Id: 40817 Message-Id: <1355329779-17222-1-git-send-email-marcin.juszkiewicz@linaro.org> To: openembedded-devel@lists.openembedded.org Signed-off-by: Marcin Juszkiewicz --- toolchain-layer/recipes-devtools/gcc/gcc-cross-canadian_4.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e0af4aa..788391a 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/"