hwinfo: remove uuid hacks
authorRosen Penev <redacted>
Wed, 26 Jun 2024 22:15:51 +0000 (15:15 -0700)
committerRosen Penev <redacted>
Sat, 29 Jun 2024 18:56:29 +0000 (11:56 -0700)
util-linux uuid is used now.

Signed-off-by: Rosen Penev <redacted>
utils/hwinfo/Makefile

index 1edfaea6c5e2687187187adb0a1523f10ec05e44..b73546afddd51bb35ae2a679cc9cc63f16c321cf 100644 (file)
@@ -17,12 +17,6 @@ PKG_BUILD_DEPENDS:= hwinfo/host
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/host-build.mk
 
-define Host/Configure
-       # copy uuid.h to another location in host build dir as that's where this package expects it
-       $(INSTALL_DIR) $(STAGING_DIR_HOST)/include/uuid/
-       $(CP) $(STAGING_DIR_HOST)/include/e2fsprogs/uuid/uuid.h $(STAGING_DIR_HOST)/include/uuid/uuid.h
-endef
-
 define Host/Compile
        # Build using host compiler and let it generate the files we need
        # CFLAGS, CPPFLAGS & LDFLAGS need to be passed with CC because they are being ingored
git clone https://git.99rst.org/PROJECT