Re: [OE-core] [PATCH 1/1] cdrtools-native: Don't set uid/gid during install

2019-11-13 Thread Paul Barker
On Wed, 13 Nov 2019, at 21:28, Ross Burton wrote: > On 12/11/2019 22:31, Paul Barker wrote: > > +++ > > b/meta/recipes-devtools/cdrtools/cdrtools-native/0001-Don-t-set-uid-gid-during-install.patch > > ERROR: cdrtools-native-3.01a31+really3.01-r0 do_fetch: Fetcher failure: > Unable to find file f

Re: [OE-core] [PATCH 1/1] cdrtools-native: Don't set uid/gid during install

2019-11-13 Thread Ross Burton
On 12/11/2019 22:31, Paul Barker wrote: +++ b/meta/recipes-devtools/cdrtools/cdrtools-native/0001-Don-t-set-uid-gid-during-install.patch ERROR: cdrtools-native-3.01a31+really3.01-r0 do_fetch: Fetcher failure: Unable to find file file://0001-Don-t-set-uid-gid-during-install.patch anywhere. Th

[OE-core] [PATCH 1/1] cdrtools-native: Don't set uid/gid during install

2019-11-12 Thread Paul Barker
This is a native recipe so won't be installed as root. If the string 'root' is part of the username then the install script can get tricked into thinking we are root (regardless of the actual uid or permissions) resulting in attempts to run chown/chgrp inappropriately. Signed-off-by: Paul Barker