diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-06-15 16:48:51 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-06-15 18:38:20 +0400 |
commit | 48c3c12e764e706ce8148aaf4c0098c675f9da41 (patch) | |
tree | 47a8c0e7675e8faa64cbab3e3a89364e1d53331b /recipes/gdb/gdb-cross_7.1.bb | |
parent | 46c758aca15a51bafdd98bce70a9281451bb8d9d (diff) |
gdb: fix building of sim/ppc
One shouldn't depend on $(LIBS) value, as it contains -lz-like things, not only filenames.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/gdb/gdb-cross_7.1.bb')
-rw-r--r-- | recipes/gdb/gdb-cross_7.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gdb/gdb-cross_7.1.bb b/recipes/gdb/gdb-cross_7.1.bb index 2c022db054..bd2b704480 100644 --- a/recipes/gdb/gdb-cross_7.1.bb +++ b/recipes/gdb/gdb-cross_7.1.bb @@ -2,7 +2,9 @@ require gdb-cross.inc LICENSE = "GPLv3" SRC_URI += " \ - file://gdb-6.8-fix-compile-karmic.patch" + file://gdb-6.8-fix-compile-karmic.patch \ + file://gdb-fix-sim-ppc.patch \ + " SRC_URI[md5sum] = "01a6ce13bab5307cfac5c405e4afd1cf" SRC_URI[sha256sum] = "fc839b5226b94e58a5c7a526e67b7f8f93c7829d05dae1b6247f1bfe3829f291" |