[oe-commits] Marcin Juszkiewicz : gcc 4.4-2010.09: moved FILESDIR to inc file

git version control git at git.openembedded.org
Mon Sep 27 14:33:30 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4292b4f8b780dab1137a29d9cc7ebc5fb924ee5d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4292b4f8b780dab1137a29d9cc7ebc5fb924ee5d

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Mon Sep 27 16:31:29 2010 +0200

gcc 4.4-2010.09: moved FILESDIR to inc file

---

 recipes/gcc/gcc-4.4-2010.09.inc      |    2 ++
 recipes/gcc/gcc-cross_4.4-2010.09.bb |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gcc/gcc-4.4-2010.09.inc b/recipes/gcc/gcc-4.4-2010.09.inc
index 3aa49cc..c12b9e0 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 8656ea4..4309fd4 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}"





More information about the Openembedded-commits mailing list