diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-01 13:06:01 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-03 22:08:26 +0000 |
commit | 8a03d734c2ca5e08bfe5a0f0d907defa3ed07bf8 (patch) | |
tree | cbc42c1a0d5469dab9c2ce8d4216d8c96ac7af8e /meta/recipes-support/dos2unix | |
parent | 1342a35b0c9c5968ecff5f2616fc90041b114f2c (diff) | |
download | poky-8a03d734c2ca5e08bfe5a0f0d907defa3ed07bf8.tar.gz |
dos2unix: upgrade 7.5.1 -> 7.5.2
License-Update: Copyright year updated to 2024
(From OE-Core rev: f49b6d0c9c4b000a5ba8bc797dfe8c2cf5f30d27)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/dos2unix')
-rw-r--r-- | meta/recipes-support/dos2unix/dos2unix_7.5.2.bb (renamed from meta/recipes-support/dos2unix/dos2unix_7.5.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/dos2unix/dos2unix_7.5.1.bb b/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb index acf49f0483..06338dd62f 100644 --- a/meta/recipes-support/dos2unix/dos2unix_7.5.1.bb +++ b/meta/recipes-support/dos2unix/dos2unix_7.5.2.bb | |||
@@ -6,12 +6,12 @@ HOMEPAGE = "http://waterlan.home.xs4all.nl/dos2unix.html" | |||
6 | SECTION = "support" | 6 | SECTION = "support" |
7 | 7 | ||
8 | LICENSE = "BSD-2-Clause" | 8 | LICENSE = "BSD-2-Clause" |
9 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=37f72246ce2aa2fce9482c10b1f2b502" | 9 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=49ec74e0139712398b9ddb06d824929a" |
10 | 10 | ||
11 | SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https" | 11 | SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https" |
12 | UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))" | 12 | UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))" |
13 | 13 | ||
14 | SRCREV = "9675e7aea32653e1c10ef027eb55d89f3c48ec1f" | 14 | SRCREV = "c16a0b31a64c7eb6b2d76960e5144732b57f2993" |
15 | 15 | ||
16 | S = "${WORKDIR}/git/dos2unix" | 16 | S = "${WORKDIR}/git/dos2unix" |
17 | 17 | ||