diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-26 15:48:04 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-26 15:48:04 +1000 |
| commit | 9fc69a54a6c8f78f310dc3c765b1ede4811a9821 (patch) | |
| tree | 14264af6354cd13588ddb226613736bf7c15f8dc /recipes-microblaze | |
| parent | 34736392307c45c25176a135edde672b8ca5062e (diff) | |
| download | meta-xilinx-9fc69a54a6c8f78f310dc3c765b1ede4811a9821.tar.gz | |
Fix up use of '_append +='
The use of '_append' and '+=' together is considered bad practice within
recipes. It is preferred to explicitly add the preceeding spaces where
they are applicable instead of using the '+=' to achieve the same
result.
Change all the uses of '_append +=' to match the recommended pattern,
adding in spaces where explicitly required.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-microblaze')
| -rw-r--r-- | recipes-microblaze/binutils/binutils%.bbappend | 2 | ||||
| -rw-r--r-- | recipes-microblaze/gcc/gcc-source_5.2.bbappend | 2 | ||||
| -rw-r--r-- | recipes-microblaze/gdb/gdb-microblaze-7.7.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-microblaze/binutils/binutils%.bbappend b/recipes-microblaze/binutils/binutils%.bbappend index 2b0db287..2a53ab74 100644 --- a/recipes-microblaze/binutils/binutils%.bbappend +++ b/recipes-microblaze/binutils/binutils%.bbappend | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 1 | ||
| 2 | # Add MicroBlaze Patches | 2 | # Add MicroBlaze Patches |
| 3 | FILESEXTRAPATHS_append := "${THISDIR}/files:" | 3 | FILESEXTRAPATHS_append := "${THISDIR}/files:" |
| 4 | SRC_URI_append_microblaze += " \ | 4 | SRC_URI_append_microblaze = " \ |
| 5 | file://upstream-change-to-garbage-collection-s.patch \ | 5 | file://upstream-change-to-garbage-collection-s.patch \ |
| 6 | " | 6 | " |
| 7 | 7 | ||
diff --git a/recipes-microblaze/gcc/gcc-source_5.2.bbappend b/recipes-microblaze/gcc/gcc-source_5.2.bbappend index ce84c6b1..50075f0d 100644 --- a/recipes-microblaze/gcc/gcc-source_5.2.bbappend +++ b/recipes-microblaze/gcc/gcc-source_5.2.bbappend | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 1 | ||
| 2 | # Add MicroBlaze Patches | 2 | # Add MicroBlaze Patches |
| 3 | FILESEXTRAPATHS_append := "${THISDIR}/files:" | 3 | FILESEXTRAPATHS_append := "${THISDIR}/files:" |
| 4 | SRC_URI_append += " \ | 4 | SRC_URI_append = " \ |
| 5 | file://microblaze.md-Improve-adddi3-and-subdi3-insn-definit.patch \ | 5 | file://microblaze.md-Improve-adddi3-and-subdi3-insn-definit.patch \ |
| 6 | " | 6 | " |
| 7 | 7 | ||
diff --git a/recipes-microblaze/gdb/gdb-microblaze-7.7.inc b/recipes-microblaze/gdb/gdb-microblaze-7.7.inc index 0b82bc67..d1aba822 100644 --- a/recipes-microblaze/gdb/gdb-microblaze-7.7.inc +++ b/recipes-microblaze/gdb/gdb-microblaze-7.7.inc | |||
| @@ -4,7 +4,7 @@ LTTNGUST_microblaze = "" | |||
| 4 | 4 | ||
| 5 | # Add MicroBlaze Patches | 5 | # Add MicroBlaze Patches |
| 6 | FILESEXTRAPATHS_append := "${THISDIR}/files:" | 6 | FILESEXTRAPATHS_append := "${THISDIR}/files:" |
| 7 | SRC_URI_append += " \ | 7 | SRC_URI_append = " \ |
| 8 | file://0001-Patch-microblaze-Add-wdc.ext.clear-and-wdc.ext.flush.patch \ | 8 | file://0001-Patch-microblaze-Add-wdc.ext.clear-and-wdc.ext.flush.patch \ |
| 9 | file://0003-Patch-microblaze-Initial-port-of-microblaze-core-rea.patch \ | 9 | file://0003-Patch-microblaze-Initial-port-of-microblaze-core-rea.patch \ |
| 10 | file://0004-Patch-microblaze-Communicate-in-larger-blocks-with-t.patch \ | 10 | file://0004-Patch-microblaze-Communicate-in-larger-blocks-with-t.patch \ |
