Fixed RDEPENDS at enigma2-plugin-extensions-openwebif.bb.
authorkos <kos@dev3>
Fri, 4 Jan 2013 01:38:00 +0000 (10:38 +0900)
committerkos <kos@dev3>
Fri, 4 Jan 2013 01:38:00 +0000 (10:38 +0900)
recipes/enigma2/enigma2-plugin-extensions-openwebif.bb

index cc7edb0..12abe2e 100644 (file)
@@ -4,12 +4,12 @@ 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 aio-grab"
 
 inherit gitpkgv
 PV = "0.1+git${SRCPV}"
 PKGV = "0.1+git${GITPKGV}"
-PR = "r0.74"
+PR = "r0.75"
 
 require openplugins.inc