Message ID | 20170418182142.27253-27-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [oe,meta-networking,01/32] netmap: Update to tip and fix misc build issues | expand |
I sent the series but its not showing up in patchwork again, I have no idea whats going on. Meanwhile you can cherry-pick them from https://github.com/kraj/meta-openembedded/tree/kraj/master On Tue, Apr 18, 2017 at 11:21 AM, Khem Raj <raj.khem@gmail.com> wrote: > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > meta-oe/recipes-connectivity/mosh/{mosh_1.2.4.bb => mosh_1.3.0.bb} | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > rename meta-oe/recipes-connectivity/mosh/{mosh_1.2.4.bb => mosh_1.3.0.bb} (93%) > > diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.3.0.bb > similarity index 93% > rename from meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb > rename to meta-oe/recipes-connectivity/mosh/mosh_1.3.0.bb > index e4d5b69bc..9fc8435ee 100644 > --- a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb > +++ b/meta-oe/recipes-connectivity/mosh/mosh_1.3.0.bb > @@ -15,9 +15,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" > DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter" > > SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz" > - > -SRC_URI[md5sum] = "c2d918f4d91fdc32546e2e089f9281b2" > -SRC_URI[sha256sum] = "e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46" > +SRC_URI[md5sum] = "d961276995936953bf2d5a794068b076" > +SRC_URI[sha256sum] = "320e12f461e55d71566597976bd9440ba6c5265fa68fbf614c6f1c8401f93376" > > inherit autotools pkgconfig > > -- > 2.12.2 > -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel
OK, I took it from there. There were 2 more patches in that branch: pick 58ec00043 ne10: Fix build errors on cortex-a7 cpus pick 49de0a778 live555: Update from 20130430 to 20170410 which I haven't seen on ML, will keep them for next build, but if you want them to be applied send them to ML as well. Jose: can you please check why patchwork didn't pick this series (twice)? Thanks On Wed, Apr 19, 2017 at 6:51 PM, Khem Raj <raj.khem@gmail.com> wrote: > I sent the series but its not showing up in patchwork again, I have no > idea whats going on. Meanwhile you can cherry-pick them from > > https://github.com/kraj/meta-openembedded/tree/kraj/master > > On Tue, Apr 18, 2017 at 11:21 AM, Khem Raj <raj.khem@gmail.com> wrote: > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > > --- > > meta-oe/recipes-connectivity/mosh/{mosh_1.2.4.bb => mosh_1.3.0.bb} | 5 > ++--- > > 1 file changed, 2 insertions(+), 3 deletions(-) > > rename meta-oe/recipes-connectivity/mosh/{mosh_1.2.4.bb => > mosh_1.3.0.bb} (93%) > > > > diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb > b/meta-oe/recipes-connectivity/mosh/mosh_1.3.0.bb > > similarity index 93% > > rename from meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb > > rename to meta-oe/recipes-connectivity/mosh/mosh_1.3.0.bb > > index e4d5b69bc..9fc8435ee 100644 > > --- a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb > > +++ b/meta-oe/recipes-connectivity/mosh/mosh_1.3.0.bb > > @@ -15,9 +15,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5= > d32239bcb673463ab874e80d47fae504" > > DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl > libutempter" > > > > SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz" > > - > > -SRC_URI[md5sum] = "c2d918f4d91fdc32546e2e089f9281b2" > > -SRC_URI[sha256sum] = "e74d0d323226046e402dd469a17607 > 5fc2013b69b0e67cea49762c957175df46" > > +SRC_URI[md5sum] = "d961276995936953bf2d5a794068b076" > > +SRC_URI[sha256sum] = "320e12f461e55d71566597976bd944 > 0ba6c5265fa68fbf614c6f1c8401f93376" > > > > inherit autotools pkgconfig > > > > -- > > 2.12.2 > > > -- > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel
On Thu, Apr 20, 2017 at 12:16 AM, Martin Jansa <martin.jansa@gmail.com> wrote: > OK, I took it from there. There were 2 more patches in that branch: > pick 58ec00043 ne10: Fix build errors on cortex-a7 cpus > pick 49de0a778 live555: Update from 20130430 to 20170410 yes right. New fixes that are ready to be upstreamed keep appearing there > which I haven't seen on ML, will keep them for next build, but if you want > them to be applied send them to ML as well. > sent > Jose: can you please check why patchwork didn't pick this series (twice)? > > Thanks > > > On Wed, Apr 19, 2017 at 6:51 PM, Khem Raj <raj.khem@gmail.com> wrote: >> >> I sent the series but its not showing up in patchwork again, I have no >> idea whats going on. Meanwhile you can cherry-pick them from >> >> https://github.com/kraj/meta-openembedded/tree/kraj/master >> >> On Tue, Apr 18, 2017 at 11:21 AM, Khem Raj <raj.khem@gmail.com> wrote: >> > Signed-off-by: Khem Raj <raj.khem@gmail.com> >> > --- >> > meta-oe/recipes-connectivity/mosh/{mosh_1.2.4.bb => mosh_1.3.0.bb} | 5 >> > ++--- >> > 1 file changed, 2 insertions(+), 3 deletions(-) >> > rename meta-oe/recipes-connectivity/mosh/{mosh_1.2.4.bb => >> > mosh_1.3.0.bb} (93%) >> > >> > diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb >> > b/meta-oe/recipes-connectivity/mosh/mosh_1.3.0.bb >> > similarity index 93% >> > rename from meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb >> > rename to meta-oe/recipes-connectivity/mosh/mosh_1.3.0.bb >> > index e4d5b69bc..9fc8435ee 100644 >> > --- a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb >> > +++ b/meta-oe/recipes-connectivity/mosh/mosh_1.3.0.bb >> > @@ -15,9 +15,8 @@ LIC_FILES_CHKSUM = >> > "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" >> > DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl >> > libutempter" >> > >> > SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz" >> > - >> > -SRC_URI[md5sum] = "c2d918f4d91fdc32546e2e089f9281b2" >> > -SRC_URI[sha256sum] = >> > "e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46" >> > +SRC_URI[md5sum] = "d961276995936953bf2d5a794068b076" >> > +SRC_URI[sha256sum] = >> > "320e12f461e55d71566597976bd9440ba6c5265fa68fbf614c6f1c8401f93376" >> > >> > inherit autotools pkgconfig >> > >> > -- >> > 2.12.2 >> > >> -- >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.3.0.bb similarity index 93% rename from meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb rename to meta-oe/recipes-connectivity/mosh/mosh_1.3.0.bb index e4d5b69bc..9fc8435ee 100644 --- a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb +++ b/meta-oe/recipes-connectivity/mosh/mosh_1.3.0.bb @@ -15,9 +15,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" DEPENDS = "protobuf-native protobuf ncurses zlib libio-pty-perl openssl libutempter" SRC_URI = "http://mosh.mit.edu/mosh-${PV}.tar.gz" - -SRC_URI[md5sum] = "c2d918f4d91fdc32546e2e089f9281b2" -SRC_URI[sha256sum] = "e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46" +SRC_URI[md5sum] = "d961276995936953bf2d5a794068b076" +SRC_URI[sha256sum] = "320e12f461e55d71566597976bd9440ba6c5265fa68fbf614c6f1c8401f93376" inherit autotools pkgconfig
Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-oe/recipes-connectivity/mosh/{mosh_1.2.4.bb => mosh_1.3.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-connectivity/mosh/{mosh_1.2.4.bb => mosh_1.3.0.bb} (93%) -- 2.12.2 -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel