kumquat-buildroot/package/kodi-pvr-mediaportal-tvserver/0009-Travis-changes-for-cpp17.patch
Bernd Kuhls da3a5b45cb package/kodi-pvr-mediaportal-tvserver: bump version to 8.1.0-Matrix
Added patch series from upstream PR 127 to remove the dependency to
kodi-platform, switch dependency to kodi.

Added missing dependency to tinyxml.

Switch license file to LICENSE.md.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-03-06 22:56:48 +01:00

29 lines
691 B
Diff

From e613bfbb4561173046451e9bb1ec64c7879de859 Mon Sep 17 00:00:00 2001
From: phunkyfish <phunkyfish@gmail.com>
Date: Sat, 17 Oct 2020 14:06:04 +0100
Subject: [PATCH] Travis changes for cpp17
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 1f2b61f..285f827 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,11 +10,11 @@ env:
matrix:
include:
- os: linux
- dist: xenial
+ dist: bionic
sudo: required
compiler: gcc
- os: linux
- dist: xenial
+ dist: bionic
sudo: required
compiler: clang
- os: linux