aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2015-01-27 06:53:53 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-02-18 16:52:52 +0100
commit9d17546d56b5e710a6420b482514202236f410e3 (patch)
treedc8a8f342d4a500145c377c3602b6fd20244b607 /recipes-devtools
parentdfea51574bd4fe5ce1c2e3bf3f18b8ee7c0e8eb7 (diff)
add gdb append to enable python packageconfig
debugging with qt-creator on target requires gdb build with python support Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/gdb/gdb_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/gdb/gdb_%.bbappend b/recipes-devtools/gdb/gdb_%.bbappend
new file mode 100644
index 00000000..41592c41
--- /dev/null
+++ b/recipes-devtools/gdb/gdb_%.bbappend
@@ -0,0 +1 @@
+PACKAGECONFIG ??= "python"