diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-11-12 11:12:26 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-13 07:15:16 -0800 |
| commit | 2ba0c6e11402f7e7f123452baab9a5810d5970ac (patch) | |
| tree | e03bf4986a9fa194690b30e38d9037af5a0bdebb /meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | |
| parent | cd0aff0e6018d49c08f081f22befc68de167ddbc (diff) | |
| download | meta-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.bb | 4 |
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 | |||
| 8 | LICENSE = "GPLv3+" | 8 | LICENSE = "GPLv3+" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/tvheadend/tvheadend.git" | 11 | SRC_URI = "git://github.com/tvheadend/tvheadend.git \ |
| 12 | file://0001-adjust-for-64bit-time_t.patch \ | ||
| 13 | " | ||
| 12 | 14 | ||
| 13 | SRCREV = "fda89e85e0b6ae796d8a09e178d3937aa7869270" | 15 | SRCREV = "fda89e85e0b6ae796d8a09e178d3937aa7869270" |
| 14 | PV = "4.3+git${SRCPV}" | 16 | PV = "4.3+git${SRCPV}" |
