[oe-commits] Tom Rini : gcc-common: Add FILESPATHPKG .= "gcc-${PV}", drop from gcc-4.4.x .inc

git version control git at git.openembedded.org
Mon Mar 8 20:28:13 UTC 2010


Module: openembedded.git
Branch: pb/toolchain-desuck
Commit: e3dabea86d41069f12f637e81d854a5937d910d6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e3dabea86d41069f12f637e81d854a5937d910d6

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Mar  8 13:27:16 2010 -0700

gcc-common: Add FILESPATHPKG .= "gcc-${PV}", drop from gcc-4.4.x.inc

---

 recipes/gcc/gcc-4.4.1.inc  |    2 --
 recipes/gcc/gcc-4.4.2.inc  |    2 --
 recipes/gcc/gcc-4.4.3.inc  |    2 --
 recipes/gcc/gcc-common.inc |    1 +
 4 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/recipes/gcc/gcc-4.4.1.inc b/recipes/gcc/gcc-4.4.1.inc
index 300e21e..173d6dd 100644
--- a/recipes/gcc/gcc-4.4.1.inc
+++ b/recipes/gcc/gcc-4.4.1.inc
@@ -9,8 +9,6 @@ DEPENDS = ""
 
 INC_PR = "r9"
 
-FILESPATHPKG .= ":gcc-$PV"
-
 SRC_URI += "file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \
 	file://100-uclibc-conf.patch;patch=1 \
 	file://gcc-uclibc-locale-ctype_touplow_t.patch;patch=1 \
diff --git a/recipes/gcc/gcc-4.4.2.inc b/recipes/gcc/gcc-4.4.2.inc
index 036f0d8..8617a6f 100644
--- a/recipes/gcc/gcc-4.4.2.inc
+++ b/recipes/gcc/gcc-4.4.2.inc
@@ -9,8 +9,6 @@ DEPENDS = ""
 
 INC_PR = "r3"
 
-FILESPATHPKG .= ":gcc-$PV"
-
 SRC_URI += "file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \
 	file://100-uclibc-conf.patch;patch=1 \
 	file://gcc-uclibc-locale-ctype_touplow_t.patch;patch=1 \
diff --git a/recipes/gcc/gcc-4.4.3.inc b/recipes/gcc/gcc-4.4.3.inc
index 7476573..0eb8142 100644
--- a/recipes/gcc/gcc-4.4.3.inc
+++ b/recipes/gcc/gcc-4.4.3.inc
@@ -9,8 +9,6 @@ DEPENDS = ""
 
 INC_PR = "r1"
 
-FILESPATHPKG .= ":gcc-$PV"
-
 SRC_URI += "file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \
 	file://100-uclibc-conf.patch;patch=1 \
 	file://gcc-uclibc-locale-ctype_touplow_t.patch;patch=1 \
diff --git a/recipes/gcc/gcc-common.inc b/recipes/gcc/gcc-common.inc
index cab45fa..488b235 100644
--- a/recipes/gcc/gcc-common.inc
+++ b/recipes/gcc/gcc-common.inc
@@ -14,6 +14,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2;name=gcctbz2 \
 inherit autotools gettext
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
+FILESPATHPKG .= ":gcc-${PV}"
 
 # When making a Canadian SDK, we use these files too to make the compiler
 # for building for the new host part.  So only obey TARGET_FPU for the





More information about the Openembedded-commits mailing list