From: Wang Mingyu <[email protected]> Changelog: ============ - Added support for a couple of new Android QuickTime Keys tags - Added date/time formatting for RIFF DateCreated - Added ability to read/write (but not create/delete) the HEIF Mirroring tag - Added a new SonyModelID - Added a new Canon LensType - Decode ShutterCount for the Canon EOS R6 Mark III - Decode another Samsung trailer tag - Convert invalid Panasonic AFPointPosition to 'n/a' - Fixed issue extracting timed GPS from some Wolfbox G900 MP4 videos
Signed-off-by: Wang Mingyu <[email protected]> --- .../perl/{exiftool_13.42.bb => exiftool_13.43.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/perl/{exiftool_13.42.bb => exiftool_13.43.bb} (92%) diff --git a/meta-oe/recipes-devtools/perl/exiftool_13.42.bb b/meta-oe/recipes-devtools/perl/exiftool_13.43.bb similarity index 92% rename from meta-oe/recipes-devtools/perl/exiftool_13.42.bb rename to meta-oe/recipes-devtools/perl/exiftool_13.43.bb index 5d97cf5838..5f973098b3 100644 --- a/meta-oe/recipes-devtools/perl/exiftool_13.42.bb +++ b/meta-oe/recipes-devtools/perl/exiftool_13.43.bb @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://perl-Image-ExifTool.spec;beginline=5;endline=5;md5=ff inherit cpan -SRCREV = "a162a723be10dac03b3037f7cc64c1f9c480448e" -SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master" +SRCREV = "dbd6def5620f4d7e4ab02d9ee5de498263ea73c1" +SRC_URI = "git://github.com/exiftool/exiftool;protocol=https;branch=master;tag=${PV}" RDEPENDS:${PN} = " \ perl \ -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#122407): https://lists.openembedded.org/g/openembedded-devel/message/122407 Mute This Topic: https://lists.openembedded.org/mt/116691532/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
