Re: [OE-core] [PATCH] gstreamer: Fix reproducibility issue around libcap

2020-02-20 Thread Richard Purdie
On Thu, 2020-02-20 at 12:56 +0100, Martin Hundebøll wrote: > On 19/02/2020 16.23, Richard Purdie wrote: > > Add an option to avoid builds depending on the presence of setcap > > from the host system. > > > > Signed-off-by: Richard Purdie > > --- > > .../gstreamer/gstreamer1.0/capfix.patch

Re: [OE-core] [PATCH] gstreamer: Fix reproducibility issue around libcap

2020-02-20 Thread Martin Hundebøll
Hi, On 19/02/2020 16.23, Richard Purdie wrote: Add an option to avoid builds depending on the presence of setcap from the host system. Signed-off-by: Richard Purdie --- .../gstreamer/gstreamer1.0/capfix.patch | 37 +++ .../gstreamer/gstreamer1.0_1.16.1.bb |

Re: [OE-core] [PATCH] gstreamer: Fix reproducibility issue around libcap

2020-02-19 Thread Richard Purdie
On Wed, 2020-02-19 at 16:41 +0100, Alexander Kanavin wrote: > On Wed, 19 Feb 2020 at 16:24, Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > +PACKAGECONFIG[setcap] = "-Dsetcap=enabled,- > > Dsetcap=disabled,libcap" > > I think this should also depend on whatever native recipe

Re: [OE-core] [PATCH] gstreamer: Fix reproducibility issue around libcap

2020-02-19 Thread Alexander Kanavin
On Wed, 19 Feb 2020 at 16:24, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > +PACKAGECONFIG[setcap] = "-Dsetcap=enabled,-Dsetcap=disabled,libcap" > I think this should also depend on whatever native recipe provides the setcap binary, so we don't depend on host setcap at all? Alex

[OE-core] [PATCH] gstreamer: Fix reproducibility issue around libcap

2020-02-19 Thread Richard Purdie
Add an option to avoid builds depending on the presence of setcap from the host system. Signed-off-by: Richard Purdie --- .../gstreamer/gstreamer1.0/capfix.patch | 37 +++ .../gstreamer/gstreamer1.0_1.16.1.bb | 2 + 2 files changed, 39 insertions(+) create mode