tvheadend: minor bugfix version bump to 4.0.10
Update the package to the last release of the old 4.0 series. Note that this version is still from the obsolete 4.0 series, but updates the source base a bit. This also enables dropping one of the GCC 7.3 fixes. Compiled and briefly run-tested with ipq806x and mvebu, but no actual operations done. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
89796a84b1
commit
c133f7311a
1 changed files with 5 additions and 5 deletions
|
@ -8,13 +8,13 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=tvheadend
|
||||
PKG_VERSION:=4.0.9
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=4.0.10
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
|
||||
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_MIRROR_HASH:=c18e3803d6e36348442ccf3b0ac4868948692491c7dd646d48576f5aec09cdd8
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.xz
|
||||
PKG_MIRROR_HASH:=afe42bcf683e8576ca8ccd4755ea308f79195e92f7c30fc5961973e238f49105
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/tvheadend/tvheadend.git
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||
|
@ -76,7 +76,7 @@ CONFIGURE_ARGS += \
|
|||
--disable-libav \
|
||||
--enable-bundle
|
||||
|
||||
TARGET_CFLAGS += -Wno-error=pointer-compare -Wno-error=misleading-indentation
|
||||
TARGET_CFLAGS += -Wno-error=pointer-compare
|
||||
|
||||
define Build/Prepare
|
||||
$(call Build/Prepare/Default)
|
||||
|
|
Loading…
Reference in a new issue