mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Armin Kuster <akuster808@gmail.com>
31 lines
906 B
BlitzBasic
31 lines
906 B
BlitzBasic
SUMMARY = "Tvheadend: TV streaming server and recorder"
|
|
HOMEPAGE = "https://tvheadend.org/"
|
|
|
|
inherit autotools-brokensep gettext gitpkgv pkgconfig
|
|
|
|
DEPENDS = "avahi cmake-native dvb-apps libdvbcsa libpcre2 openssl uriparser zlib"
|
|
|
|
LICENSE = "GPLv3+"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db"
|
|
|
|
SRC_URI = "git://github.com/tvheadend/tvheadend.git;branch=master;protocol=https \
|
|
file://0001-adjust-for-64bit-time_t.patch \
|
|
file://0001-allocate-space-for-buf-on-heap.patch \
|
|
"
|
|
|
|
SRCREV = "fda89e85e0b6ae796d8a09e178d3937aa7869270"
|
|
PV = "4.3+git${SRCPV}"
|
|
PKGV = "4.3+git${GITPKGV}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OECONF += "--arch=${TARGET_ARCH} \
|
|
--disable-hdhomerun_static \
|
|
--disable-ffmpeg_static \
|
|
--disable-libav \
|
|
--python=python3 \
|
|
"
|
|
|
|
CLEANBROKEN = "1"
|
|
|