From 4653e886d47b28b3cd5d31cfafeaf793a62e1d7f Mon Sep 17 00:00:00 2001 From: hschang Date: Wed, 2 Jul 2014 15:19:44 +0900 Subject: [PATCH] [enigma2-plugin-systemplugins-autoshutdown] fix fetch error --- .../enigma2-plugin-systemplugins-autoshutdown.bb | 11 +++++------ 1 file changed, 5 insertions(+), 6 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 223ef3c..b708125 100644 --- a/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-systemplugins-autoshutdown.bb +++ b/meta-openvuplus/recipes-vuplus/e2openplugins/enigma2-plugin-systemplugins-autoshutdown.bb @@ -3,18 +3,17 @@ DESCRIPTION = "automated power off for STB" PACKAGE_ARCH = "${MACHINE_ARCH}" inherit gitpkgv -SRCREV = "" +SRCREV="406e54cb250fecb5040dba844098140982186668" PV = "0.3+git${SRCPV}" PKGV = "0.3+git${GITPKGV}" PR = "r3" 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 \ - file://autoshutdown-fix-standby_20140407.patch \ - " +SRC_URI += " \ + file://autoshutdown-default-time_20121207.patch \ + file://autoshutdown-fix-standby_20140407.patch \ +" inherit autotools -- 2.7.4