mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-24 06:57:10 +00:00
8f3df8b447
- Automatically convert all licenses to valid SPDX license expressions using convert-spdx-licenses.py Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
21 lines
655 B
BlitzBasic
21 lines
655 B
BlitzBasic
SUMMARY = "Perl module for read/write .ini style files"
|
|
DESCRIPTION = "Config::Tiny is a Perl class to read and write .ini \
|
|
configuration files with as little code as possible, reducing load time and \
|
|
memory overhead."
|
|
|
|
HOMEPAGE = "https://metacpan.org/dist/Config-Tiny"
|
|
SECTION = "libraries"
|
|
|
|
LICENSE = "Artistic-1.0 OR GPL-1.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=ab27c3cedbdb0eb6e656a8722476191a"
|
|
|
|
RDEPENDS:${PN} += "perl"
|
|
|
|
S = "${UNPACKDIR}/Config-Tiny-${PV}"
|
|
|
|
SRC_URI = "${CPAN_MIRROR}/authors/id/R/RS/RSAVAGE/Config-Tiny-${PV}.tgz"
|
|
|
|
SRC_URI[sha256sum] = "b2f7345619b3b8e636dd39ea010731c9dc2bfb8f022bcbd86ae6ad17866e110d"
|
|
|
|
inherit cpan
|