From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] i2c-tools: Update to version 4.4 Date: Tue, 19 Nov 2024 12:09:31 +0100 Message-ID: <20241119110936.3597603-5-adolf.belka@ipfire.org> In-Reply-To: <20241119110936.3597603-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3000396079694331971==" List-Id: --===============3000396079694331971== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 4.3 to 4.4 - Update of rootfile not required - Changelog 4.4 tools: Use getopt Implement and document option -h eeprog: Use force option when data comes from a pipe i2cdetect: Display more functionality bits with option -F i2cdump: Remove support for SMBus block mode i2cget: Document SMBus block mode Fix the return code of option -h i2cset: Fix the return code of option -h i2ctransfer: Sort command line options and add to help text Add an option to print binary data Drop redundant variable arg_idx py-smbus: Install in the defined prefix Use setuptools instead of distutils Signed-off-by: Adolf Belka --- lfs/i2c-tools | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/i2c-tools b/lfs/i2c-tools index cb3a9e0b6..fac6cda4f 100644 --- a/lfs/i2c-tools +++ b/lfs/i2c-tools @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2018 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 4.3 +VER =3D 4.4 =20 THISAPP =3D i2c-tools-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D c7300224c8d32785cd067b632bf0e9591f05264b1572f44aebda5f= 30a95164732d606710c13739ccb7899476219ceb3033beaf95b718ed7e18122f9181dc13fc +$(DL_FILE)_BLAKE2 =3D 519d781732d58444705844769eef1089e60e6991be22ba74aa1c0f= b9dad5aeed556d8b2550784e3caef992692eff8d40e7978e4983e6935ce7867dadc3687539 =20 install : $(TARGET) =20 --=20 2.47.0 --===============3000396079694331971==--