> -----Original Message----- > From: Bernhard Reutner-Fischer [mailto:[email protected]] > Sent: den 30 maj 2013 11:02 > To: Peter Kjellerstedt; [email protected] > Subject: Re: [OE-core] [PATCH v2 0/4] Fixes for makedevs > > On 30 May 2013 09:19:54 Peter Kjellerstedt <[email protected]> > wrote: > > When I wanted to create devices from a package I stumbled upon a > couple > > of problems with the makedevs program. Most notable was that it > failed > > to set the correct uid/gid for devices created as part of a block > (i.e., > > with a count > 0). > > > > And now with Signed-off-by lines, as requested. > > Are these appropriate for or fixed already in upstream, I.e. Busybox?
I took a look at makdevs.c in BusyBox, and as far as I can tell that version already has the relevant fixes. It also made me notice another mistake in the current OE version (it loops from start to count-1 rather than start to start+count-1)... I will send an updated version of the patch series that fixes this. //Peter _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
