6626bf7c5f
Replace the remaining git:// URLs with their https:// equivalents as this is more secure and also more palatable to corporate firewalls. Signed-off-by: Markus Mayer <mmayer@broadcom.com> [yann.morin.1998@free.fr: convert dahdi-linux too] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
23 lines
622 B
Makefile
23 lines
622 B
Makefile
################################################################################
|
|
#
|
|
# mxsldr
|
|
#
|
|
################################################################################
|
|
|
|
MXSLDR_VERSION = 2793a657ab7a22487d21c1b020957806f8ae8383
|
|
MXSLDR_SITE = https://git.denx.de/mxsldr.git
|
|
MXSLDR_SITE_METHOD = git
|
|
MXSLDR_LICENSE = GPL-2.0+
|
|
MXSLDR_LICENSE_FILES = COPYING
|
|
HOST_MXSLDR_DEPENDENCIES = host-libusb host-pkgconf
|
|
|
|
define HOST_MXSLDR_BUILD_CMDS
|
|
$(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D)
|
|
endef
|
|
|
|
define HOST_MXSLDR_INSTALL_CMDS
|
|
$(INSTALL) -m 0755 -D $(@D)/mxsldr $(HOST_DIR)/bin/mxsldr
|
|
endef
|
|
|
|
$(eval $(host-generic-package))
|