diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-07-23 12:23:10 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-23 10:29:23 -0700 |
commit | f4b5d7aad7098e6ea031cb8e773a2e1181d55a95 (patch) | |
tree | 8ce3735884c259df91c907b54ddadde032f6434b /meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb | |
parent | 9831b442f04dd063edfac827d126bd15a81a9ba8 (diff) | |
download | meta-openembedded-f4b5d7aad7098e6ea031cb8e773a2e1181d55a95.tar.gz |
libalgorithm-diff-perl: upgrade 1.15 -> 1.1901
License-Update: New authors, new copyright date. Same license.
Changelog: https://metacpan.org/release/TYEMQ/Algorithm-Diff-1.1901/source/Changes
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb')
-rw-r--r-- | meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb new file mode 100644 index 0000000000..2ab8e8bef9 --- /dev/null +++ b/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1901.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | SUMMARY = "Algorithm::Diff - Compute 'intelligent' differences between two \ | ||
2 | files/lists" | ||
3 | DESCRIPTION = "This is a module for computing the difference between two files, \ | ||
4 | two strings, or any other two lists of things. It uses an intelligent \ | ||
5 | algorithm similar to (or identical to) the one used by the Unix `diff' \ | ||
6 | program. It is guaranteed to find the *smallest possible* set of \ | ||
7 | differences. \ | ||
8 | " | ||
9 | SECTION = "libs" | ||
10 | HOMEPAGE = "https://metacpan.org/release/TYEMQ/Algorithm-Diff-1.1901" | ||
11 | |||
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
13 | LIC_FILES_CHKSUM = "file://lib/Algorithm/Diff.pm;beginline=1676;endline=1680;md5=f6b2fe8ca06ca6faefa4f265fc494c2c" | ||
14 | |||
15 | SRC_URI = "${CPAN_MIRROR}/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.zip" | ||
16 | SRC_URI[sha256sum] = "229a5708b0791675a8cd50ace77e79a323e52bfb4d34799dddfed644a2036662" | ||
17 | |||
18 | S = "${UNPACKDIR}/Algorithm-Diff-${PV}" | ||
19 | |||
20 | inherit cpan | ||
21 | |||
22 | BBCLASSEXTEND = "native" | ||