xbmc-addon-xvdr: bump to a version compatible with XBMC Gotham
Removed patch applied upstream. [Thomas: fix typo noticed by Yann.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f40f440563
commit
a0d0abc160
@ -1,28 +0,0 @@
|
||||
commit 846b0b5a8b559f94dffadf5b2f95ca845b6ba9f1
|
||||
Author: Yann E. MORIN <yann.morin.1998@free.fr>
|
||||
Date: Wed Mar 26 07:45:58 2014 +0100
|
||||
|
||||
configure: set the foreign flag
|
||||
|
||||
This is required since we do not bundle the necessary files (NEWS,
|
||||
INSTALL et al.) Setting it in configure.in is needed to be able
|
||||
to run autoreconf (in lieu of the weird autogen.sh)
|
||||
|
||||
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
|
||||
|
||||
Patch accepted upstream in master:
|
||||
https://github.com/pipelka/xbmc-addon-xvdr/commit/84e5860f488e67a3a3386c779f9a56adeb3dc220
|
||||
|
||||
diff --git a/configure.in b/configure.in
|
||||
index 6e692e1..7be0d18 100755
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
|
||||
AC_CANONICAL_TARGET
|
||||
|
||||
dnl Setup for automake
|
||||
-AM_INIT_AUTOMAKE
|
||||
+AM_INIT_AUTOMAKE([foreign])
|
||||
|
||||
dnl Check for tools
|
||||
|
@ -4,9 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# This cset is on the branch 'xbmc-frodo'
|
||||
# When XBMC is updated, then this should be updated to the corresponding branch
|
||||
XBMC_ADDON_XVDR_VERSION = acd4e145fc3220cf708aaf40d895904732dce2c7
|
||||
# This cset is on master. When a Gotham branch is made, we should
|
||||
# follow it, as incompatible changes in the plugins API can happen
|
||||
# on the master branch.
|
||||
XBMC_ADDON_XVDR_VERSION = 82b5093ad33847f97a978cb620c9a87d2dbcf7eb
|
||||
XBMC_ADDON_XVDR_SITE = $(call github,pipelka,xbmc-addon-xvdr,$(XBMC_ADDON_XVDR_VERSION))
|
||||
XBMC_ADDON_XVDR_LICENSE = GPLv2+
|
||||
XBMC_ADDON_XVDR_LICENSE_FILES = COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user