* [meta-oe][PATCH] pm-qa: update to 0.4.10 release
@ 2014-05-20 6:49 Fathi Boudra
2014-05-20 7:09 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: Fathi Boudra @ 2014-05-20 6:49 UTC (permalink / raw)
To: openembedded-devel; +Cc: Koen Kooi
Update SRC_URI, /tools/ is deprecated.
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
---
meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | 8 ++++----
1 file 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 f6ffcb6..9243340 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
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-PV = "0.4.9"
+PV = "0.4.10"
BRANCH ?= "master"
-# Corresponds to tag pm-qa-v0.4.9
-SRCREV = "c54941a9bbaac33e44e6d0c7f5344e21102642cf"
+# Corresponds to tag pm-qa-v0.4.10
+SRCREV = "03a22d5ad7deb6021b2ec1d546a960d8a9878255"
-SRC_URI = "git://git.linaro.org/tools/pm-qa.git;protocol=git;branch=${BRANCH}"
+SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH}"
S = "${WORKDIR}/git"
--
1.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] pm-qa: update to 0.4.10 release
2014-05-20 6:49 [meta-oe][PATCH] pm-qa: update to 0.4.10 release Fathi Boudra
@ 2014-05-20 7:09 ` Koen Kooi
2014-05-20 12:31 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2014-05-20 7:09 UTC (permalink / raw)
To: Fathi Boudra; +Cc: openembedded-devel
Op 20 mei 2014, om 08:49 heeft Fathi Boudra <fathi.boudra@linaro.org> het volgende geschreven:
> Update SRC_URI, /tools/ is deprecated.
>
> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
> ---
> meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | 8 ++++----
> 1 file 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 f6ffcb6..9243340 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
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>
> -PV = "0.4.9"
> +PV = "0.4.10"
>
> BRANCH ?= "master"
>
> -# Corresponds to tag pm-qa-v0.4.9
> -SRCREV = "c54941a9bbaac33e44e6d0c7f5344e21102642cf"
> +# Corresponds to tag pm-qa-v0.4.10
> +SRCREV = "03a22d5ad7deb6021b2ec1d546a960d8a9878255"
>
> -SRC_URI = "git://git.linaro.org/tools/pm-qa.git;protocol=git;branch=${BRANCH}"
> +SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH}"
Nitpick: protocol=http might be better, git:// is flaky on git.linaro.org.
regards,
Koen
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] pm-qa: update to 0.4.10 release
2014-05-20 7:09 ` Koen Kooi
@ 2014-05-20 12:31 ` Koen Kooi
0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2014-05-20 12:31 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Koen Kooi schreef op 20-05-14 09:09:
>
> Op 20 mei 2014, om 08:49 heeft Fathi Boudra <fathi.boudra@linaro.org> het
> volgende geschreven:
>
>> Update SRC_URI, /tools/ is deprecated.
>>
>> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> ---
>> meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | 8 ++++---- 1 file
>> 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 f6ffcb6..9243340
>> 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
>> LICENSE = "GPLv2" LIC_FILES_CHKSUM =
>> "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>>
>> -PV = "0.4.9" +PV = "0.4.10"
>>
>> BRANCH ?= "master"
>>
>> -# Corresponds to tag pm-qa-v0.4.9 -SRCREV =
>> "c54941a9bbaac33e44e6d0c7f5344e21102642cf" +# Corresponds to tag
>> pm-qa-v0.4.10 +SRCREV = "03a22d5ad7deb6021b2ec1d546a960d8a9878255"
>>
>> -SRC_URI =
>> "git://git.linaro.org/tools/pm-qa.git;protocol=git;branch=${BRANCH}"
>> +SRC_URI =
>> "git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH}"
>
> Nitpick: protocol=http might be better, git:// is flaky on
> git.linaro.org.
I have no problems with merging this with protocol=git
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFTe0sIMkyGM64RGpERAuJqAJ0Q7oEp1P+ryEgYaoqgtmVHls9oNQCeMHl3
f7YTME2Qtvw2k4yRxhX3HyY=
=1O0V
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-20 12:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 6:49 [meta-oe][PATCH] pm-qa: update to 0.4.10 release Fathi Boudra
2014-05-20 7:09 ` Koen Kooi
2014-05-20 12:31 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.