Skip to content

Commit

Permalink
Revert "build fix sonic-net#20791"
Browse files Browse the repository at this point in the history
This reverts commit 264d07a.

It is now blocking an upstream fix.
  • Loading branch information
bradh352 committed Nov 19, 2024
1 parent f7177c1 commit 384a11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rules/ipmitool.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ipmitool packages
IPMITOOL_VERSION = 1.8.19
IPMITOOL_VERSION_SUFFIX = 4+deb12u2
IPMITOOL_VERSION_SUFFIX = 4+deb12u1
IPMITOOL_VERSION_FULL = $(IPMITOOL_VERSION)-$(IPMITOOL_VERSION_SUFFIX)
IPMITOOL = ipmitool_$(IPMITOOL_VERSION_FULL)_$(CONFIGURED_ARCH).deb
$(IPMITOOL)_SRC_PATH = $(SRC_PATH)/ipmitool
Expand Down
2 changes: 1 addition & 1 deletion src/ipmitool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
# Remove any stale files
rm -rf ./ipmitool-$(IPMITOOL_VERSION) ./ipmitool*.{deb,udeb,dsc,gz,xz}
# Obtain ipmitool
dget -u https://deb.debian.org/debian/pool/main/i/ipmitool/ipmitool_$(IPMITOOL_VERSION_FULL).dsc
dget https://deb.debian.org/debian/pool/main/i/ipmitool/ipmitool_$(IPMITOOL_VERSION_FULL).dsc
# Build source and Debian packages
pushd ipmitool-$(IPMITOOL_VERSION)

Expand Down

0 comments on commit 384a11f

Please sign in to comment.