Skip to content

Commit

Permalink
sg3-utils: upgrade 1.47 -> 1.48
Browse files Browse the repository at this point in the history
Drop patch 0001-sg_dd.c-Use-off_t-instead-of-uint.patch: it was
merged upstream.

Signed-off-by: Christophe Vu-Brugier <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
cvubrugier authored and kraj committed Sep 6, 2023
1 parent 64a08ae commit d51a235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 39 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ SECTION = "console/admin"
LICENSE = "GPL-2.0-or-later & BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=f685699d3ac82f108aa880043fa3feb7"

SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz \
file://0001-sg_dd.c-Use-off_t-instead-of-uint.patch"
SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc"

UPSTREAM_CHECK_REGEX = "sg3_utils-(?P<pver>\d+(\.\d+)+)\.tgz"

SRC_URI[sha256sum] = "8673c7faca849b6b34764332d2aa91f72db05bff7382bb836d0688795199c3e1"
SRC_URI[sha256sum] = "d62b6c3cf20390fa7357044390084166d25f1d932a1135c450b69fe5c283d773"

inherit autotools-brokensep

Expand Down

0 comments on commit d51a235

Please sign in to comment.