tvheadend: Disable dvbscan

dvbscan is fetching sources during configure, disable this for now,
if this feature is needed then adding it to SRC_URI would be needed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-12-23 21:57:08 -08:00
parent 8e57fb9b1e
commit d3e154647b

View File

@ -23,6 +23,7 @@ EXTRA_OECONF += "--arch=${TARGET_ARCH} \
--disable-ffmpeg_static \
--disable-libav \
--python=python3 \
--disable-dvbscan \
"
CLEANBROKEN = "1"