| Submitter | Marko Lindqvist |
|---|---|
| Date | Nov. 24, 2012, 9:34 a.m. |
| Message ID | <1353749685-12585-1-git-send-email-cazfi74@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/39551/ |
| State | New |
| Headers | show |
Comments
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
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.
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
Patch
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
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%)