diff options
Diffstat (limited to 'meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.14.bb')
-rw-r--r-- | meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.14.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.14.bb b/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.14.bb deleted file mode 100644 index ff4e1f0563..0000000000 --- a/meta-oe/recipes-devtools/perl/libpcsc-perl_1.4.14.bb +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | SUMMARY = "Perl interface to the PC/SC smart card library" | ||
2 | DESCRIPTION = "Perl wrapper to the PC/SC smartcard library (pcsc-lite) \ | ||
3 | together with some small examples. \ | ||
4 | The provided modules are Chipcard::PCSC and Chipcard::PCSC::Card." | ||
5 | HOMEPAGE = "https://metacpan.org/dist/pcsc-perl" | ||
6 | SECTION = "libs" | ||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
8 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
9 | |||
10 | SRC_URI = "https://cpan.metacpan.org/authors/id/W/WH/WHOM/pcsc-perl-${PV}.tar.bz2" | ||
11 | SRC_URI[md5sum] = "45601505dbb7b27329811ac9bad35fab" | ||
12 | SRC_URI[sha256sum] = "2722b7e5543e4faf3ba1ec6b29a7dfec6d92be1edec09d0a3191992d4d88c69d" | ||
13 | |||
14 | S = "${WORKDIR}/pcsc-perl-${PV}" | ||
15 | |||
16 | inherit cpan pkgconfig | ||
17 | |||
18 | DEPENDS += "pcsc-lite" | ||
19 | |||
20 | RDEPENDS:${PN} += "perl-module-carp" | ||
21 | |||
22 | BBCLASSEXTEND="native" | ||