diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-02-02 17:04:09 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-02 19:54:39 -0800 |
| commit | e39458314e804c28cd87b6ca47adad8337e4ac43 (patch) | |
| tree | 04d2c98fabb978581df2912d1e49c969887fba89 /meta-oe/recipes-devtools/perl/exiftool_13.48.bb | |
| parent | 9111684d670f1091fc38778cfb140d39871d9c0b (diff) | |
| download | meta-openembedded-e39458314e804c28cd87b6ca47adad8337e4ac43.tar.gz | |
exiftool: upgrade 13.46 -> 13.48
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/perl/exiftool_13.48.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/perl/exiftool_13.48.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/perl/exiftool_13.48.bb b/meta-oe/recipes-devtools/perl/exiftool_13.48.bb new file mode 100644 index 0000000000..0ace1e10eb --- /dev/null +++ b/meta-oe/recipes-devtools/perl/exiftool_13.48.bb | |||
| @@ -0,0 +1,28 @@ | |||
| 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 = "5a760372fadf23effe370ab5e9ca8e2df9448411" | ||
| 11 | SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master;tag=${PV}" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} = " \ | ||
| 14 | perl \ | ||
| 15 | perl-module-list-util \ | ||
| 16 | perl-module-overload \ | ||
| 17 | perl-module-file-glob \ | ||
| 18 | perl-module-scalar-util \ | ||
| 19 | perl-module-compress-zlib \ | ||
| 20 | " | ||
| 21 | |||
| 22 | do_install:append() { | ||
| 23 | # Remove reference to TMPDIR [buildpaths] | ||
| 24 | sed -i -e 's,${TMPDIR},,g' ${D}${bindir}/exiftool | ||
| 25 | |||
| 26 | # Fix shebang and QA Issue [file-rdeps] to use target /usr/bin/env | ||
| 27 | sed -i -e '1s|^#!.*env perl|#!/usr/bin/env perl|' ${D}${bindir}/exiftool | ||
| 28 | } | ||
