diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-12-12 19:14:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-16 23:25:49 +0000 |
commit | 2bb1f5362ba675e0b07b2bae2ce0c0b8ba6ed5d9 (patch) | |
tree | 767ecd43aa8dfae7cae54c0801104449188a8384 /meta/recipes-support | |
parent | ba4dbacedd635d2467da1d6038874f4a05f5d2d0 (diff) | |
download | poky-2bb1f5362ba675e0b07b2bae2ce0c0b8ba6ed5d9.tar.gz |
dos2unix: update to 7.4.1
License-Update: copyright years
(From OE-Core rev: 248e777ac61e90da061e336acbcd23e8e71cd0e4)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/dos2unix/dos2unix_7.4.1.bb (renamed from meta/recipes-support/dos2unix/dos2unix_7.4.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/dos2unix/dos2unix_7.4.0.bb b/meta/recipes-support/dos2unix/dos2unix_7.4.1.bb index 9a71270683..1623285fd0 100644 --- a/meta/recipes-support/dos2unix/dos2unix_7.4.0.bb +++ b/meta/recipes-support/dos2unix/dos2unix_7.4.1.bb | |||
@@ -6,13 +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=1b78fca784db24f4a40e30b300787f3f" | 9 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=0c977b18f0a384d03597a517d7d03e32" |
10 | 10 | ||
11 | SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix" | 11 | SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix" |
12 | UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))" | 12 | UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))" |
13 | 13 | ||
14 | # Release 7.4.0 | 14 | SRCREV = "0490f0723b1a0851b17343f6164915f3474b5197" |
15 | SRCREV = "1182533bde3c1fe65be2ead465e87671faa2c027" | ||
16 | 15 | ||
17 | S = "${WORKDIR}/git/dos2unix" | 16 | S = "${WORKDIR}/git/dos2unix" |
18 | 17 | ||