From 4421eca2f9aa28a1fccf87a627f1551054a42c3b Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Fri, 23 Mar 2012 23:41:55 +0000 Subject: fix appending distro tag to PR Signed-off-by: Matthew McClintock --- recipes-append/ipsec-tools/ipsec-tools_0.7.2.bbappend | 2 +- recipes-devtools/binutils/binutils-fsl.inc | 2 +- recipes-devtools/eglibc/eglibc-fsl.inc | 2 +- recipes-devtools/gcc/gcc-fsl.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-append/ipsec-tools/ipsec-tools_0.7.2.bbappend b/recipes-append/ipsec-tools/ipsec-tools_0.7.2.bbappend index dc38324..6478dc7 100644 --- a/recipes-append/ipsec-tools/ipsec-tools_0.7.2.bbappend +++ b/recipes-append/ipsec-tools/ipsec-tools_0.7.2.bbappend @@ -4,4 +4,4 @@ EXTRA_OECONF_append_fsl = "\ --enable-natt \ " -PR .= "+${DISTRO}.0" +PR_append_fsl = "+${DISTRO}.0" 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 = "\ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -PR_fsl .= "+${DISTRO}.4" +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= FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -PR_fsl .= "+${DISTRO}.0" +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 \ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -PR_fsl .= "+${DISTRO}.3" +PR_append_fsl = "+${DISTRO}.3" -- cgit v1.2.3-54-g00ecf