diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-21 08:27:43 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-21 08:27:43 +0200 |
commit | 622fbb8f96000753d8405bc1331678551839d4b3 (patch) | |
tree | ac0bcad1c68c4bf124934ca9206d35d09eae9437 | |
parent | 5f8b72f7b80c09dc1ea01d54d83e6b8ee8bd006f (diff) |
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)
-rw-r--r-- | recipes/gcc/gcc-4.4.1.inc | 2 | ||||
-rw-r--r-- | recipes/gcc/gcc-4.4.2.inc | 2 | ||||
-rw-r--r-- | recipes/gcc/gcc-4.4.4.inc | 2 |
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 \ |