summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-06-05 21:48:15 +0800
committerKhem Raj <raj.khem@gmail.com>2021-06-05 08:19:07 -0700
commit41bfa31dc2f952a42ef9365ae0360c5465c0c6e9 (patch)
tree70a5b3a825957a07b5d488563ab152ebd3cdc0b2
parent2936dfbe67ee6b5c2ebdf8eca089bfb2f7cba44f (diff)
downloadmeta-openembedded-41bfa31dc2f952a42ef9365ae0360c5465c0c6e9.tar.gz
libparse-yapp-perl: add recipe
This package is required by samba 4.14.x: https://wiki.samba.org/index.php/Package_Dependencies_Required_to_Build_Samba#Mandatory Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/perl/libparse-yapp-perl_1.21.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/libparse-yapp-perl_1.21.bb b/meta-oe/recipes-devtools/perl/libparse-yapp-perl_1.21.bb
new file mode 100644
index 000000000..27a7f9da7
--- /dev/null
+++ b/meta-oe/recipes-devtools/perl/libparse-yapp-perl_1.21.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Perl extension for generating and using LALR parsers"
2DESCRIPTION = "Parse::Yapp (Yet Another Perl Parser compiler) is a collection \
3of modules that let you generate and use yacc like thread safe (reentrant) parsers \
4with perl object oriented interface."
5
6HOMEPAGE = "http://search.cpan.org/dist/Parse-Yapp/"
7SECTION = "libs"
8LICENSE = "Artistic-1.0 | GPL-1.0+"
9
10LIC_FILES_CHKSUM = "file://lib/Parse/Yapp.pm;beginline=508;endline=521;md5=41a4542fcde97a600c9de0d782a90256"
11
12SRC_URI = "https://www.cpan.org/authors/id/W/WB/WBRASWELL/Parse-Yapp-${PV}.tar.gz"
13
14SRC_URI[md5sum] = "69584d5b0f0304bb2a23cffcd982c5de"
15SRC_URI[sha256sum] = "3810e998308fba2e0f4f26043035032b027ce51ce5c8a52a8b8e340ca65f13e5"
16
17S = "${WORKDIR}/Parse-Yapp-${PV}"
18
19inherit cpan
20
21BBCLASSEXTEND = "native"