buildrootschalter/package/ti-utils/ti-utils.mk

32 lines
848 B
Makefile

#############################################################
#
# ti-utils
#
#############################################################
TI_UTILS_VERSION = 06dbdb2727354b5f3ad7c723897f40051fddee49
TI_UTILS_SITE = git://github.com/gxk/ti-utils.git
TI_UTILS_DEPENDENCIES = libnl
define TI_UTILS_BUILD_CMDS
$(MAKE1) NFSROOT="$(STAGING_DIR)" \
CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
-C $(@D) all
endef
define TI_UTILS_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/calibrator \
$(TARGET_DIR)/usr/bin/calibrator
$(INSTALL) -m 0755 -D $(@D)/scripts/go.sh \
$(TARGET_DIR)/usr/share/ti-utils/scripts/go.sh
cp -r $(@D)/ini_files $(TARGET_DIR)/usr/share/ti-utils
endef
define TI_UTILS_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/calibrator
rm -fr $(TARGET_DIR)/usr/share/ti-utils
endef
$(eval $(call GENTARGETS))