summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-01-14 16:28:22 +0800
committerKhem Raj <raj.khem@gmail.com>2025-01-14 08:52:03 -0800
commita2c6a0ba8db593c5792b7d09dbde09ba57dd8a31 (patch)
tree18aab5704b2b5948794276e2585654bbd6fe6a22
parent67cec213ba3bac3d93ee5cfb81d14bfe50ea1208 (diff)
downloadmeta-openembedded-a2c6a0ba8db593c5792b7d09dbde09ba57dd8a31.tar.gz
ddrescue: upgrade 1.28 -> 1.29
License-Update: address changed to <http://fsf.org/> Changelog: ========== - The new option '--continue-on-errno' has been added. - If ddrescue exits because of a fatal read error, it now prints the value of the variable 'errno' so that it can be used as argument to '--continue-on-errno'. - When using '--ask' and '--verbose', print rescue options before asking user. - Option '--log-reads' now records the value of errno if different from EIO. (The four changes above suggested by Christian Franke). - The effect of option '-O, --reopen-on-error' has been extended to all phases. - It has been documented in the manual that '--reopen-on-error' may be needed when using '--continue-on-errno'. - A compilation error on FiwixOS 3.3 about an ambiguous call to std::abs has been fixed. (Reported by Jordi Sanfeliu). - The chapter 'Syntax of command-line arguments' has been added to the manual. - Two examples of combined use with lziprecover have been added to the manual. (One of them uses the new Forward Error Correction (FEC) feature of lziprecover). - It has been documented in the manual that option '-b' of ddrescuelog is position dependent. (Reported by Winston B. E.). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/ddrescue/ddrescue_1.29.bb (renamed from meta-oe/recipes-extended/ddrescue/ddrescue_1.28.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/ddrescue/ddrescue_1.28.bb b/meta-oe/recipes-extended/ddrescue/ddrescue_1.29.bb
index 0863fc1209..2b11982d5c 100644
--- a/meta-oe/recipes-extended/ddrescue/ddrescue_1.28.bb
+++ b/meta-oe/recipes-extended/ddrescue/ddrescue_1.29.bb
@@ -6,12 +6,12 @@ HOMEPAGE = "http://www.gnu.org/software/ddrescue/ddrescue.html"
6SECTION = "console" 6SECTION = "console"
7LICENSE = "GPL-2.0-or-later" 7LICENSE = "GPL-2.0-or-later"
8 8
9LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=cca7f74ec83b7a9ce7ccd195aad471bd \
10 file://main_common.cc;beginline=5;endline=16;md5=ad099df052bdd8297f490712285069da \ 10 file://main_common.cc;beginline=5;endline=16;md5=ad099df052bdd8297f490712285069da \
11 " 11 "
12 12
13SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.lz" 13SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.lz"
14SRC_URI[sha256sum] = "6626c07a7ca1cc1d03cad0958522c5279b156222d32c342e81117cfefaeb10c1" 14SRC_URI[sha256sum] = "01a414327853b39fba2fd0ece30f7bee2e9d8c8e8eb314318524adf5a60039a3"
15 15
16# This isn't already added by base.bbclass 16# This isn't already added by base.bbclass
17do_unpack[depends] += "lzip-native:do_populate_sysroot" 17do_unpack[depends] += "lzip-native:do_populate_sysroot"