[oe-commits] Richard Purdie : gdb: Further S vs. PV fixups

git version control git at git.openembedded.org
Wed Aug 31 18:48:21 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 5c9ae426a058908be2e43d249c284e122b8a5444
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5c9ae426a058908be2e43d249c284e122b8a5444

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Aug 31 19:43:27 2011 +0100

gdb: Further S vs. PV fixups

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../gdb/gdb-cross-canadian_7.3a.bb                 |    2 ++
 meta/recipes-devtools/gdb/gdb-cross_7.3a.bb        |    2 ++
 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 58c20c4..7e8ad04 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"
 
 GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
 EXPAT = "--with-expat"
+
+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 587d518..dacf6c9 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"
 EXPAT = "--with-expat"
 
 PR = "${INC_PR}.0"
+
+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 3cd0aae..8f54416 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 \
 		    file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"
 PR = "${INC_PR}.0"
 
-S = "${WORKDIR}/${PN}-7.3"
+S = "${WORKDIR}/${BPN}-7.3"





More information about the Openembedded-commits mailing list