From dffb87f93b0e734b56b3aa298c46a70b1f7454ff Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Thu, 1 Feb 2018 00:47:17 +0100 Subject: [PATCH] dahdi-linux: update source to snapshot Currently dahdi-linux fails to compile on targets that use kernel 4.14. Changes were introduced in kernels 4.11 and 4.13 that cause these build failures. Update to an upstream git snapshot to fix the breakage. Signed-off-by: Sebastian Kemper --- libs/dahdi-linux/Makefile | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/libs/dahdi-linux/Makefile b/libs/dahdi-linux/Makefile index 9d9fb13..17d7978 100644 --- a/libs/dahdi-linux/Makefile +++ b/libs/dahdi-linux/Makefile @@ -9,12 +9,19 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=dahdi-linux -PKG_VERSION:=2.11.1 +PKG_VERSION:=2.11.1-20180111 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/dahdi-linux/releases -PKG_HASH:=f59f382365118205e77d2874f1c0e1546e936247bcc45f07a43bc21778bee9df +#PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +#PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/dahdi-linux/releases +#PKG_HASH:=f59f382365118205e77d2874f1c0e1546e936247bcc45f07a43bc21778bee9df + +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=https://github.com/asterisk/dahdi-linux.git +PKG_SOURCE_PROTO:=git +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_VERSION:=26597a5cac2930c191ae540c03c7406745c03e36 +PKG_MIRROR_HASH:=0eaad3c3ed63efa61e6b807bd70e9b5287271f5dd63af9f41c026a5f979b81d3 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=LICENSE