* [thud/master][PATH] point-cloud-viewer: New binary compiled with gcc8 toolchain @ 2019-06-11 18:09 Djordje Senicic 2019-06-12 11:32 ` [EXTERNAL] " Jacob Stiffler 2019-06-12 14:09 ` Denys Dmytriyenko 0 siblings, 2 replies; 5+ messages in thread From: Djordje Senicic @ 2019-06-11 18:09 UTC (permalink / raw) To: meta-arago; +Cc: Djordje Senicic Signed-off-by: Djordje Senicic <x0157990@ti.com> --- .../recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb b/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb index e477448b..9ee4ff0b 100644 --- a/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb +++ b/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb @@ -11,9 +11,9 @@ BRANCH = "master" SRC_URI = "git://git.ti.com/processor-sdk/point-cloud-viewer.git;protocol=git;branch=${BRANCH}" -SRCREV = "ac8f7a8334b6458676810349ab84f718ecd16975" +SRCREV = "c4800b186744e9379c798299c5caa67f6a4468f0" -PV = "2.0" +PV = "2.1" S = "${WORKDIR}/git" -- 2.17.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [EXTERNAL] [thud/master][PATH] point-cloud-viewer: New binary compiled with gcc8 toolchain 2019-06-11 18:09 [thud/master][PATH] point-cloud-viewer: New binary compiled with gcc8 toolchain Djordje Senicic @ 2019-06-12 11:32 ` Jacob Stiffler 2019-06-12 14:09 ` Denys Dmytriyenko 1 sibling, 0 replies; 5+ messages in thread From: Jacob Stiffler @ 2019-06-12 11:32 UTC (permalink / raw) To: Djordje Senicic, meta-arago Denys, Can you please backport this to the ti2019.01 branch? Thank you, Jake On 6/11/2019 2:09 PM, Djordje Senicic wrote: > Signed-off-by: Djordje Senicic <x0157990@ti.com> > --- > .../recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb b/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb > index e477448b..9ee4ff0b 100644 > --- a/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb > +++ b/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb > @@ -11,9 +11,9 @@ BRANCH = "master" > > SRC_URI = "git://git.ti.com/processor-sdk/point-cloud-viewer.git;protocol=git;branch=${BRANCH}" > > -SRCREV = "ac8f7a8334b6458676810349ab84f718ecd16975" > +SRCREV = "c4800b186744e9379c798299c5caa67f6a4468f0" > > -PV = "2.0" > +PV = "2.1" > > S = "${WORKDIR}/git" > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [thud/master][PATH] point-cloud-viewer: New binary compiled with gcc8 toolchain 2019-06-11 18:09 [thud/master][PATH] point-cloud-viewer: New binary compiled with gcc8 toolchain Djordje Senicic 2019-06-12 11:32 ` [EXTERNAL] " Jacob Stiffler @ 2019-06-12 14:09 ` Denys Dmytriyenko 2019-06-13 0:20 ` Senicic, Djordje 1 sibling, 1 reply; 5+ messages in thread From: Denys Dmytriyenko @ 2019-06-12 14:09 UTC (permalink / raw) To: Djordje Senicic; +Cc: meta-arago Now I'm seeing this: ERROR: point-cloud-viewer-2.1-r1 do_package_qa: QA Issue: /usr/bin/point_cloud_viewer contained in package point-cloud-viewer requires libxkbcommon.so.0, but no providers found in RDEPENDS_point-cloud-viewer? [file-rdeps] On Tue, Jun 11, 2019 at 02:09:13PM -0400, Djordje Senicic wrote: > Signed-off-by: Djordje Senicic <x0157990@ti.com> > --- > .../recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb b/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb > index e477448b..9ee4ff0b 100644 > --- a/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb > +++ b/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb > @@ -11,9 +11,9 @@ BRANCH = "master" > > SRC_URI = "git://git.ti.com/processor-sdk/point-cloud-viewer.git;protocol=git;branch=${BRANCH}" > > -SRCREV = "ac8f7a8334b6458676810349ab84f718ecd16975" > +SRCREV = "c4800b186744e9379c798299c5caa67f6a4468f0" > > -PV = "2.0" > +PV = "2.1" > > S = "${WORKDIR}/git" > > -- > 2.17.1 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [thud/master][PATH] point-cloud-viewer: New binary compiled with gcc8 toolchain 2019-06-12 14:09 ` Denys Dmytriyenko @ 2019-06-13 0:20 ` Senicic, Djordje 2019-06-13 21:44 ` Denys Dmytriyenko 0 siblings, 1 reply; 5+ messages in thread From: Senicic, Djordje @ 2019-06-13 0:20 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org Just seen http://patchwork.dal.design.ti.com/patch/47749/, before sending a patch. "libstdc++" not needed any more in RDEPENDS? -----Original Message----- From: Dmytriyenko, Denys Sent: Wednesday, June 12, 2019 10:10 AM To: Senicic, Djordje Cc: meta-arago@arago-project.org Subject: Re: [meta-arago] [thud/master][PATH] point-cloud-viewer: New binary compiled with gcc8 toolchain Now I'm seeing this: ERROR: point-cloud-viewer-2.1-r1 do_package_qa: QA Issue: /usr/bin/point_cloud_viewer contained in package point-cloud-viewer requires libxkbcommon.so.0, but no providers found in RDEPENDS_point-cloud-viewer? [file-rdeps] On Tue, Jun 11, 2019 at 02:09:13PM -0400, Djordje Senicic wrote: > Signed-off-by: Djordje Senicic <x0157990@ti.com> > --- > .../recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb b/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb > index e477448b..9ee4ff0b 100644 > --- a/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb > +++ b/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb > @@ -11,9 +11,9 @@ BRANCH = "master" > > SRC_URI = "git://git.ti.com/processor-sdk/point-cloud-viewer.git;protocol=git;branch=${BRANCH}" > > -SRCREV = "ac8f7a8334b6458676810349ab84f718ecd16975" > +SRCREV = "c4800b186744e9379c798299c5caa67f6a4468f0" > > -PV = "2.0" > +PV = "2.1" > > S = "${WORKDIR}/git" > > -- > 2.17.1 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [thud/master][PATH] point-cloud-viewer: New binary compiled with gcc8 toolchain 2019-06-13 0:20 ` Senicic, Djordje @ 2019-06-13 21:44 ` Denys Dmytriyenko 0 siblings, 0 replies; 5+ messages in thread From: Denys Dmytriyenko @ 2019-06-13 21:44 UTC (permalink / raw) To: Senicic, Djordje; +Cc: meta-arago@arago-project.org On Wed, Jun 12, 2019 at 08:20:40PM -0400, Senicic, Djordje wrote: > "libstdc++" not needed any more in RDEPENDS? libstdc++ is part of the toolchain and is one of the implicit dependencies. Since previously the binary was built with an older toolchain, it would generate QA errors regarding sime symbols in libstdc++. Even adding it to RDEPENDS didn't fix it before, hence the new rebuilt binary was needed. Either way libstdc++ is not needed in RDEPENDS. Denys > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Wednesday, June 12, 2019 10:10 AM > To: Senicic, Djordje > Cc: meta-arago@arago-project.org > Subject: Re: [meta-arago] [thud/master][PATH] point-cloud-viewer: New binary compiled with gcc8 toolchain > > Now I'm seeing this: > > ERROR: point-cloud-viewer-2.1-r1 do_package_qa: QA Issue: /usr/bin/point_cloud_viewer contained in package point-cloud-viewer requires libxkbcommon.so.0, but no providers found in RDEPENDS_point-cloud-viewer? [file-rdeps] > > > On Tue, Jun 11, 2019 at 02:09:13PM -0400, Djordje Senicic wrote: > > Signed-off-by: Djordje Senicic <x0157990@ti.com> > > --- > > .../recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb b/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb > > index e477448b..9ee4ff0b 100644 > > --- a/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb > > +++ b/meta-arago-extras/recipes-apps/point-cloud-viewer/point-cloud-viewer_git.bb > > @@ -11,9 +11,9 @@ BRANCH = "master" > > > > SRC_URI = "git://git.ti.com/processor-sdk/point-cloud-viewer.git;protocol=git;branch=${BRANCH}" > > > > -SRCREV = "ac8f7a8334b6458676810349ab84f718ecd16975" > > +SRCREV = "c4800b186744e9379c798299c5caa67f6a4468f0" > > > > -PV = "2.0" > > +PV = "2.1" > > > > S = "${WORKDIR}/git" > > > > -- > > 2.17.1 > > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-06-13 21:44 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-06-11 18:09 [thud/master][PATH] point-cloud-viewer: New binary compiled with gcc8 toolchain Djordje Senicic 2019-06-12 11:32 ` [EXTERNAL] " Jacob Stiffler 2019-06-12 14:09 ` Denys Dmytriyenko 2019-06-13 0:20 ` Senicic, Djordje 2019-06-13 21:44 ` Denys Dmytriyenko
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.