Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PPS_TOOLS
|
||||
bool "pps-tools"
|
||||
help
|
||||
Pulse per second tools. Provides timepps.h and other PPS utilities.
|
||||
|
||||
https://github.com/ago/pps-tools/
|
||||
29
deprecated/firmware/buildroot/package/pps-tools/pps-tools.mk
Normal file
29
deprecated/firmware/buildroot/package/pps-tools/pps-tools.mk
Normal file
@@ -0,0 +1,29 @@
|
||||
################################################################################
|
||||
#
|
||||
# pps-tools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PPS_TOOLS_VERSION = 0deb9c7e135e9380a6d09e9d2e938a146bb698c8
|
||||
PPS_TOOLS_SITE = $(call github,ago,pps-tools,$(PPS_TOOLS_VERSION))
|
||||
PPS_TOOLS_INSTALL_STAGING = YES
|
||||
PPS_TOOLS_LICENSE = GPLv2+
|
||||
PPS_TOOLS_LICENSE_FILES = COPYING
|
||||
|
||||
define PPS_TOOLS_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
|
||||
endef
|
||||
|
||||
define PPS_TOOLS_INSTALL_STAGING_CMDS
|
||||
mkdir -p $(STAGING_DIR)/usr/include/sys $(STAGING_DIR)/usr/bin
|
||||
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) \
|
||||
DESTDIR=$(STAGING_DIR) -C $(@D) install
|
||||
endef
|
||||
|
||||
define PPS_TOOLS_INSTALL_TARGET_CMDS
|
||||
mkdir -p $(TARGET_DIR)/usr/include/sys $(TARGET_DIR)/usr/bin
|
||||
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) \
|
||||
DESTDIR=$(TARGET_DIR) -C $(@D) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user