mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 01:00:44 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
25 lines
1.0 KiB
BlitzBasic
25 lines
1.0 KiB
BlitzBasic
SUMMARY = "Net-Telnet Perl module"
|
|
DESCRIPTION = "Net::Telnet allows you to make client connections to a TCP port and do \
|
|
network I/O, especially to a port using the TELNET protocol. Simple I/O \
|
|
methods such as print, get, and getline are provided. More sophisticated \
|
|
interactive features are provided because connecting to a TELNET port \
|
|
ultimately means communicating with a program designed for human interaction. \
|
|
These interactive features include the ability to specify a time-out and to \
|
|
wait for patterns to appear in the input stream, such as the prompt from a \
|
|
shell."
|
|
|
|
HOMEPAGE = "https://metacpan.org/dist/Net-Telnet"
|
|
SECTION = "Development/Libraries"
|
|
|
|
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://README;beginline=4;endline=7;md5=e94ab3b72335e3cdadd6c1ff736dd714"
|
|
|
|
SRC_URI = "${CPAN_MIRROR}/authors/id/J/JR/JROGERS/Net-Telnet-${PV}.tar.gz"
|
|
SRC_URI[sha256sum] = "677f68ba2cd2a824fae323fa82e183bf7e3d03c3c499c91d923bd6283796a743"
|
|
|
|
S = "${UNPACKDIR}/Net-Telnet-${PV}"
|
|
|
|
inherit cpan
|
|
|
|
RDEPENDS:${PN} = "perl"
|