aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libio-pty-perl_1.07.bb10
-rw-r--r--recipes/perl/libio-stty-perl_0.02.bb10
2 files changed, 20 insertions, 0 deletions
diff --git a/recipes/perl/libio-pty-perl_1.07.bb b/recipes/perl/libio-pty-perl_1.07.bb
new file mode 100644
index 0000000000..a054ab7111
--- /dev/null
+++ b/recipes/perl/libio-pty-perl_1.07.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Perl module for pseudo tty IO"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz"
+
+S = "${WORKDIR}/IO-Tty-${PV}"
+
+inherit cpan
diff --git a/recipes/perl/libio-stty-perl_0.02.bb b/recipes/perl/libio-stty-perl_0.02.bb
new file mode 100644
index 0000000000..9412593611
--- /dev/null
+++ b/recipes/perl/libio-stty-perl_0.02.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Interface to secure pseudo ttys"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Stty-.02.tar.gz"
+
+S = "${WORKDIR}/IO-Stty-.02"
+
+inherit cpan