* [PATCH] automake: update to upstream version 1.12.5
@ 2012-11-24 9:34 Marko Lindqvist
2012-11-24 10:29 ` Eren Türkay
0 siblings, 1 reply; 5+ messages in thread
From: Marko Lindqvist @ 2012-11-24 9:34 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
.../automake/{automake_1.12.3.bb => automake_1.12.5.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/automake/{automake_1.12.3.bb => automake_1.12.5.bb} (90%)
diff --git a/meta/recipes-devtools/automake/automake_1.12.3.bb b/meta/recipes-devtools/automake/automake_1.12.5.bb
similarity index 90%
rename from meta/recipes-devtools/automake/automake_1.12.3.bb
rename to meta/recipes-devtools/automake/automake_1.12.5.bb
index aaa5ee5..ee85617 100644
--- a/meta/recipes-devtools/automake/automake_1.12.3.bb
+++ b/meta/recipes-devtools/automake/automake_1.12.5.bb
@@ -25,10 +25,10 @@ SRC_URI += "${PATHFIXPATCH} \
file://python-libdir.patch \
file://py-compile-compile-only-optimized-byte-code.patch"
-SRC_URI[md5sum] = "d2af8484de94cdee16d89c50aaa1c729"
-SRC_URI[sha256sum] = "095ffaa3ac887d1eb3511bf13d7f1fc9ec0503c6a06aeae05c93730cdda9a5a0"
+SRC_URI[md5sum] = "674f6d28f8723e0f478cb03de30f36f1"
+SRC_URI[sha256sum] = "82089e23b384d3e64efa4f09f133a02dadb91c0593d4f1d4e12c29d806be9925"
-PR = "r2"
+PR = "r1"
do_install () {
oe_runmake 'DESTDIR=${D}' install
--
1.7.10.4
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] automake: update to upstream version 1.12.5
2012-11-24 9:34 [PATCH] automake: update to upstream version 1.12.5 Marko Lindqvist
@ 2012-11-24 10:29 ` Eren Türkay
2012-11-24 12:11 ` Jack Mitchell
0 siblings, 1 reply; 5+ messages in thread
From: Eren Türkay @ 2012-11-24 10:29 UTC (permalink / raw)
To: Marko Lindqvist; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
On Sat, Nov 24, 2012 at 11:34:45AM +0200, Marko Lindqvist wrote:
> -PR = "r2"
> +PR = "r1"
Shouldn't it be "r0" for packages that change version?
Regards,
Eren
--
. 73! DE TA1AET
http://erenturkay.com/
[-- Attachment #2: Type: application/pgp-signature, Size: 850 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] automake: update to upstream version 1.12.5
2012-11-24 10:29 ` Eren Türkay
@ 2012-11-24 12:11 ` Jack Mitchell
2012-11-24 20:01 ` Burton, Ross
0 siblings, 1 reply; 5+ messages in thread
From: Jack Mitchell @ 2012-11-24 12:11 UTC (permalink / raw)
To: openembedded-core
On 11/24/12 10:29, Eren Türkay wrote:
> On Sat, Nov 24, 2012 at 11:34:45AM +0200, Marko Lindqvist wrote:
>> -PR = "r2"
>> +PR = "r1"
> Shouldn't it be "r0" for packages that change version?
>
> Regards,
> Eren
>
Or even nothing at all in the initial version I believe.
Regards,
Jack.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] automake: update to upstream version 1.12.5
2012-11-24 12:11 ` Jack Mitchell
@ 2012-11-24 20:01 ` Burton, Ross
0 siblings, 0 replies; 5+ messages in thread
From: Burton, Ross @ 2012-11-24 20:01 UTC (permalink / raw)
To: ml; +Cc: openembedded-core
On 24 November 2012 12:11, Jack Mitchell <ml@communistcode.co.uk> wrote:
>> Shouldn't it be "r0" for packages that change version?
> Or even nothing at all in the initial version I believe.
Nothing at all will default to "r0".
Whether to include the redundant PR=r0 in the bb, or whether to have
it appearing/disappearing in the logs, is hopefully an argument we'll
never have again when oe-core 1.4 has the PR service integrated.
Ross
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] automake: update to upstream version 1.12.5 [V2]
@ 2012-11-25 2:57 Marko Lindqvist
2012-11-25 2:57 ` [PATCH] automake: update to upstream version 1.12.5 Marko Lindqvist
0 siblings, 1 reply; 5+ messages in thread
From: Marko Lindqvist @ 2012-11-25 2:57 UTC (permalink / raw)
To: openembedded-core
- Set PR to r0, and not to r1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] automake: update to upstream version 1.12.5
2012-11-25 2:57 [PATCH] automake: update to upstream version 1.12.5 [V2] Marko Lindqvist
@ 2012-11-25 2:57 ` Marko Lindqvist
0 siblings, 0 replies; 5+ messages in thread
From: Marko Lindqvist @ 2012-11-25 2:57 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
.../automake/{automake_1.12.3.bb => automake_1.12.5.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/automake/{automake_1.12.3.bb => automake_1.12.5.bb} (90%)
diff --git a/meta/recipes-devtools/automake/automake_1.12.3.bb b/meta/recipes-devtools/automake/automake_1.12.5.bb
similarity index 90%
rename from meta/recipes-devtools/automake/automake_1.12.3.bb
rename to meta/recipes-devtools/automake/automake_1.12.5.bb
index aaa5ee5..76e2b87 100644
--- a/meta/recipes-devtools/automake/automake_1.12.3.bb
+++ b/meta/recipes-devtools/automake/automake_1.12.5.bb
@@ -25,10 +25,10 @@ SRC_URI += "${PATHFIXPATCH} \
file://python-libdir.patch \
file://py-compile-compile-only-optimized-byte-code.patch"
-SRC_URI[md5sum] = "d2af8484de94cdee16d89c50aaa1c729"
-SRC_URI[sha256sum] = "095ffaa3ac887d1eb3511bf13d7f1fc9ec0503c6a06aeae05c93730cdda9a5a0"
+SRC_URI[md5sum] = "674f6d28f8723e0f478cb03de30f36f1"
+SRC_URI[sha256sum] = "82089e23b384d3e64efa4f09f133a02dadb91c0593d4f1d4e12c29d806be9925"
-PR = "r2"
+PR = "r0"
do_install () {
oe_runmake 'DESTDIR=${D}' install
--
1.7.10.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-11-25 3:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-24 9:34 [PATCH] automake: update to upstream version 1.12.5 Marko Lindqvist
2012-11-24 10:29 ` Eren Türkay
2012-11-24 12:11 ` Jack Mitchell
2012-11-24 20:01 ` Burton, Ross
-- strict thread matches above, loose matches on Subject: below --
2012-11-25 2:57 [PATCH] automake: update to upstream version 1.12.5 [V2] Marko Lindqvist
2012-11-25 2:57 ` [PATCH] automake: update to upstream version 1.12.5 Marko Lindqvist
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.