| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
Newer glibc 2.31+ removed stime.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
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>
|