diff options
Diffstat (limited to 'meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb')
-rw-r--r-- | meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | 8 |
1 files changed, 4 insertions, 4 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 f6ffcb6257..924334010f 100644 --- a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb +++ b/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | |||
@@ -4,14 +4,14 @@ 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.9" | 7 | PV = "0.4.10" |
8 | 8 | ||
9 | BRANCH ?= "master" | 9 | BRANCH ?= "master" |
10 | 10 | ||
11 | # Corresponds to tag pm-qa-v0.4.9 | 11 | # Corresponds to tag pm-qa-v0.4.10 |
12 | SRCREV = "c54941a9bbaac33e44e6d0c7f5344e21102642cf" | 12 | SRCREV = "03a22d5ad7deb6021b2ec1d546a960d8a9878255" |
13 | 13 | ||
14 | SRC_URI = "git://git.linaro.org/tools/pm-qa.git;protocol=git;branch=${BRANCH}" | 14 | SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH}" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||