Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -4,7 +4,7 @@ config BR2_PACKAGE_LIBESMTP
|
||||
help
|
||||
Library for sending emails through SMTP.
|
||||
|
||||
http://www.stafford.uklinux.net/libesmtp
|
||||
http://brianstafford.info/libesmtp
|
||||
|
||||
comment "libesmtp needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
|
||||
LIBESMTP_VERSION = 1.0.6
|
||||
LIBESMTP_SOURCE = libesmtp-$(LIBESMTP_VERSION).tar.bz2
|
||||
LIBESMTP_SITE = http://www.stafford.uklinux.net/libesmtp
|
||||
LIBESMTP_SITE = http://brianstafford.info/libesmtp
|
||||
LIBESMTP_INSTALL_STAGING = YES
|
||||
LIBESMTP_CONFIG_SCRIPTS = libesmtp-config
|
||||
LIBESMTP_DEPENDENCIES = $(if $(BR2_PACKAGE_OPENSSL),openssl)
|
||||
LIBESMTP_LICENSE = GPLv2+ (examples), LGPLv2.1+ (library)
|
||||
LIBESMTP_LICENSE = GPL-2.0+ (examples), LGPL-2.1+ (library)
|
||||
LIBESMTP_LICENSE_FILES = COPYING COPYING.LIB
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user