summaryrefslogtreecommitdiff
path: root/recipes/gdb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-11-06 10:15:27 +0100
committerStefan Schmidt <stefan@datenfreihafen.org>2009-11-06 10:15:27 +0100
commit44b9190fb62a6a09276c765685cc8ddde9cb201f (patch)
treeac61baa4cf259e02de0ce8f1c7b76b3713f2e257 /recipes/gdb
parentc994c0a4526e8d7a16fecaceffde4f42ed1f45ff (diff)
parent35cc93da885ac6d438da6aaed9517e91d4a7e6b3 (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gdb')
-rw-r--r--recipes/gdb/gdb_7.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/gdb/gdb_7.0.bb b/recipes/gdb/gdb_7.0.bb
index 9a4684409b..c3aa49d0e4 100644
--- a/recipes/gdb/gdb_7.0.bb
+++ b/recipes/gdb/gdb_7.0.bb
@@ -3,3 +3,6 @@ LICENSE = "GPLv3"
SRC_URI += "\
file://gdb-6.8-fix-compile-karmic.patch;patch=1"
+
+# Work-around problems while creating libbfd.a
+EXTRA_OECONF += "--enable-static"