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:36 +0100 |
commit | ac47c1b30d055e8f10c4d895210f7c92ebb5c42c (patch) | |
tree | c234700ffcafd2ba89617c6cf9aec9a044af9abc /meta/recipes-devtools/gdb | |
parent | b3922cad79e36a94f41c9839e4db0601f6dc4738 (diff) | |
download | poky-ac47c1b30d055e8f10c4d895210f7c92ebb5c42c.tar.gz |
gdb: Fix broken source directory
(From OE-Core rev: 3f4017e36410a6435f50183e76b9adb1db1f4126)
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 \ | |||
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" | ||