summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/dvb-apps/files
Commit message (Collapse)AuthorAgeFilesLines
* meta-multimedia: Fix missing upstream status in several patchesKhem Raj2023-04-056-0/+13
| | | | 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>
* dvb-apps: Remove workaround patch for ancient target compilersAdrian Bunk2019-05-231-44/+0
| | | | | Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dvb-apps: Remove dvb-fe-xc5000c-4.1.30.7.fwAdrian Bunk2019-05-091-0/+0
| | | | | | | | | | Shipping firmware for some specific device in dvb-apps is wrong, even more so when the same binary is already in linux-firmware. The firmware was also not LICENSE = "GPLv2" as the recipe claimed. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dvb-apps: linux dvb apps package supportHaseenamol2018-11-291307-0/+78380
This includes dvb-apps patches, dvb-scan-tables, dvb-libraries and firmware for WINTV 950Q Fix build with kernel > 4.14 Inherit perlnative for tests to build Change options to cp command to fix dvb-apps: /dvb-apps/usr/share/dvb/dvb-t/vn-Hanoi is owned by uid 3004, which is the same as the user running bitbake. This may be due to host contamination Signed-off-by: Haseenamol <haseenamol@tataelxsi.co.in> Signed-off-by: Khem Raj <raj.khem@gmail.com>