mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/libecoli: bump version to 0.3.0
This new version includes the missing headers that will be needed for grout. Its meson option has been revamped. Signed-off-by: Vincent Jardin <vjardin@free.fr> Suggested-by: Robin Jarry <robin@jarry.cc> [Julien: removed duplicated _INSTALL_STAGING] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
ba65c4dd4b
commit
c084f74dfd
@@ -1,3 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 0da8f953e054dd2ba75a0d1dcbbc8830b76747282035e1d1de6082ec3bb6f995 libecoli-0.2.0.tar.gz
|
||||
sha256 e66a85a35bae644b0baf9a4e6d084ff926ebaa12023f9df9f34e8f7a46834da8 libecoli-0.3.0.tar.gz
|
||||
sha256 e58bf9ec962bee9b3e37abcaa0bc0ec940b05efdc1d1a5a4d9e2fdbcc08b7bdd LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBECOLI_VERSION = 0.2.0
|
||||
LIBECOLI_VERSION = 0.3.0
|
||||
LIBECOLI_SITE = $(call github,rjarry,libecoli,v$(LIBECOLI_VERSION))
|
||||
LIBECOLI_INSTALL_STAGING = YES
|
||||
LIBECOLI_LICENSE = BSD-3-Clause
|
||||
@@ -14,4 +14,11 @@ LIBECOLI_DEPENDENCIES = \
|
||||
host-pkgconf \
|
||||
libedit
|
||||
|
||||
LIBECOLI_CONF_OPTS = \
|
||||
-Ddoc=disabled \
|
||||
-Deditline=enabled \
|
||||
-Dexamples=disabled \
|
||||
-Dyaml=disabled \
|
||||
-Dtests=disabled
|
||||
|
||||
$(eval $(meson-package))
|
||||
|
||||
Reference in New Issue
Block a user