summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-29 18:28:56 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-29 19:18:27 -0700
commit5ce7a2a89b9447e14f6cb60a0af9128987478a78 (patch)
tree3bbfefff83ff00c8a7d1004e03dd54e19ffaabc2 /meta-oe/recipes-devtools/python
parent3e1007146c8d01839112043d625a8495b4947b87 (diff)
downloadmeta-openembedded-5ce7a2a89b9447e14f6cb60a0af9128987478a78.tar.gz
xterm: Add _GNU_SOURCE via CFLAGS
This ensures that definitions of functions e.g. ptsname and wcwidth are added correctly. Fixes | ./main.c:2940:8: error: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion] | char *name = ptsname(*pty); | ^ ~~~~~~~~~~~~~ | ./util.c:5506:19: error: use of undeclared identifier 'wcwidth' | my_wcwidth = wcwidth; | ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python')
0 files changed, 0 insertions, 0 deletions