From d144b569ea605acda941cf9d3ecc392a1df16c15 Mon Sep 17 00:00:00 2001 From: kos Date: Thu, 28 Feb 2013 11:51:47 +0900 Subject: [PATCH] [autoshutdown] adapted default time patch. --- .../enigma2-plugin-systemplugins-autoshutdown.bb | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-systemplugins-autoshutdown.bb b/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-systemplugins-autoshutdown.bb index c30ef27..e7ae673 100644 --- a/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-systemplugins-autoshutdown.bb +++ b/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-systemplugins-autoshutdown.bb @@ -4,12 +4,17 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" inherit gitpkgv SRCREV = "" -PV = "0.6+git${SRCPV}" -PKGV = "0.6+git${GITPKGV}" -PR = "r0" +PV = "0.3+git${SRCPV}" +PKGV = "0.3+git${GITPKGV}" +PR = "r2" require openplugins.inc +SRC_REV = "406e54cb250fecb5040dba844098140982186668" +SRC_URI = "git://github.com/E2OpenPlugins/e2openplugin-${MODULE}.git;protocol=git;tag=${SRC_REV} \ + file://autoshutdown-default-time_20121207.patch;patch=1;pnum=1 \ + " + inherit autotools FILES_${PN} = "/" -- 2.7.4