diff options
| author | Matthew McClintock <msm@freescale.com> | 2012-03-14 17:13:41 -0500 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2012-03-14 17:13:41 -0500 |
| commit | 306a1310ef07f96a54e0f1dae9a254d7ff2ebbb5 (patch) | |
| tree | dbcc25cb70b712ddb0f666e148c3908305d240e5 /recipes-devtools/binutils | |
| parent | e7016e1303d32ca141a66e13f8c533c000a05a17 (diff) | |
| download | meta-fsl-ppc-306a1310ef07f96a54e0f1dae9a254d7ff2ebbb5.tar.gz | |
toolchain: only apply patches to toolchain if we are using the FSL distro
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'recipes-devtools/binutils')
| -rw-r--r-- | recipes-devtools/binutils/binutils-fsl.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/binutils/binutils-fsl.inc b/recipes-devtools/binutils/binutils-fsl.inc index c2c822e..e779262 100644 --- a/recipes-devtools/binutils/binutils-fsl.inc +++ b/recipes-devtools/binutils/binutils-fsl.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | SRC_URI = "\ | 1 | SRC_URI_fsl = "\ |
| 2 | ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \ | 2 | ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \ |
| 3 | file://bin.e5500.patch \ | 3 | file://bin.e5500.patch \ |
| 4 | file://bin.e6500-2.patch \ | 4 | file://bin.e6500-2.patch \ |
| @@ -8,4 +8,4 @@ SRC_URI = "\ | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | PR .= "+${DISTRO}.2" | 11 | PR_fsl .= "+${DISTRO}.2" |
