Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -2,7 +2,8 @@ config BR2_PACKAGE_PICOCOM
|
||||
bool "picocom"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
picocom is a minimal dumb-terminal emulation program. It is, in
|
||||
principle, very much like minicom, only it's pico instead of mini!
|
||||
picocom is a minimal dumb-terminal emulation program. It is,
|
||||
in principle, very much like minicom, only it's pico instead
|
||||
of mini!
|
||||
|
||||
https://github.com/npat-efault/picocom/
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 6b152fc5f816eaef6b86336a4cec7cf1496b7c712061e5aea5a36f143a0b09ed picocom-2.1.tar.gz
|
||||
sha256 a539db95bde3a5ebd52ae58a21f40d00cc2c97bf14b1f50caffc07257989112e picocom-3.0.tar.gz
|
||||
sha256 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6 LICENSE.txt
|
||||
|
||||
@@ -4,14 +4,13 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PICOCOM_VERSION = 2.1
|
||||
PICOCOM_VERSION = 3.0
|
||||
PICOCOM_SITE = $(call github,npat-efault,picocom,$(PICOCOM_VERSION))
|
||||
PICOCOM_LICENSE = GPLv2+
|
||||
PICOCOM_LICENSE = GPL-2.0+
|
||||
PICOCOM_LICENSE_FILES = LICENSE.txt
|
||||
|
||||
define PICOCOM_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) \
|
||||
LDFLAGS="$(TARGET_LDFLAGS)" -C $(@D)
|
||||
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
|
||||
endef
|
||||
|
||||
define PICOCOM_INSTALL_TARGET_CMDS
|
||||
|
||||
Reference in New Issue
Block a user