diff options
| author | Matthew McClintock <msm@freescale.com> | 2012-03-23 23:41:55 +0000 |
|---|---|---|
| committer | Zhenhua Luo <b19537@freescale.com> | 2012-03-27 12:14:51 +0800 |
| commit | 4421eca2f9aa28a1fccf87a627f1551054a42c3b (patch) | |
| tree | acd528aca645a99ede31117d251805a21565daa9 /recipes-devtools | |
| parent | 92533d6e587244a022a3f93d0284c1862fffd88c (diff) | |
| download | meta-fsl-ppc-4421eca2f9aa28a1fccf87a627f1551054a42c3b.tar.gz | |
fix appending distro tag to PR
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'recipes-devtools')
| -rw-r--r-- | recipes-devtools/binutils/binutils-fsl.inc | 2 | ||||
| -rw-r--r-- | recipes-devtools/eglibc/eglibc-fsl.inc | 2 | ||||
| -rw-r--r-- | recipes-devtools/gcc/gcc-fsl.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/binutils/binutils-fsl.inc b/recipes-devtools/binutils/binutils-fsl.inc index 0309032..258f6cc 100644 --- a/recipes-devtools/binutils/binutils-fsl.inc +++ b/recipes-devtools/binutils/binutils-fsl.inc | |||
| @@ -12,4 +12,4 @@ SRC_URI_fsl = "\ | |||
| 12 | 12 | ||
| 13 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 13 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
| 14 | 14 | ||
| 15 | PR_fsl .= "+${DISTRO}.4" | 15 | PR_append_fsl = "+${DISTRO}.4" |
diff --git a/recipes-devtools/eglibc/eglibc-fsl.inc b/recipes-devtools/eglibc/eglibc-fsl.inc index 63bf8bb..88876f0 100644 --- a/recipes-devtools/eglibc/eglibc-fsl.inc +++ b/recipes-devtools/eglibc/eglibc-fsl.inc | |||
| @@ -11,4 +11,4 @@ SRC_URI_fsl = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto= | |||
| 11 | 11 | ||
| 12 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 12 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
| 13 | 13 | ||
| 14 | PR_fsl .= "+${DISTRO}.0" | 14 | PR_append_fsl = "+${DISTRO}.0" |
diff --git a/recipes-devtools/gcc/gcc-fsl.inc b/recipes-devtools/gcc/gcc-fsl.inc index 9e8cb31..f7058fe 100644 --- a/recipes-devtools/gcc/gcc-fsl.inc +++ b/recipes-devtools/gcc/gcc-fsl.inc | |||
| @@ -43,4 +43,4 @@ SRC_URI_fsl = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ | |||
| 43 | 43 | ||
| 44 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 44 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
| 45 | 45 | ||
| 46 | PR_fsl .= "+${DISTRO}.3" | 46 | PR_append_fsl = "+${DISTRO}.3" |
