diff options
| author | Bernhard Messerklinger <bernhard.messerklinger@br-automation.com> | 2022-08-30 13:18:38 +0200 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-30 15:27:08 -0700 | 
| commit | ceae1f9a86eb3a1b08a503e9cb402c7560727a31 (patch) | |
| tree | a2b9ab06d44aba1ac505ff9a2995035a495e283d | |
| parent | ea62a6b30a0c564913ea4bb548b087aa5191edc9 (diff) | |
| download | meta-openembedded-ceae1f9a86eb3a1b08a503e9cb402c7560727a31.tar.gz | |
libconfig-tiny-perl: add recipe
libconfig-tiny-perl is a perl module for read/write .ini style files
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.28.bb | 20 | 
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.28.bb b/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.28.bb new file mode 100644 index 0000000000..ff28c7663e --- /dev/null +++ b/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.28.bb  | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Perl module for read/write .ini style files" | ||
| 2 | DESCRIPTION = "Config::Tiny is a Perl class to read and write .ini \ | ||
| 3 | configuration files with as little code as possible, reducing load time and \ | ||
| 4 | memory overhead." | ||
| 5 | |||
| 6 | HOMEPAGE = "https://search.cpan.org/dist/Config-Tiny" | ||
| 7 | SECTION = "libraries" | ||
| 8 | |||
| 9 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab27c3cedbdb0eb6e656a8722476191a" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "perl" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/Config-Tiny-${PV}" | ||
| 15 | |||
| 16 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-${PV}.tgz" | ||
| 17 | |||
| 18 | SRC_URI[sha256sum] = "12df843a0d29d48f61bcc14c4f18f0858fd27a8dd829a00319529d654fe01500" | ||
| 19 | |||
| 20 | inherit cpan | ||
