From 7490e99a6e2e00129d65dbd912a89d3c33fb8985 Mon Sep 17 00:00:00 2001 From: kos Date: Thu, 23 May 2013 15:13:49 +0900 Subject: [PATCH] [openwebif] fixed a RC icon at openwebif package for solo2/duo2. --- .../e2openplugins/enigma2-plugin-extensions-openwebif.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 1094752..3902055 100644 --- a/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-extensions-openwebif.bb +++ b/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-extensions-openwebif.bb @@ -9,7 +9,7 @@ RDEPENDS_${PN} = "python-cheetah python-json python-unixadmin python-misc python inherit gitpkgv PV = "0.1+git${SRCPV}" PKGV = "0.1+git${GITPKGV}" -PR = "r0.74" +PR = "r0.75" require openplugins.inc @@ -30,9 +30,9 @@ do_install() { python do_package_prepend () { boxtypes = [ ('bm750', 'duo.jpg', 'vu_normal.png'), - ('vuduo2', 'duo2.jpg', 'vu_ultimo.png'), + ('vuduo2', 'duo2.jpg', 'vu_normal.png'), ('vusolo', 'solo.jpg', 'vu_normal.png'), - ('vusolo2', 'solo2.jpg', 'vu_ultimo.png'), + ('vusolo2', 'solo2.jpg', 'vu_normal.png'), ('vuultimo', 'ultimo.jpg', 'vu_ultimo.png'), ('vuuno', 'uno.jpg', 'vu_normal.png'), ] -- 2.7.4