diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_7.10.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb_7.10.1.bb b/meta/recipes-devtools/gdb/gdb_7.10.1.bb index f897e1213e..47caf8e235 100644 --- a/meta/recipes-devtools/gdb/gdb_7.10.1.bb +++ b/meta/recipes-devtools/gdb/gdb_7.10.1.bb | |||
@@ -3,6 +3,11 @@ require gdb-${PV}.inc | |||
3 | 3 | ||
4 | inherit python-dir | 4 | inherit python-dir |
5 | 5 | ||
6 | EXTRA_OEMAKE_append_libc-musl = "\ | ||
7 | gt_cv_func_gnugettext1_libc=yes \ | ||
8 | gt_cv_func_gnugettext2_libc=yes \ | ||
9 | " | ||
10 | |||
6 | do_configure_prepend() { | 11 | do_configure_prepend() { |
7 | if [ -n "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}" ]; then | 12 | if [ -n "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python', '', d)}" ]; then |
8 | cat > ${WORKDIR}/python << EOF | 13 | cat > ${WORKDIR}/python << EOF |