Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dvb-apps: no longer skip ldflags QA | Thomas Perrot | 2024-02-10 | 1 | -3/+0 |
| | | | | | | | Because there is no longer the error. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> 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 | -0/+102 |
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> |