diff options
author | Matthew McClintock <msm@freescale.com> | 2012-07-26 12:51:27 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-07-26 17:44:58 -0500 |
commit | ec4aebce4861b31523cb5d88dae78354bceb656c (patch) | |
tree | 3ef53f08da4598e44bb415d428496dba5f9f5a1f | |
parent | 5bc86cbf0e6bf60bfee21a7401d4a7c3583450ad (diff) | |
download | meta-fsl-ppc-ec4aebce4861b31523cb5d88dae78354bceb656c.tar.gz |
gdb.inc: fix up when we apply gdb patches
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r-- | recipes-devtools/gdb/gdb-fsl.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/gdb/gdb-fsl.inc b/recipes-devtools/gdb/gdb-fsl.inc index 5600238..5393294 100644 --- a/recipes-devtools/gdb/gdb-fsl.inc +++ b/recipes-devtools/gdb/gdb-fsl.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | PR_fsl_fslmachine := "${PR}+${DISTRO}.0" | 1 | PR_append_fslmachine = "+${DISTRO}.1" |
2 | 2 | ||
3 | SRC_URI_fsl_fslmachine := "${SRC_URI} file://gdb-7.4.1-e500mc-disassemble-fix.patch" | 3 | SRC_URI_append_fslmachine = " file://gdb-7.4.1-e500mc-disassemble-fix.patch" |
4 | 4 | ||
5 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 5 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |