From b84c61eb85bc90810f93e91015989f325371369a Mon Sep 17 00:00:00 2001 From: Steven Walter Date: Tue, 12 May 2020 10:22:06 -0400 Subject: [PATCH] Revert "cargo: fix progress output" This reverts commit dd0fc89389d3f72fe025f71507e6cb1865b0829d. --- recipes-devtools/cargo/cargo_1.41.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-devtools/cargo/cargo_1.41.0.bb b/recipes-devtools/cargo/cargo_1.41.0.bb index 3d8d267..f048779 100644 --- a/recipes-devtools/cargo/cargo_1.41.0.bb +++ b/recipes-devtools/cargo/cargo_1.41.0.bb @@ -2,8 +2,6 @@ require recipes-devtools/rust/rust-source-${PV}.inc require recipes-devtools/rust/rust-snapshot-${PV}.inc require cargo.inc -SRC_URI += "file://0001-Support-progress-on-other-than-tty-s.patch;striplevel=4" - LIC_FILES_CHKSUM += " \ file://LICENSE-APACHE;md5=71b224ca933f0676e26d5c2e2271331c \ file://LICENSE-THIRD-PARTY;md5=f257ad009884cb88a3a87d6920e7180a \