elektra: Update to 0.8.17

Notable changes:
Remove the work around introduced for 0.8.16 - the issue has been fixed
upstream.

Signed-off-by: Harald Geyer <harald@ccbib.org>
This commit is contained in:
Harald Geyer 2016-06-20 16:49:16 +00:00
parent 474ec25b3f
commit f20cbb1627
1 changed files with 5 additions and 6 deletions

View File

@ -14,11 +14,11 @@ PKG_MAINTAINER:=Harald Geyer <harald@ccbib.org>
PKG_NAME:=elektra PKG_NAME:=elektra
PKG_LICENSE:=BSD-3-Clause PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=doc/COPYING PKG_LICENSE_FILES:=doc/COPYING
PKG_VERSION:=0.8.16 PKG_VERSION:=0.8.17
PKG_RELEASE:=1 PKG_RELEASE:=1
# Use this for official releasees # Use this for official releasees
PKG_MD5SUM:=ef0c138b4a4fda017aa8bb6f812671ce PKG_MD5SUM:=e53efdb9a5e0852c58b21280b1e6c07d
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://ftp.libelektra.org/ftp/elektra/releases PKG_SOURCE_URL:=http://ftp.libelektra.org/ftp/elektra/releases
@ -97,9 +97,9 @@ define Package/libelektra-plugins
endef endef
define CONTENT_ELEKTRA_PLUGINS_TEXT define CONTENT_ELEKTRA_PLUGINS_TEXT
ccode conditionals csvstorage curlget enum filecheck glob hexcode hidden cachefilter ccode conditionals csvstorage curlget enum filecheck glob
hosts iconv keytometa line lineendings list mathcheck network null path hexcode hidden hosts iconv keytometa line lineendings list mathcheck
profile shell syslog uname validation network null path profile shell syslog uname validation
endef endef
CONTENT_ELEKTRA_PLUGINS = $(strip $(CONTENT_ELEKTRA_PLUGINS_TEXT)) CONTENT_ELEKTRA_PLUGINS = $(strip $(CONTENT_ELEKTRA_PLUGINS_TEXT))
@ -252,7 +252,6 @@ CMAKE_OPTIONS = \
-DBUILD_TESTING=OFF \ -DBUILD_TESTING=OFF \
-DKDB_DEFAULT_RESOLVER=resolver_fm_pb_b \ -DKDB_DEFAULT_RESOLVER=resolver_fm_pb_b \
-DKDB_DEFAULT_STORAGE=ini \ -DKDB_DEFAULT_STORAGE=ini \
-DCMAKE_CXX_FLAGS="-DELEKTRA_SHARED" \
-DPLUGINS="ALL" -DPLUGINS="ALL"
CMAKE_HOST_OPTIONS = \ CMAKE_HOST_OPTIONS = \