Skip to content

Commit

Permalink
elektra: update to 0.9.14
Browse files Browse the repository at this point in the history
Adjusted lua dependency.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Aug 16, 2024
1 parent 3ce4a46 commit 56cf9c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
14 changes: 6 additions & 8 deletions libs/elektra/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ PKG_MAINTAINER:=Harald Geyer <[email protected]>
PKG_NAME:=elektra
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.md
PKG_VERSION:=0.9.7
PKG_RELEASE:=5
PKG_VERSION:=0.9.14
PKG_RELEASE:=1

# Use this for official releasees
PKG_HASH:=12b7b046004db29317b7b937dc794abf719c400ba3115af8d41849127b562681
PKG_HASH:=e4632bb6baa78f6a68c312469e41fd1ef07406571749e32f2645b1858d01a58d
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://ftp.libelektra.org/ftp/elektra/releases

Expand Down Expand Up @@ -97,8 +97,8 @@ define Package/libelektra-plugins
endef

define CONTENT_ELEKTRA_PLUGINS_TEXT
base64 conditionals csvstorage date file filecheck glob hexcode
hexnumber hosts iconv ipaddr keytometa line lineendings list
base64 blacklist conditionals csvstorage date file filecheck glob hexcode
hexnumber hosts iconv ipaddr keytometa line lineendings
mathcheck macaddr mini network path profile quickdump
range reference rgbcolor shell syslog type uname unit validation
endef
Expand Down Expand Up @@ -265,7 +265,7 @@ endef
define Package/libelektra-lua
$(call Package/libelektra/Default)
TITLE:=Elektra lua plugin
DEPENDS:=+libelektra-core +lua5.3 +libstdcpp
DEPENDS:=+libelektra-core +lua5.4 +libstdcpp
endef

define Package/libelektra-lua/description
Expand Down Expand Up @@ -335,9 +335,7 @@ define Package/libelektra-core/install
#$(CP) $(PKG_INSTALL_DIR)/usr/lib/libelektraintercept-* $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libelektra-resolver_fm_pb_b.so $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libelektra-utility.so* $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libelektra-cache.so $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libelektra-internalnotification.so $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libelektra-mmapstorage.so $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libelektra-ni.so $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libelektra-spec.so $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libelektra-sync.so $(1)/usr/lib/
Expand Down
4 changes: 2 additions & 2 deletions libs/elektra/patches/010-gcc13.patch
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Subject: [PATCH] bindings: include <cstdint> in key.hpp for uint8_t
#include <cstdarg>
+#include <cstdint>
#include <cstring>
#include <functional>
#include <locale>

#if __GNUC__ >= 12

0 comments on commit 56cf9c3

Please sign in to comment.