The old version contains bugs, such as false negatives on cpuidle tests, so update to latest version that contains this on other fixes.
Signed-off-by: Carlos Hernandez <[email protected]> --- .../recipes-devtools/linaro-pm-qa/linaro-pm-qa-utils_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-devtools/linaro-pm-qa/linaro-pm-qa-utils_git.bb b/meta-arago-extras/recipes-devtools/linaro-pm-qa/linaro-pm-qa-utils_git.bb index a836a8d..9768a46 100644 --- a/meta-arago-extras/recipes-devtools/linaro-pm-qa/linaro-pm-qa-utils_git.bb +++ b/meta-arago-extras/recipes-devtools/linaro-pm-qa/linaro-pm-qa-utils_git.bb @@ -5,10 +5,10 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" PV = "0.4.4" -PR = "r2" +PR = "r3" BRANCH ?= "master" -SRCREV = "fbc2762359b863dfbf4fd0bab1e8abd2a6125ed4" +SRCREV = "bdd94ec9204151ba845e9c057de92360c63bbffb" SRC_URI = "git://git.linaro.org/tools/pm-qa.git;protocol=git;branch=${BRANCH}" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
