summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-05 19:00:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-05 11:09:35 +0100
commit68d27961d14329579fcc665dfb306af3fe5170e7 (patch)
tree3330ec7836bdd332a659d8f18d6ac312818430a2 /meta/recipes-devtools/gdb
parent6d75e6f8c650b901ac3784b83c8e62c3a7a545f7 (diff)
downloadast2050-yocto-poky-68d27961d14329579fcc665dfb306af3fe5170e7.zip
ast2050-yocto-poky-68d27961d14329579fcc665dfb306af3fe5170e7.tar.gz
gdb-cross-canadian: Fix source directory S
(From OE-Core rev: 42f510b2eec3fadbeb0ce2793de8f29e7cba1ad7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r--meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb
index 870e29c..312b249 100644
--- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb
+++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3.1.bb
@@ -6,4 +6,4 @@ PR = "${INC_PR}.0"
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
EXPAT = "--with-expat"
-S = "${WORKDIR}/${BPN}-${PN}"
+S = "${WORKDIR}/${BPN}-${PV}"
OpenPOWER on IntegriCloud