summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_5.3.bb (renamed from meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_git.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_git.bb b/meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_5.3.bb
index 8888b22678..451671dda7 100644
--- a/meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_git.bb
+++ b/meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_5.3.bb
@@ -16,9 +16,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
16 16
17RDEPENDS_${PN} += "python-core python-datetime python-stringold" 17RDEPENDS_${PN} += "python-core python-datetime python-stringold"
18 18
19PV = "3.2+gitr${SRCPV}"
20SRCREV = "c669e002a2e7504f21e277ad248fa81033926391"
21SRC_URI = "git://github.com/01org/suspendresume.git;protocol=https" 19SRC_URI = "git://github.com/01org/suspendresume.git;protocol=https"
20SRCREV = "5be9a16547234cef5aca8bfaccd920490ea1cfa7"
21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24do_install() { 24do_install() {