Message ID | 20230927201136.2587713-1-martin.jansa@gmail.com |
---|---|
State | Under Review |
Headers | show |
Series | [meta-oe] mosquitto, etcd-cpp-apiv3: add missing Upstream-Status | expand |
Hi Martin On Wed, 27 Sept 2023 at 22:11, Martin Jansa <martin.jansa@gmail.com> wrote: > > Signed-off-by: Martin Jansa <martin.jansa@gmail.com> > --- > meta-networking/recipes-connectivity/mosquitto/files/2894.patch | 2 ++ > meta-networking/recipes-connectivity/mosquitto/files/2895.patch | 2 ++ > .../etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch | 2 ++ > 3 files changed, 6 insertions(+) > > diff --git a/meta-networking/recipes-connectivity/mosquitto/files/2894.patch b/meta-networking/recipes-connectivity/mosquitto/files/2894.patch > index 3275e57e38..7374cbd26f 100644 > --- a/meta-networking/recipes-connectivity/mosquitto/files/2894.patch > +++ b/meta-networking/recipes-connectivity/mosquitto/files/2894.patch > @@ -5,6 +5,8 @@ Subject: [PATCH] Link correctly with shared websockets library if needed see: > > Patch contributed by Joachim Zobel <jz-2017@heute-morgen.de> and Daniel Engberg <daniel.engberg.lists@pyret.net> > --- > +Upstream-Status: Pending > + > src/CMakeLists.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-networking/recipes-connectivity/mosquitto/files/2895.patch b/meta-networking/recipes-connectivity/mosquitto/files/2895.patch > index a9e9c97b83..853f881754 100644 > --- a/meta-networking/recipes-connectivity/mosquitto/files/2895.patch > +++ b/meta-networking/recipes-connectivity/mosquitto/files/2895.patch > @@ -5,6 +5,8 @@ Subject: [PATCH] Mosquitto now waits for network-online when starting > > See: https://github.com/eclipse/mosquitto/issues/2878 > --- > +Upstream-Status: Pending > + > service/systemd/mosquitto.service.simple | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch > index d1126aa05b..ce12d4270a 100644 > --- a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch > +++ b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch > @@ -17,6 +17,8 @@ CMake is cross compiling. > > Signed-off-by: Clément Péron <peron.clem@gmail.com> > --- > +Upstream-Status: Pending It has been accepted and merged. Thanks > + > CMakeLists.txt | 28 ++++++++++++++++++++++++++-- > 1 file changed, 26 insertions(+), 2 deletions(-) > > -- > 2.42.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#105203): https://lists.openembedded.org/g/openembedded-devel/message/105203 > Mute This Topic: https://lists.openembedded.org/mt/101625428/4240582 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [peron.clem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
Which one? Can you send v2 of your changes as you clearly know the correct status better than me? On Wed, Sep 27, 2023 at 10:21 PM Clément Péron <peron.clem@gmail.com> wrote: > Hi Martin > > On Wed, 27 Sept 2023 at 22:11, Martin Jansa <martin.jansa@gmail.com> > wrote: > > > > Signed-off-by: Martin Jansa <martin.jansa@gmail.com> > > --- > > meta-networking/recipes-connectivity/mosquitto/files/2894.patch | 2 ++ > > meta-networking/recipes-connectivity/mosquitto/files/2895.patch | 2 ++ > > .../etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch | 2 ++ > > 3 files changed, 6 insertions(+) > > > > diff --git > a/meta-networking/recipes-connectivity/mosquitto/files/2894.patch > b/meta-networking/recipes-connectivity/mosquitto/files/2894.patch > > index 3275e57e38..7374cbd26f 100644 > > --- a/meta-networking/recipes-connectivity/mosquitto/files/2894.patch > > +++ b/meta-networking/recipes-connectivity/mosquitto/files/2894.patch > > @@ -5,6 +5,8 @@ Subject: [PATCH] Link correctly with shared websockets > library if needed see: > > > > Patch contributed by Joachim Zobel <jz-2017@heute-morgen.de> and > Daniel Engberg <daniel.engberg.lists@pyret.net> > > --- > > +Upstream-Status: Pending > > + > > src/CMakeLists.txt | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git > a/meta-networking/recipes-connectivity/mosquitto/files/2895.patch > b/meta-networking/recipes-connectivity/mosquitto/files/2895.patch > > index a9e9c97b83..853f881754 100644 > > --- a/meta-networking/recipes-connectivity/mosquitto/files/2895.patch > > +++ b/meta-networking/recipes-connectivity/mosquitto/files/2895.patch > > @@ -5,6 +5,8 @@ Subject: [PATCH] Mosquitto now waits for network-online > when starting > > > > See: https://github.com/eclipse/mosquitto/issues/2878 > > --- > > +Upstream-Status: Pending > > + > > service/systemd/mosquitto.service.simple | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git > a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch > b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch > > index d1126aa05b..ce12d4270a 100644 > > --- > a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch > > +++ > b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch > > @@ -17,6 +17,8 @@ CMake is cross compiling. > > > > Signed-off-by: Clément Péron <peron.clem@gmail.com> > > --- > > +Upstream-Status: Pending > > It has been accepted and merged. > > Thanks > > > + > > CMakeLists.txt | 28 ++++++++++++++++++++++++++-- > > 1 file changed, 26 insertions(+), 2 deletions(-) > > > > -- > > 2.42.0 > > > > > > -=-=-=-=-=-=-=-=-=-=-=- > > Links: You receive all messages sent to this group. > > View/Reply Online (#105203): > https://lists.openembedded.org/g/openembedded-devel/message/105203 > > Mute This Topic: https://lists.openembedded.org/mt/101625428/4240582 > > Group Owner: openembedded-devel+owner@lists.openembedded.org > > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > peron.clem@gmail.com] > > -=-=-=-=-=-=-=-=-=-=-=- > > >
On Wed, Sep 27, 2023 at 10:22 PM Martin Jansa via lists.openembedded.org <martin.jansa=gmail.com@lists.openembedded.org> wrote: > Which one? Can you send v2 of your changes as you clearly know the correct > status better than me? > Sorry, it's clear which one you were referring to (just beer or gmail was playing games with me), but still please send v2 or follow-up. > On Wed, Sep 27, 2023 at 10:21 PM Clément Péron <peron.clem@gmail.com> > wrote: > >> Hi Martin >> >> On Wed, 27 Sept 2023 at 22:11, Martin Jansa <martin.jansa@gmail.com> >> wrote: >> > >> > Signed-off-by: Martin Jansa <martin.jansa@gmail.com> >> > --- >> > meta-networking/recipes-connectivity/mosquitto/files/2894.patch | 2 ++ >> > meta-networking/recipes-connectivity/mosquitto/files/2895.patch | 2 ++ >> > .../etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch | 2 ++ >> > 3 files changed, 6 insertions(+) >> > >> > diff --git >> a/meta-networking/recipes-connectivity/mosquitto/files/2894.patch >> b/meta-networking/recipes-connectivity/mosquitto/files/2894.patch >> > index 3275e57e38..7374cbd26f 100644 >> > --- a/meta-networking/recipes-connectivity/mosquitto/files/2894.patch >> > +++ b/meta-networking/recipes-connectivity/mosquitto/files/2894.patch >> > @@ -5,6 +5,8 @@ Subject: [PATCH] Link correctly with shared websockets >> library if needed see: >> > >> > Patch contributed by Joachim Zobel <jz-2017@heute-morgen.de> and >> Daniel Engberg <daniel.engberg.lists@pyret.net> >> > --- >> > +Upstream-Status: Pending >> > + >> > src/CMakeLists.txt | 2 +- >> > 1 file changed, 1 insertion(+), 1 deletion(-) >> > >> > diff --git >> a/meta-networking/recipes-connectivity/mosquitto/files/2895.patch >> b/meta-networking/recipes-connectivity/mosquitto/files/2895.patch >> > index a9e9c97b83..853f881754 100644 >> > --- a/meta-networking/recipes-connectivity/mosquitto/files/2895.patch >> > +++ b/meta-networking/recipes-connectivity/mosquitto/files/2895.patch >> > @@ -5,6 +5,8 @@ Subject: [PATCH] Mosquitto now waits for network-online >> when starting >> > >> > See: https://github.com/eclipse/mosquitto/issues/2878 >> > --- >> > +Upstream-Status: Pending >> > + >> > service/systemd/mosquitto.service.simple | 4 ++-- >> > 1 file changed, 2 insertions(+), 2 deletions(-) >> > >> > diff --git >> a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch >> b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch >> > index d1126aa05b..ce12d4270a 100644 >> > --- >> a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch >> > +++ >> b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch >> > @@ -17,6 +17,8 @@ CMake is cross compiling. >> > >> > Signed-off-by: Clément Péron <peron.clem@gmail.com> >> > --- >> > +Upstream-Status: Pending >> >> It has been accepted and merged. >> >> Thanks >> >> > + >> > CMakeLists.txt | 28 ++++++++++++++++++++++++++-- >> > 1 file changed, 26 insertions(+), 2 deletions(-) >> > >> > -- >> > 2.42.0 >> > >> > >> > >> > >> > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#105206): > https://lists.openembedded.org/g/openembedded-devel/message/105206 > Mute This Topic: https://lists.openembedded.org/mt/101625428/3617156 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > martin.jansa@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
Hi Martin, On Wed, 27 Sept 2023 at 22:28, Martin Jansa <martin.jansa@gmail.com> wrote: > > On Wed, Sep 27, 2023 at 10:22 PM Martin Jansa via lists.openembedded.org <martin.jansa=gmail.com@lists.openembedded.org> wrote: >> >> Which one? Can you send v2 of your changes as you clearly know the correct status better than me? For meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch Merged upstream commit is https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3/commit/47f0d9e0326f3cc31c801a0ecf7312d1049ece3e > > > Sorry, it's clear which one you were referring to (just beer or gmail was playing games with me), but still please send v2 or follow-up. > >> >> On Wed, Sep 27, 2023 at 10:21 PM Clément Péron <peron.clem@gmail.com> wrote: >>> >>> Hi Martin >>> >>> On Wed, 27 Sept 2023 at 22:11, Martin Jansa <martin.jansa@gmail.com> wrote: >>> > >>> > Signed-off-by: Martin Jansa <martin.jansa@gmail.com> >>> > --- >>> > meta-networking/recipes-connectivity/mosquitto/files/2894.patch | 2 ++ >>> > meta-networking/recipes-connectivity/mosquitto/files/2895.patch | 2 ++ >>> > .../etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch | 2 ++ >>> > 3 files changed, 6 insertions(+) >>> > >>> > diff --git a/meta-networking/recipes-connectivity/mosquitto/files/2894.patch b/meta-networking/recipes-connectivity/mosquitto/files/2894.patch >>> > index 3275e57e38..7374cbd26f 100644 >>> > --- a/meta-networking/recipes-connectivity/mosquitto/files/2894.patch >>> > +++ b/meta-networking/recipes-connectivity/mosquitto/files/2894.patch >>> > @@ -5,6 +5,8 @@ Subject: [PATCH] Link correctly with shared websockets library if needed see: >>> > >>> > Patch contributed by Joachim Zobel <jz-2017@heute-morgen.de> and Daniel Engberg <daniel.engberg.lists@pyret.net> >>> > --- >>> > +Upstream-Status: Pending >>> > + >>> > src/CMakeLists.txt | 2 +- >>> > 1 file changed, 1 insertion(+), 1 deletion(-) >>> > >>> > diff --git a/meta-networking/recipes-connectivity/mosquitto/files/2895.patch b/meta-networking/recipes-connectivity/mosquitto/files/2895.patch >>> > index a9e9c97b83..853f881754 100644 >>> > --- a/meta-networking/recipes-connectivity/mosquitto/files/2895.patch >>> > +++ b/meta-networking/recipes-connectivity/mosquitto/files/2895.patch >>> > @@ -5,6 +5,8 @@ Subject: [PATCH] Mosquitto now waits for network-online when starting >>> > >>> > See: https://github.com/eclipse/mosquitto/issues/2878 >>> > --- >>> > +Upstream-Status: Pending >>> > + >>> > service/systemd/mosquitto.service.simple | 4 ++-- >>> > 1 file changed, 2 insertions(+), 2 deletions(-) >>> > >>> > diff --git a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch >>> > index d1126aa05b..ce12d4270a 100644 >>> > --- a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch >>> > +++ b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch >>> > @@ -17,6 +17,8 @@ CMake is cross compiling. >>> > >>> > Signed-off-by: Clément Péron <peron.clem@gmail.com> >>> > --- >>> > +Upstream-Status: Pending >>> >>> It has been accepted and merged. >>> >>> Thanks >>> >>> > + >>> > CMakeLists.txt | 28 ++++++++++++++++++++++++++-- >>> > 1 file changed, 26 insertions(+), 2 deletions(-) >>> > >>> > -- >>> > 2.42.0 >>> > >>> > >>> > >>> > >> >> >> -=-=-=-=-=-=-=-=-=-=-=- >> Links: You receive all messages sent to this group. >> View/Reply Online (#105206): https://lists.openembedded.org/g/openembedded-devel/message/105206 >> Mute This Topic: https://lists.openembedded.org/mt/101625428/3617156 >> Group Owner: openembedded-devel+owner@lists.openembedded.org >> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [martin.jansa@gmail.com] >> -=-=-=-=-=-=-=-=-=-=-=- >>
diff --git a/meta-networking/recipes-connectivity/mosquitto/files/2894.patch b/meta-networking/recipes-connectivity/mosquitto/files/2894.patch index 3275e57e38..7374cbd26f 100644 --- a/meta-networking/recipes-connectivity/mosquitto/files/2894.patch +++ b/meta-networking/recipes-connectivity/mosquitto/files/2894.patch @@ -5,6 +5,8 @@ Subject: [PATCH] Link correctly with shared websockets library if needed see: Patch contributed by Joachim Zobel <jz-2017@heute-morgen.de> and Daniel Engberg <daniel.engberg.lists@pyret.net> --- +Upstream-Status: Pending + src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/mosquitto/files/2895.patch b/meta-networking/recipes-connectivity/mosquitto/files/2895.patch index a9e9c97b83..853f881754 100644 --- a/meta-networking/recipes-connectivity/mosquitto/files/2895.patch +++ b/meta-networking/recipes-connectivity/mosquitto/files/2895.patch @@ -5,6 +5,8 @@ Subject: [PATCH] Mosquitto now waits for network-online when starting See: https://github.com/eclipse/mosquitto/issues/2878 --- +Upstream-Status: Pending + service/systemd/mosquitto.service.simple | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch index d1126aa05b..ce12d4270a 100644 --- a/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch +++ b/meta-oe/recipes-extended/etcd/etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch @@ -17,6 +17,8 @@ CMake is cross compiling. Signed-off-by: Clément Péron <peron.clem@gmail.com> --- +Upstream-Status: Pending + CMakeLists.txt | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-)
Signed-off-by: Martin Jansa <martin.jansa@gmail.com> --- meta-networking/recipes-connectivity/mosquitto/files/2894.patch | 2 ++ meta-networking/recipes-connectivity/mosquitto/files/2895.patch | 2 ++ .../etcd-cpp-apiv3/0001-cmake-fix-when-cross-compiling.patch | 2 ++ 3 files changed, 6 insertions(+)