meta-openembedded/meta-networking/recipes-support
Changqing Li f6f2fad649
tnftp: fix lib32-tnftp build failure with gcc-14
lib32-tnftp do_compile failed with gcc-14:
../../tnftp-20230507/libedit/terminal.c:597:56: error: passing argument 2 of 'terminal_overwrite' from incompatible pointer type [-Wincompatible-pointer-types]
  597 |                                 terminal_overwrite(el, &el->el_display[
      |                                                        ^~~~~~~~~~~~~~~~
      |                                                        |
      |                                                        wint_t * {aka unsigned int *}
  598 |                                     el->el_cursor.v][el->el_cursor.h],
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../tnftp-20230507/libedit/refresh.c:114:38: error: initialization of 'wchar_t *' {aka 'long int *'} from incompatible pointer type 'wint_t *' {aka 'unsigned int *'} [-Wincompatible-pointer-types]
  114 |                 wchar_t *firstline = el->el_vdisplay[0];

For 64bit system:
wchar_t is defined as int
wint_t is define as unsigned int

For 32bit system:
wchar_t is defined as long int
wint_t is define as unsigned int

In 64bit case, it works well, but in 32bit case, gcc will take it as
incompatible, and report above error

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-14 10:20:37 -07:00
..
aoetools *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
arptables recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
bmon bmon: fix PV 2021-12-10 09:11:56 -08:00
bridge-utils recipes: Update LICENSE variable to use SPDX license identifiers 2022-03-04 17:41:45 -08:00
celt051 recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
chrony recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
cifs cifs-utils: upgrade 6.15 -> 7.0 2022-08-15 16:27:53 -07:00
cim-schema recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
curlpp curlpp: Remove references to buildpaths e.g. TMPDIR 2023-05-23 08:48:18 -07:00
dnsmasq recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
dovecot recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
drbd drbd-utils: Fix a udev rule reproducibility 2024-03-05 11:02:04 -08:00
dropwatch unionfs-fuse, dropwatch, postgresql, yasm, multipath-tools, python3-pybind11: add missing Upstream-Status 2024-03-17 13:10:09 -07:00
esmtp *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
ettercap ettercap: Do not generate #line directives with bison/flex 2023-05-28 16:35:00 -07:00
fetchmail fetchmail: Fix buildpaths warning. 2024-05-23 16:17:11 -07:00
fping fping: upgrade 5.1 -> 5.2 2024-05-02 07:32:47 -07:00
fwknop fwknop: Fix AS_IF configure syntax 2023-04-02 10:06:48 -07:00
geoip recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
htpdate htpdate: upgrade 1.3.6 -> 1.3.7 2023-02-16 19:33:29 -08:00
http-parser remove unused AUTHOR variable 2023-08-03 09:14:20 -07:00
ifenslave ifenslave: upgrade 2.13 -> 2.14 2023-12-18 22:17:19 -08:00
ifmetric *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
iftop recipes: Update LICENSE variable to use SPDX license identifiers 2022-03-04 17:41:45 -08:00
ipcalc ipcalc: upgrade 1.0.2 -> 1.0.3 2023-06-14 09:41:35 -07:00
ipvsadm ipvsadm: Pass build environment cflags to compiler 2023-05-26 18:36:56 -07:00
libconfuse recipes: Update SRC_URI branch and protocols 2021-11-03 06:57:49 -07:00
libcpr libcpr: add new recipe 2024-03-26 14:00:53 -07:00
libesmtp gnome-tweaks, networkmanager-fortisslvpn, libesmtp, json-schema-validator, python3-pybluez, python3-pynetlinux, apache2: Fix Malformed Upstream-Status 2023-09-27 14:22:09 -07:00
libexosip2 libexosip2: package binaries in a separate package 2023-11-22 16:39:50 -08:00
libldb Use PYTHON_SITEPACKAGES_DIR instead of hard-coded site-packages directory path 2024-04-15 21:01:20 -07:00
libmaxminddb libmaxminddb: add new recipe 2020-11-09 20:49:52 -08:00
libmemcached *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
libosip2 libosip2: add recipe 2023-10-17 21:42:56 -07:00
libtalloc Use PYTHON_SITEPACKAGES_DIR instead of hard-coded site-packages directory path 2024-04-15 21:01:20 -07:00
libtdb Use PYTHON_SITEPACKAGES_DIR instead of hard-coded site-packages directory path 2024-04-15 21:01:20 -07:00
libtevent libtevent: upgrade 0.16.0 -> 0.16.1 2024-05-09 17:10:59 -07:00
linux-atm *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
lksctp-tools recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
lowpan-tools recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
macchanger *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
mctp mctp: upgrade 1.0 -> 1.1 2023-04-17 09:53:31 -07:00
mdio-tools mdio-tools: fix mdio-netlink kernel module reproducibility 2024-05-21 14:15:10 -07:00
memcached memcached: Upgrade to 1.6.17 2022-08-30 00:14:58 -07:00
mtr recipes: Update LICENSE variable to use SPDX license identifiers 2022-03-04 17:41:45 -08:00
nbd nbd: Do not inherit systemd 2024-05-23 08:44:42 -07:00
nbdkit nbdkit: Remove buildpaths from binaries 2023-05-23 08:48:18 -07:00
ncp meta-networking: fix Upstream-Status format 2023-02-24 08:45:44 -08:00
ndisc6 ndisc6: upgrade 1.0.7 -> 1.0.8 2024-02-09 09:52:09 -08:00
netcat recipes: Drop remaining PR values from recipes 2024-03-17 13:10:10 -07:00
netcf netcf: Fix build with latest gnulib 2024-03-09 10:55:22 -08:00
netperf recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
netsniff-ng meta-networking: Drop broken BBCLASSEXTEND variants 2023-10-24 09:08:45 -07:00
nis recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
ntimed recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
ntopng ntopng: fix building with GCC 14 2024-06-06 21:45:26 -07:00
ntp ntp: upgrade 4.2.8p17 -> 4.2.8p18 2024-06-07 09:11:59 -07:00
ntpsec recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
nuttcp recipes: Switch away from S = WORKDIR 2024-05-23 08:44:44 -07:00
open-isns open-isns: upgrade 0.101 -> 0.102 2022-09-13 09:55:02 -07:00
open-vm-tools recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
openipmi recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
openvpn recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
pgpool2 recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
phytool recipes: drop ${SRCPV} usage 2024-02-09 09:52:12 -08:00
pimd pimd: switch SRC_URI to https 2024-04-09 13:56:26 -07:00
rdma-core rdma-core: upgrade 50.0 -> 51.0 2024-04-17 23:47:28 -07:00
ruli ruli: Pass cflags to makefile 2023-05-28 16:34:59 -07:00
smcroute smcroute: upgrade 2.5.6 -> 2.5.7 2024-05-19 08:27:58 -07:00
sngrep sngrep: upgrade 1.8.0 -> 1.8.1 2024-04-17 23:47:28 -07:00
spice usbredir: upgrade 0.13.0 -> 0.14.0 2024-06-11 22:02:03 -07:00
ssmping .patch: fix Upstream-Status formatting issues reported by patchreview tool from oe-core 2023-02-24 08:45:44 -08:00
ssmtp ssmtp: Fix build with musl >= 1.2.5 2024-03-25 12:50:39 -07:00
strongswan strongswan: upgrade 5.9.13 -> 5.9.14 2024-03-26 08:37:19 -07:00
stunnel stunnel: upgrade 5.69 -> 5.72 2024-03-08 10:07:24 -08:00
tcpdump tcpslice: upgrade 1.6 -> 1.7 2024-02-09 09:52:14 -08:00
tcpreplay tcprelay: fix a minor cross compilation do_configure issue 2024-03-08 10:07:29 -08:00
tinyproxy recipes: Start WORKDIR -> UNPACKDIR transition 2024-05-23 08:44:44 -07:00
tnftp tnftp: fix lib32-tnftp build failure with gcc-14 2024-06-14 10:20:37 -07:00
traceroute traceroute: upgrade 2.1.3 -> 2.1.5 2024-01-08 19:54:45 -08:00
tunctl recipes: Update LICENSE variable to use SPDX license identifiers 2022-03-04 17:41:45 -08:00
udpcast udpcast: add recipe 2024-06-10 23:08:41 -07:00
uftp uftp: upgrade 5.0.2 -> 5.0.3 2023-12-29 09:04:16 -08:00
unbound unbound: upgrade 1.19.3 -> 1.20.0 2024-05-19 08:28:00 -07:00
vnstat recipes: Update LICENSE variable to use SPDX license identifiers 2022-03-04 17:41:45 -08:00
wavemon wavemon: add recipe for version 0.9.5 2024-02-21 19:59:52 -08:00
wireshark wireshark: upgrade 4.2.4 -> 4.2.5 2024-05-28 09:34:36 -07:00
wpan-tools recipes: Update SRC_URI branch and protocols 2021-11-03 06:57:49 -07:00