mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
hwinfo: remove uuid hacks
util-linux uuid is used now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -17,12 +17,6 @@ PKG_BUILD_DEPENDS:= hwinfo/host
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/host-build.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
|
define Host/Compile
|
||||||
# Build using host compiler and let it generate the files we need
|
# 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
|
# CFLAGS, CPPFLAGS & LDFLAGS need to be passed with CC because they are being ingored
|
||||||
|
|||||||
Reference in New Issue
Block a user