diff options
Diffstat (limited to 'meta-oe/recipes-devtools/perl/exiftool_12.89.bb')
-rw-r--r-- | meta-oe/recipes-devtools/perl/exiftool_12.89.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/exiftool_12.89.bb b/meta-oe/recipes-devtools/perl/exiftool_12.89.bb new file mode 100644 index 0000000000..69a4f79815 --- /dev/null +++ b/meta-oe/recipes-devtools/perl/exiftool_12.89.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "Exiftool" | ||
2 | DESCRIPTION = "ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in a wide variety of files." | ||
3 | HOMEPAGE = "https://exiftool.org/" | ||
4 | SECTION = "libs" | ||
5 | LICENSE = "GPL-3.0-only" | ||
6 | LIC_FILES_CHKSUM = "file://perl-Image-ExifTool.spec;beginline=5;endline=5;md5=ffefffc98dab025cb49489bd4d88ee10" | ||
7 | |||
8 | inherit cpan | ||
9 | |||
10 | SRCREV = "e04534a40925354187e8432d44248229d774f34a" | ||
11 | SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master" | ||
12 | |||
13 | |||
14 | RDEPENDS:${PN} = " \ | ||
15 | perl \ | ||
16 | perl-module-list-util \ | ||
17 | perl-module-overload \ | ||
18 | perl-module-file-glob \ | ||
19 | perl-module-scalar-util \ | ||
20 | perl-module-compress-zlib \ | ||
21 | " | ||