From: Marcin Juszkiewicz Date: Mon, 27 Sep 2010 14:31:29 +0000 (+0200) Subject: gcc 4.4-2010.09: moved FILESDIR to inc file X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4292b4f8b780dab1137a29d9cc7ebc5fb924ee5d;p=openembedded.git gcc 4.4-2010.09: moved FILESDIR to inc file --- diff --git a/recipes/gcc/gcc-4.4-2010.09.inc b/recipes/gcc/gcc-4.4-2010.09.inc index 3aa49cc388..c12b9e007e 100644 --- a/recipes/gcc/gcc-4.4-2010.09.inc +++ b/recipes/gcc/gcc-4.4-2010.09.inc @@ -8,6 +8,8 @@ LICENSE = "GPLv3" DEPENDS = "mpfr gmp" NATIVEDEPS = "mpfr-native gmp-native" +FILESDIR = "${FILE_DIRNAME}/gcc-4.4.4" + INC_PR = "r1" diff --git a/recipes/gcc/gcc-cross_4.4-2010.09.bb b/recipes/gcc/gcc-cross_4.4-2010.09.bb index 8656ea466a..4309fd4baf 100644 --- a/recipes/gcc/gcc-cross_4.4-2010.09.bb +++ b/recipes/gcc/gcc-cross_4.4-2010.09.bb @@ -2,8 +2,6 @@ require gcc-${PV}.inc require gcc-cross4.inc PR = "${INC_PR}.0" -FILESDIR = "${FILE_DIRNAME}/gcc-4.4.4" - SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch " EXTRA_OECONF += " --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"