summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-12 11:12:26 -0800
committerKhem Raj <raj.khem@gmail.com>2019-11-13 07:15:16 -0800
commit2ba0c6e11402f7e7f123452baab9a5810d5970ac (patch)
treee03bf4986a9fa194690b30e38d9037af5a0bdebb /meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
parentcd0aff0e6018d49c08f081f22befc68de167ddbc (diff)
downloadmeta-openembedded-2ba0c6e11402f7e7f123452baab9a5810d5970ac.tar.gz
tvheadend: Fix build with 64bit time_t
use intmax_t to print time_t, makes it portable across musl/glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb')
-rw-r--r--meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
index 5b3c469793..d7f749b647 100644
--- a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
+++ b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
@@ -8,7 +8,9 @@ DEPENDS = "avahi cmake-native dvb-apps libdvbcsa libpcre2 openssl uriparser zlib
8LICENSE = "GPLv3+" 8LICENSE = "GPLv3+"
9LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db" 9LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db"
10 10
11SRC_URI = "git://github.com/tvheadend/tvheadend.git" 11SRC_URI = "git://github.com/tvheadend/tvheadend.git \
12 file://0001-adjust-for-64bit-time_t.patch \
13 "
12 14
13SRCREV = "fda89e85e0b6ae796d8a09e178d3937aa7869270" 15SRCREV = "fda89e85e0b6ae796d8a09e178d3937aa7869270"
14PV = "4.3+git${SRCPV}" 16PV = "4.3+git${SRCPV}"