• 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/linux-zigbee/linux-zigbee.mk
Thomas De SchampheleireThomas De Schampheleire committed aaffd209fae27 Sep 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# linux-zigbee
4
#
5
################################################################################
6
​
7
LINUX_ZIGBEE_VERSION = v0.3.1
8
LINUX_ZIGBEE_SITE = git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee
9
LINUX_ZIGBEE_LICENSE = GPLv2
10
LINUX_ZIGBEE_LICENSE_FILES = COPYING
11
LINUX_ZIGBEE_DEPENDENCIES = libnl host-pkgconf host-flex host-bison
12
​
13
# We patch configure.ac/Makefile.am
14
LINUX_ZIGBEE_AUTORECONF = YES
15
​
16
LINUX_ZIGBEE_CONF_OPTS = \
17
    --disable-manpages \
18
    --with-leasefile="$(call qstrip,$(BR2_PACKAGE_LINUX_ZIGBEE_LEASEFILE))"
19
​
20
ifeq ($(BR2_PACKAGE_LINUX_ZIGBEE_TESTS),y)
21
LINUX_ZIGBEE_CONF_OPTS += --with-zbtestdir='/usr/sbin/'
22
else
23
LINUX_ZIGBEE_CONF_OPTS += --with-zbtestdir=''
24
endif
25
​
26
ifeq ($(BR2_PACKAGE_LINUX_ZIGBEE_OLD_KERNEL_COMPAT),y)
27
LINUX_ZIGBEE_CONF_OPTS += --enable-kernel-compat
28
endif
29
​
30
$(eval $(autotools-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.