summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-16 15:52:12 -0800
committerKhem Raj <raj.khem@gmail.com>2023-01-16 21:23:07 -0800
commit095e86660fe2993f08a141146ce3fae01af4db02 (patch)
tree9fe48c690b9c52ea23cdae9385d1b5e2c82b87e0 /meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
parentadec67e8ab0179e124f360835005ed5918e6866d (diff)
downloadmeta-openembedded-095e86660fe2993f08a141146ce3fae01af4db02.tar.gz
netkit-telnet: Drop using register storage class keyword
Its dropped since c++17 and modern compilers have started to error on its use Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb')
-rw-r--r--meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
index 6d60c6fbb..e28eeae49 100644
--- a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
+++ b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
@@ -15,6 +15,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/n/netkit-telnet/netkit-telnet_${PV}.orig.tar.gz
15 file://CVE-2020-10188.patch \ 15 file://CVE-2020-10188.patch \
16 file://0001-telnetd-utility.c-Fix-buffer-overflow-in-netoprintf.patch \ 16 file://0001-telnetd-utility.c-Fix-buffer-overflow-in-netoprintf.patch \
17 file://0001-utility-Include-time.h-form-time-and-strftime-protot.patch \ 17 file://0001-utility-Include-time.h-form-time-and-strftime-protot.patch \
18 file://0001-Drop-using-register-keyword.patch \
18 " 19 "
19 20
20UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netkit-telnet/" 21UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netkit-telnet/"