Skip to content

Commit

Permalink
ddrescue: upgrade 1.26 -> 1.27
Browse files Browse the repository at this point in the history
Changelog:
==========
* command_mode.cc (do_commands): Fix flush stdout after each command.
  (Reported by Jeffrey Bosboom).
* New option '-W, --compare-before-write'.
 (Suggested by Kajetan Harald Hinner and Petr Slansky).
* main_common.cc (show_option_error):
  New function showing argument and option name.
* main.cc: Remove synonym '--direct'.
* Use 'long long' instead of 'long' for time variables.
* loggers.cc: Missing '#include <cstdlib>'.
* Fix two compiler warnings reported by Christian Franke.

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Feb 13, 2023
1 parent d3b0ec0 commit bcd1291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
"

SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.lz"
SRC_URI[sha256sum] = "e513cd3a90d9810dfdd91197d40aa40f6df01597bfb5ecfdfb205de1127c551f"
SRC_URI[sha256sum] = "38c80c98c5a44f15e53663e4510097fd68d6ec20758efdf3a925037c183232eb"

# This isn't already added by base.bbclass
do_unpack[depends] += "lzip-native:do_populate_sysroot"
Expand Down

0 comments on commit bcd1291

Please sign in to comment.