Re: [PATCH] fdtdump: rename from ftdump

2011-10-26 Thread Jon Loeliger
> The freetype package already installs a binary named "ftdump", so the dtc > package conflicts with that. So rename the newer dtc tool to "fdtdump". > This even makes a bit more sense: > ftdump: [F]lat device [T]ree [dump] > fdtdump: [F]lat [D]evice [T]ree [dump] > > Signed-off-by: M

Re: [PATCH] fdtdump: rename from ftdump

2011-10-25 Thread David Gibson
On Tue, Oct 25, 2011 at 05:29:24PM -0400, Mike Frysinger wrote: > The freetype package already installs a binary named "ftdump", so the dtc > package conflicts with that. So rename the newer dtc tool to "fdtdump". > This even makes a bit more sense: > ftdump: [F]lat device [T]ree [dump] >

[PATCH] fdtdump: rename from ftdump

2011-10-25 Thread Mike Frysinger
The freetype package already installs a binary named "ftdump", so the dtc package conflicts with that. So rename the newer dtc tool to "fdtdump". This even makes a bit more sense: ftdump: [F]lat device [T]ree [dump] fdtdump: [F]lat [D]evice [T]ree [dump] Signed-off-by: Mike Frysin