From patchwork Sat Nov 21 19:40:34 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 547233 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 4211C1402B4 for ; Sun, 22 Nov 2015 06:41:17 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7CF9F26BFC; Sat, 21 Nov 2015 19:41:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BDnZrGtR4CWV; Sat, 21 Nov 2015 19:41:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 9DAEB33B54; Sat, 21 Nov 2015 19:41:02 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 62A091CF303 for ; Sat, 21 Nov 2015 19:40:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5F84295A62 for ; Sat, 21 Nov 2015 19:40:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6Y33Zhv60RPo for ; Sat, 21 Nov 2015 19:40:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by hemlock.osuosl.org (Postfix) with ESMTPS id E4FFE959C8 for ; Sat, 21 Nov 2015 19:40:50 +0000 (UTC) Received: from fwd12.aul.t-online.de (fwd12.aul.t-online.de [172.20.26.241]) by mailout02.t-online.de (Postfix) with SMTP id CF756100C50 for ; Sat, 21 Nov 2015 20:40:48 +0100 (CET) Received: from fli4l.lan.fli4l (X7mHGYZDYhB2ayoRBeIKmqfmVbUm9ExLIg7cREe-fl03peyXXmywiC4Z9W218Ukwhz@[79.247.147.129]) by fwd12.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1a0E1e-01JfWa0; Sat, 21 Nov 2015 20:40:46 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:49820 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1a0E1d-0005Uw-Ie; Sat, 21 Nov 2015 20:40:46 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 21 Nov 2015 20:40:34 +0100 Message-Id: <1448134835-27519-7-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.6.2 In-Reply-To: <1448134835-27519-1-git-send-email-bernd.kuhls@t-online.de> References: <1448134835-27519-1-git-send-email-bernd.kuhls@t-online.de> X-ID: X7mHGYZDYhB2ayoRBeIKmqfmVbUm9ExLIg7cREe-fl03peyXXmywiC4Z9W218Ukwhz X-TOI-MSGID: 26352770-3d65-4655-a2b2-2dc3d4cb6e4b Cc: Bernd Kuhls Subject: [Buildroot] [PATCH/next 7/8] package/tvheadend: bump version X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- package/tvheadend/0001-no-check_config.patch | 2 +- package/tvheadend/tvheadend.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/tvheadend/0001-no-check_config.patch b/package/tvheadend/0001-no-check_config.patch index c77ca76..6a0cddd 100644 --- a/package/tvheadend/0001-no-check_config.patch +++ b/package/tvheadend/0001-no-check_config.patch @@ -16,7 +16,7 @@ diff -durN tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3.orig/Makefile tvhe $(ROOTDIR)/configure $(CONFIGURE_ARGS) # Binary --${PROG}: check_config make_webui $(OBJS) +-${PROG}: .config.mk make_webui $(OBJS) +${PROG}: make_webui $(OBJS) $(CC) -o $@ $(OBJS) $(CFLAGS) $(LDFLAGS) diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk index 6b8fdea..60ca524 100644 --- a/package/tvheadend/tvheadend.mk +++ b/package/tvheadend/tvheadend.mk @@ -4,7 +4,7 @@ # ################################################################################ -TVHEADEND_VERSION = a27b0af2b82dae83cf8a41e01ee1174b911f3aa3 +TVHEADEND_VERSION = 8902dcbcc48b6a76168882a856111237f13e60ea TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION)) TVHEADEND_LICENSE = GPLv3+ TVHEADEND_LICENSE_FILES = LICENSE.md