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

RDEPENDS_${PN} = "python-shell"

PR="r0"

require openplugins.inc

require assume-gplv2.inc

PLUGINPATH = "/usr/lib/enigma2/python/Plugins/Extensions/${MODULE}"

do_install() {
        install -d ${D}${PLUGINPATH}
        cp -rp ${S}/plugin/* ${D}${PLUGINPATH}
}

FILES_${PN} = "${PLUGINPATH}"
PACKAGES = "${PN}"