• 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/bcache-tools/bcache-tools.mk
Vicente Olivert RieraVicente Olivert Riera committed c142fc6f66f02 Dec 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# bcache-tools
4
#
5
################################################################################
6
​
7
BCACHE_TOOLS_VERSION = v1.0.8
8
BCACHE_TOOLS_SITE = $(call github,g2p,bcache-tools,$(BCACHE_TOOLS_VERSION))
9
BCACHE_TOOLS_LICENSE = GPLv2
10
BCACHE_TOOLS_LICENSE_FILES = COPYING
11
BCACHE_TOOLS_DEPENDENCIES = host-pkgconf util-linux
12
​
13
# We pass $(TARGET_CONFIGURE_OPTS) as environment variable to allow
14
# the bcache-tools Makefile to alter CFLAGS
15
define BCACHE_TOOLS_BUILD_CMDS
16
    $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
17
endef
18
​
19
# The bcache-tools Makefile expects the man8 directory to exist
20
# expects the /lib/udev/rules.d directory to exist.
21
define BCACHE_TOOLS_CREATE_MISSING_DIRS
22
    $(INSTALL) -m 0755 -d $(TARGET_DIR)/usr/share/man/man8
23
    $(INSTALL) -m 0755 -d $(TARGET_DIR)/lib/udev/rules.d
24
endef
25
​
26
BCACHE_TOOLS_PRE_INSTALL_TARGET_HOOKS += BCACHE_TOOLS_CREATE_MISSING_DIRS
27
​
28
define BCACHE_TOOLS_INSTALL_TARGET_CMDS
29
    $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) \
30
        DESTDIR=$(TARGET_DIR) install
31
endef
32
​
33
$(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.