diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-31 19:43:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-31 19:45:27 +0100 |
commit | c9767ea7ee2881da99fc178c6a097b35a62b3503 (patch) | |
tree | cc2e7a5c9df8e01a8fcebd93420351fa3fc757da | |
parent | 8294f427d00efb074c3746534a9b1e325bfb00b4 (diff) | |
download | poky-c9767ea7ee2881da99fc178c6a097b35a62b3503.tar.gz |
gdb: Further S vs. PV fixups
(From OE-Core rev: 5c9ae426a058908be2e43d249c284e122b8a5444)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross_7.3a.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_7.3a.bb | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb index 58c20c4372..7e8ad04310 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb | |||
@@ -5,3 +5,5 @@ PR = "${INC_PR}.0" | |||
5 | 5 | ||
6 | GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" | 6 | GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'" |
7 | EXPAT = "--with-expat" | 7 | EXPAT = "--with-expat" |
8 | |||
9 | S = "${WORKDIR}/${BPN}-7.3" | ||
diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.3a.bb b/meta/recipes-devtools/gdb/gdb-cross_7.3a.bb index 587d518aa3..dacf6c9345 100644 --- a/meta/recipes-devtools/gdb/gdb-cross_7.3a.bb +++ b/meta/recipes-devtools/gdb/gdb-cross_7.3a.bb | |||
@@ -4,3 +4,5 @@ SRC_URI += "file://sim-install-6.6.patch" | |||
4 | EXPAT = "--with-expat" | 4 | EXPAT = "--with-expat" |
5 | 5 | ||
6 | PR = "${INC_PR}.0" | 6 | PR = "${INC_PR}.0" |
7 | |||
8 | S = "${WORKDIR}/${BPN}-7.3" | ||
diff --git a/meta/recipes-devtools/gdb/gdb_7.3a.bb b/meta/recipes-devtools/gdb/gdb_7.3a.bb index 3cd0aaed44..8f544164ba 100644 --- a/meta/recipes-devtools/gdb/gdb_7.3a.bb +++ b/meta/recipes-devtools/gdb/gdb_7.3a.bb | |||
@@ -6,4 +6,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
6 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" | 6 | file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" |
7 | PR = "${INC_PR}.0" | 7 | PR = "${INC_PR}.0" |
8 | 8 | ||
9 | S = "${WORKDIR}/${PN}-7.3" | 9 | S = "${WORKDIR}/${BPN}-7.3" |