From b0081e82068da054b7dc977576918b1fa702d0c1 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 27 Nov 2017 17:27:24 -0500 Subject: [PATCH] dos2unix: update to version 7.4.0 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- .../dos2unix/{dos2unix_7.3.4.bb => dos2unix_7.4.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/dos2unix/{dos2unix_7.3.4.bb => dos2unix_7.4.0.bb} (93%) diff --git a/meta-oe/recipes-support/dos2unix/dos2unix_7.3.4.bb b/meta-oe/recipes-support/dos2unix/dos2unix_7.4.0.bb similarity index 93% rename from meta-oe/recipes-support/dos2unix/dos2unix_7.3.4.bb rename to meta-oe/recipes-support/dos2unix/dos2unix_7.4.0.bb index abf7d1c0cc..8d3c578d0d 100644 --- a/meta-oe/recipes-support/dos2unix/dos2unix_7.3.4.bb +++ b/meta-oe/recipes-support/dos2unix/dos2unix_7.4.0.bb @@ -10,8 +10,8 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=1b78fca784db24f4a40e30b300787f3f" SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix" -# Release 7.3.4 -SRCREV = "8381ba4e1c4cd5ce98ebd9c24726d51cb203cde0" +# Release 7.4.0 +SRCREV = "1182533bde3c1fe65be2ead465e87671faa2c027" S = "${WORKDIR}/git/dos2unix"