summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-extensions-remotestreamconvert.bb
blob: 1a88c060008a3f991fefeaca6f8316c375c2925d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
MODULE = "RemoteChannelStreamConverter"
DESCRIPTION = "Fetch channels from remote bouquets and make them available locally"

RDEPENDS_${PN} = "python-shell"

inherit gitpkgv
PV = "2.0+git${SRCPV}"
PKGV = "2.0+git${GITPKGV}"
PR = "r2"

require openplugins-distutils.inc
require assume-gplv2.inc

SRCREV_pn-${PN}="baaad0038e26cde4d15e67205fdcb4217ea5a749"
SRC_URI += " file://check_has_isinvisible.patch"