aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-21 08:27:43 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-21 08:27:43 +0200
commit622fbb8f96000753d8405bc1331678551839d4b3 (patch)
treeac0bcad1c68c4bf124934ca9206d35d09eae9437 /recipes
parent5f8b72f7b80c09dc1ea01d54d83e6b8ee8bd006f (diff)
downloadopenembedded-622fbb8f96000753d8405bc1331678551839d4b3.tar.gz
gcc-4.4.*inc: removed FILESPATHPKG
removed unneeded FILESPATHPKG tested by running bitbake -c configure -b on all gcc*_4.4*.bb recipes Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> (on irc)
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gcc/gcc-4.4.1.inc2
-rw-r--r--recipes/gcc/gcc-4.4.2.inc2
-rw-r--r--recipes/gcc/gcc-4.4.4.inc2
3 files changed, 0 insertions, 6 deletions
diff --git a/recipes/gcc/gcc-4.4.1.inc b/recipes/gcc/gcc-4.4.1.inc
index a64b108b59..8cfb47fe83 100644
--- a/recipes/gcc/gcc-4.4.1.inc
+++ b/recipes/gcc/gcc-4.4.1.inc
@@ -10,8 +10,6 @@ NATIVEDEPS = "mpfr-native gmp-native"
INC_PR = "r10"
-FILESPATHPKG .= ":gcc-$PV"
-
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
file://100-uclibc-conf.patch \
diff --git a/recipes/gcc/gcc-4.4.2.inc b/recipes/gcc/gcc-4.4.2.inc
index 5df40f0617..3bb9f53899 100644
--- a/recipes/gcc/gcc-4.4.2.inc
+++ b/recipes/gcc/gcc-4.4.2.inc
@@ -10,8 +10,6 @@ NATIVEDEPS = "mpfr-native gmp-native"
INC_PR = "r4"
-FILESPATHPKG .= ":gcc-$PV"
-
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
file://100-uclibc-conf.patch \
diff --git a/recipes/gcc/gcc-4.4.4.inc b/recipes/gcc/gcc-4.4.4.inc
index 4c7ee4089c..5de1c19d27 100644
--- a/recipes/gcc/gcc-4.4.4.inc
+++ b/recipes/gcc/gcc-4.4.4.inc
@@ -10,8 +10,6 @@ NATIVEDEPS = "mpfr-native gmp-native"
INC_PR = "r4"
-FILESPATHPKG .= ":gcc-$PV"
-
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=gcc444tarbz2 \
file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
file://100-uclibc-conf.patch \