X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-vuplus%2Fe2openplugins%2Fenigma2-plugin-extensions-openwebif.bb;h=e2e91ad19fb962ddf526a1548f5d7612dc393349;hp=c4c6f9eb7d54b1002034abb22033802945ee5c06;hb=2ecbc9b23df48ce352089877a5b66d9671e7ad2e;hpb=956f60e825dfbd7ad5c470692579f4eb96b6f782 diff --git a/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-extensions-openwebif.bb b/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-extensions-openwebif.bb index c4c6f9e..e2e91ad 100644 --- a/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-extensions-openwebif.bb +++ b/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-extensions-openwebif.bb @@ -4,14 +4,15 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://README;firstline=10;lastline=12;md5=9c14f792d0aeb54e15490a28c89087f7" DEPENDS = "python-cheetah-native" -RDEPENDS_${PN} = "python-cheetah python-json python-unixadmin python-misc" +RDEPENDS_${PN} = "python-cheetah python-json python-unixadmin python-misc python-pyopenssl \ + python-shell aio-grab python-compression python-numbers python-zopeinterface \ +" inherit gitpkgv -PV = "0.1+git${SRCPV}" -PKGV = "0.1+git${GITPKGV}" -PR = "r0.72" +PV = "1+git${SRCPV}" +PKGV = "1+git${GITPKGV}" -require openplugins.inc +require openplugins-distutils.inc # Just a quick hack to "compile" it do_compile() { @@ -20,10 +21,9 @@ do_compile() { } PLUGINPATH = "/usr/lib/enigma2/python/Plugins/Extensions/${MODULE}" -do_install() { +do_install_append() { install -d ${D}${PLUGINPATH} cp -rp ${S}/plugin/* ${D}${PLUGINPATH} } FILES_${PN} = "${PLUGINPATH}" -PACKAGES = "${PN}"