• 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/modem-manager/modem-manager.mk
Yegor YefremovYegor Yefremov committed 7f582da285118 Jul 2015
Raw file
Source viewDiff to previous
 
1
################################################################################
2
#
3
# modem-manager
4
#
5
################################################################################
6
​
7
MODEM_MANAGER_VERSION = 1.4.10
8
MODEM_MANAGER_SOURCE = ModemManager-$(MODEM_MANAGER_VERSION).tar.xz
9
MODEM_MANAGER_SITE = http://www.freedesktop.org/software/ModemManager
10
MODEM_MANAGER_LICENSE = GPLv2+ (programs, plugins), LGPLv2+ (libmm-glib)
11
MODEM_MANAGER_LICENSE_FILES = COPYING
12
MODEM_MANAGER_DEPENDENCIES = host-pkgconf udev dbus-glib host-intltool
13
MODEM_MANAGER_INSTALL_STAGING = YES
14
​
15
ifeq ($(BR2_PACKAGE_MODEM_MANAGER_LIBQMI),y)
16
MODEM_MANAGER_DEPENDENCIES += libqmi
17
MODEM_MANAGER_CONF_OPTS += --with-qmi
18
else
19
MODEM_MANAGER_CONF_OPTS += --without-qmi
20
endif
21
​
22
ifeq ($(BR2_PACKAGE_MODEM_MANAGER_LIBMBIM),y)
23
MODEM_MANAGER_DEPENDENCIES += libmbim
24
MODEM_MANAGER_CONF_OPTS += --with-mbim
25
else
26
MODEM_MANAGER_CONF_OPTS += --without-mbim
27
endif
28
​
29
define MODEM_MANAGER_INSTALL_INIT_SYSV
30
    $(INSTALL) -m 0755 -D package/modem-manager/S44modem-manager \
31
        $(TARGET_DIR)/etc/init.d/S44modem-manager
32
endef
33
​
34
$(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.