Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meta-multimedia: Fix missing upstream status in several patches | Khem Raj | 2023-04-05 | 1 | -0/+1 |
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | dvb-apps: Use tarball for SRC_URI and fix build on musl | Khem Raj | 2022-08-28 | 1 | -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_settime | Khem Raj | 2019-12-23 | 1 | -0/+32 |
Newer glibc 2.31+ removed stime. Signed-off-by: Khem Raj <raj.khem@gmail.com> |