diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-31 00:46:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-31 00:49:05 +0100 |
commit | 3f4017e36410a6435f50183e76b9adb1db1f4126 (patch) | |
tree | 8b99feccf3a3c1cdfe5181c5758d452aeffef580 /meta/recipes-devtools/gdb | |
parent | 0903a2c62a58f94b7d424162e8c852b502d3840a (diff) | |
download | openembedded-core-3f4017e36410a6435f50183e76b9adb1db1f4126.tar.gz openembedded-core-3f4017e36410a6435f50183e76b9adb1db1f4126.tar.bz2 openembedded-core-3f4017e36410a6435f50183e76b9adb1db1f4126.zip |
gdb: Fix broken source directory
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_7.3a.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb_7.3a.bb b/meta/recipes-devtools/gdb/gdb_7.3a.bb index 5e21858c80..3cd0aaed44 100644 --- a/meta/recipes-devtools/gdb/gdb_7.3a.bb +++ b/meta/recipes-devtools/gdb/gdb_7.3a.bb @@ -6,3 +6,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" PR = "${INC_PR}.0" +S = "${WORKDIR}/${PN}-7.3" |