]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdb: Further S vs. PV fixups
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Aug 2011 18:43:27 +0000 (19:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Aug 2011 18:44:48 +0000 (19:44 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gdb/gdb-cross-canadian_7.3a.bb
meta/recipes-devtools/gdb/gdb-cross_7.3a.bb
meta/recipes-devtools/gdb/gdb_7.3a.bb

index 58c20c4372bfd0b2a5026f9ef937351ef453d43d..7e8ad0431098eabac658d2ef2f946a4835bcb9e0 100644 (file)
@@ -5,3 +5,5 @@ PR = "${INC_PR}.0"
 
 GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
 EXPAT = "--with-expat"
+
+S = "${WORKDIR}/${BPN}-7.3"
index 587d518aa313382044a77e6fdff9ae61f72c4bee..dacf6c934528ebd80266305ceca7f3d4e2d65b5c 100644 (file)
@@ -4,3 +4,5 @@ SRC_URI += "file://sim-install-6.6.patch"
 EXPAT = "--with-expat"
 
 PR = "${INC_PR}.0"
+
+S = "${WORKDIR}/${BPN}-7.3"
index 3cd0aaed44f8fa95e73e7e88710a985940393129..8f544164ba797d4371e93e3e8a42dccfe65f6055 100644 (file)
@@ -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"