From 020bde9e9aec599c0894f11356f3ed10c2d9816c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 31 Mar 2010 11:40:30 +0100 Subject: gcc: Move -native dependencies into the base gcc version configuration file Signed-off-by: Richard Purdie --- recipes/gcc/gcc-4.2.4.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/gcc/gcc-4.2.4.inc') diff --git a/recipes/gcc/gcc-4.2.4.inc b/recipes/gcc/gcc-4.2.4.inc index e31c0d46c8..d7e1b8e081 100644 --- a/recipes/gcc/gcc-4.2.4.inc +++ b/recipes/gcc/gcc-4.2.4.inc @@ -2,6 +2,7 @@ require gcc-common.inc LICENSE = "GPLv3" DEPENDS = "mpfr gmp" +NATIVEDEPS = "mpfr-native gmp-native" INC_PR = "r10" -- cgit v1.2.3