From ebe8b3e9c8584fb8eb51a5618a8a0274b2787fba Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Fri, 23 Aug 2024 21:01:32 +0200 Subject: [PATCH] i2c-tools: add back binaries installation commit 472dda0a4d0f90240f6645e0e8a743f184233937 ("i2c-tools: Don't use distutilscross") accidentally dropped the binaries installation so building the system-tools addon failed as it could not find the i2cdetect etc binaries. Add the install back (minus python installation) Signed-off-by: Matthias Reichl --- .../addon-depends/system-tools-depends/i2c-tools/package.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/addons/addon-depends/system-tools-depends/i2c-tools/package.mk b/packages/addons/addon-depends/system-tools-depends/i2c-tools/package.mk index fdecc73f7a..daf6199b59 100644 --- a/packages/addons/addon-depends/system-tools-depends/i2c-tools/package.mk +++ b/packages/addons/addon-depends/system-tools-depends/i2c-tools/package.mk @@ -25,6 +25,10 @@ make_target() { } makeinstall_target() { + make DESTDIR=${INSTALL} \ + PREFIX="/usr" \ + prefix="/usr" \ + install ( cd py-smbus exec_thread_safe python_target_env python3 setup.py install --root=${INSTALL} --prefix=/usr