summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb_7.10.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb_7.10.1.bb')
-rw-r--r--meta/recipes-devtools/gdb/gdb_7.10.1.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-devtools/gdb/gdb_7.10.1.bb b/meta/recipes-devtools/gdb/gdb_7.10.1.bb
index cd52e27d56..f897e1213e 100644
--- a/meta/recipes-devtools/gdb/gdb_7.10.1.bb
+++ b/meta/recipes-devtools/gdb/gdb_7.10.1.bb
@@ -3,10 +3,6 @@ require gdb-${PV}.inc
3 3
4inherit python-dir 4inherit python-dir
5 5
6PACKAGECONFIG ??= ""
7PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,python,python python-codecs"
8PACKAGECONFIG[babeltrace] = "--with-babeltrace,--without-babeltrace,babeltrace"
9
10do_configure_prepend() { 6do_configure_prepend() {
11 if [ -n "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}" ]; then 7 if [ -n "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}" ]; then
12 cat > ${WORKDIR}/python << EOF 8 cat > ${WORKDIR}/python << EOF