From bbd66b26e4ef5c0b25d21027f7ed1c3bd3cdd7ed Mon Sep 17 00:00:00 2001 From: Wolfgang Breyha Date: Sat, 19 Oct 2019 20:04:06 +0200 Subject: [PATCH] pps-tools: install timepps.h in location specified by RFC 2783 This is need by eg. gpsd to build with proper PPS support. It was already submitted once in #2892 which ended in a stalemate. Signed-off-by: Wolfgang Breyha --- utils/pps-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/pps-tools/Makefile b/utils/pps-tools/Makefile index 695114760c..d5bfd897ad 100644 --- a/utils/pps-tools/Makefile +++ b/utils/pps-tools/Makefile @@ -33,8 +33,8 @@ endef TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include define Build/InstallDev - $(INSTALL_DIR) $(1)/usr/include - $(CP) $(PKG_BUILD_DIR)/timepps.h $(1)/usr/include/ + $(INSTALL_DIR) $(1)/usr/include/sys + $(CP) $(PKG_BUILD_DIR)/timepps.h $(1)/usr/include/sys/ endef define Package/pps-tools/install