summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/dvb-apps/files/0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch
Commit message (Collapse)AuthorAgeFilesLines
* meta-multimedia: Fix missing upstream status in several patchesKhem Raj2023-04-051-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dvb-apps: Use tarball for SRC_URI and fix build on muslKhem Raj2022-08-281-10/+5
| | | | | | | | | | | | | Convert to using tarball for SRC_URI, this is only recipe in meta-openembedded needing mercurial fetcher Fix the stime replacement patch to fix type errors on time_t | dvbdate.c:313:12: error: incompatible pointer to integer conversion assigning to 'time_t' (aka 'long') from 'time_t **' (aka 'long **') [-Wint-conversion] | ts.tv_sec = &new_time; | ^ ~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dvb-apps: Replace stime with clock_settimeKhem Raj2019-12-231-0/+32
Newer glibc 2.31+ removed stime. Signed-off-by: Khem Raj <raj.khem@gmail.com>