• 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/libusb/libusb.mk
Jeroen RooversJeroen Roovers committed d9d0ba0d16809 Sep 2016
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# libusb
4
#
5
################################################################################
6
​
7
LIBUSB_VERSION_MAJOR = 1.0
8
LIBUSB_VERSION = $(LIBUSB_VERSION_MAJOR).20
9
LIBUSB_SOURCE = libusb-$(LIBUSB_VERSION).tar.bz2
10
LIBUSB_SITE = https://github.com/libusb/libusb/releases/download/v$(LIBUSB_VERSION)
11
LIBUSB_LICENSE = LGPLv2.1+
12
LIBUSB_LICENSE_FILES = COPYING
13
LIBUSB_DEPENDENCIES = host-pkgconf
14
LIBUSB_INSTALL_STAGING = YES
15
# 0001-parallel-make.patch
16
LIBUSB_AUTORECONF = YES
17
​
18
# Avoid the discovery of udev for the host variant
19
HOST_LIBUSB_CONF_OPTS = --disable-udev
20
HOST_LIBUSB_DEPENDENCIES = host-pkgconf
21
​
22
ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
23
LIBUSB_DEPENDENCIES += udev
24
else
25
LIBUSB_CONF_OPTS += --disable-udev
26
endif
27
​
28
$(eval $(autotools-package))
29
$(eval $(host-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.