diff options
Diffstat (limited to 'meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb')
-rw-r--r-- | meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb deleted file mode 100644 index cf5a9db666..0000000000 --- a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.212.bb +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | SUMMARY = "Perl interface to allow reading and writing of lzma files/buffers." | ||
2 | DESCRIPTION = "This module provides a Perl interface to allow reading and \ | ||
3 | writing of lzma files/buffers." | ||
4 | HOMEPAGE = "https://metacpan.org/release/IO-Compress-Lzma" | ||
5 | SECTION = "libs" | ||
6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
7 | |||
8 | LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=2a0fd6d30eaf88289587b776f74c2886" | ||
9 | |||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz" | ||
11 | |||
12 | SRC_URI[sha256sum] = "51ef81f931cfd2c13fb2340c665204a9587843087dec1a57e9e9f4666d6dad40" | ||
13 | |||
14 | S = "${WORKDIR}/IO-Compress-Lzma-${PV}" | ||
15 | |||
16 | inherit cpan | ||
17 | |||
18 | RDEPENDS:${PN} += "\ | ||
19 | perl-module-autoloader \ | ||
20 | libcompress-raw-lzma-perl \ | ||
21 | libio-compress-perl \ | ||
22 | " | ||
23 | |||
24 | BBCLASSEXTEND = "native" | ||