summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-03-23 23:41:55 +0000
committerZhenhua Luo <b19537@freescale.com>2012-03-27 12:14:51 +0800
commit4421eca2f9aa28a1fccf87a627f1551054a42c3b (patch)
treeacd528aca645a99ede31117d251805a21565daa9 /recipes-devtools
parent92533d6e587244a022a3f93d0284c1862fffd88c (diff)
downloadmeta-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.inc2
-rw-r--r--recipes-devtools/eglibc/eglibc-fsl.inc2
-rw-r--r--recipes-devtools/gcc/gcc-fsl.inc2
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
13FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 13FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
14 14
15PR_fsl .= "+${DISTRO}.4" 15PR_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
12FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 12FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
13 13
14PR_fsl .= "+${DISTRO}.0" 14PR_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
44FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 44FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
45 45
46PR_fsl .= "+${DISTRO}.3" 46PR_append_fsl = "+${DISTRO}.3"