• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/ti-utils/ti-utils.mk
Simon DawsonSimon Dawson committed ad0d02b740701 Jan 2014
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# ti-utils
4
#
5
################################################################################
6
​
7
TI_UTILS_VERSION = 06dbdb2727354b5f3ad7c723897f40051fddee49
8
TI_UTILS_SITE = $(call github,gxk,ti-utils,$(TI_UTILS_VERSION))
9
TI_UTILS_DEPENDENCIES = libnl
10
​
11
define TI_UTILS_BUILD_CMDS
12
    $(MAKE1) NFSROOT="$(STAGING_DIR)" \
13
        CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) -I$(STAGING_DIR)/usr/include/libnl3" \
14
        LIBS="-lnl-3 -lnl-genl-3 -lm" -C $(@D) all
15
endef
16
​
17
define TI_UTILS_INSTALL_TARGET_CMDS
18
    $(INSTALL) -m 0755 -D $(@D)/calibrator \
19
        $(TARGET_DIR)/usr/bin/calibrator
20
    $(INSTALL) -m 0755 -D $(@D)/scripts/go.sh \
21
        $(TARGET_DIR)/usr/share/ti-utils/scripts/go.sh
22
​
23
    cp -r $(@D)/ini_files $(TARGET_DIR)/usr/share/ti-utils
24
endef
25
​
26
$(eval $(generic-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.