mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
sysrepo: bump to 3.7.11
Bump sysrepo to 3.7.11 to to fix support for CMake >= 4.0 version. Drop any upstream patch. Update the CMake options to the new unified SYSREPO_SETUP that replace the old GENERATE_HOSTKEY, INSTALL_MODULES and MERGE_LISTEN_CONFIG. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=sysrepo
|
||||
PKG_VERSION:=2.0.53
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=3.7.11
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/sysrepo/sysrepo/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_HASH:=fe09da5f40fb53e3fb97268a134cc0ed3003f0018d0d117c73e81e1553a11f30
|
||||
PKG_HASH:=c897206797427c79c4646baa1d8abe539bbc70af884ac869e827ff9f09d7fcc8
|
||||
|
||||
PKG_MAINTAINER:=
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
--- a/src/sysrepo_types.h
|
||||
+++ b/src/sysrepo_types.h
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stddef.h>
|
||||
+#include <sys/stat.h>
|
||||
|
||||
struct lyd_node;
|
||||
struct timespec;
|
||||
Reference in New Issue
Block a user