diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2014-09-26 12:43:32 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-04 00:28:29 +0200 |
commit | b86f1c6290191475964925657222ece3c17fa24a (patch) | |
tree | 563baf9c5ee5ce6de287e6d6cf07b961b515918f /meta-oe/recipes-devtools/pm-qa | |
parent | a67fd78dc07ae44e166049d5ab8236198dc40910 (diff) | |
download | meta-openembedded-b86f1c6290191475964925657222ece3c17fa24a.tar.gz |
pm-qa: update to 0.4.14 release
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/pm-qa')
-rw-r--r-- | meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb b/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb index 61511a3c7..dc16aef97 100644 --- a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb +++ b/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | |||
@@ -4,12 +4,12 @@ HOMEPAGE = "https://wiki.linaro.org/WorkingGroups/PowerManagement/Resources/Test | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 6 | ||
7 | PV = "0.4.12" | 7 | PV = "0.4.14" |
8 | 8 | ||
9 | BRANCH ?= "master" | 9 | BRANCH ?= "master" |
10 | 10 | ||
11 | # Corresponds to tag pm-qa-v0.4.12 | 11 | # Corresponds to tag pm-qa-v0.4.14 |
12 | SRCREV = "16c5d643c2a2318f8dfe12079a160cf41c17ec06" | 12 | SRCREV = "9111d1930f02337394cf16e84ad2a27f33607cbb" |
13 | 13 | ||
14 | SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH}" | 14 | SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH}" |
15 | 15 | ||