[Buildroot] [PATCHv3 0/5] tcl rework (was: make usb_modeswitch work with udev)

Richard Genoud richard.genoud at gmail.com
Mon Jun 24 08:40:51 UTC 2013


At first, the goal of this patch set was to add a symlink
tclsh->tclsh8.4 to make usb_modeswitch_dispatcher happy (it has a
shebang #!/usr/bin/tclsh).

While doing that, I saw some other problems (libtcl not stripped and
not into staging). Also, Thomas suggested (and coded it actually !) that
make condition should be used.
Hence, a bigger patchset.

Changes since v2:
	- drop the change of BR2_PACKAGE_TCL_SHLIB_ONLY option as commit
	d3e4db4 (usb_modeswitch: bump to version 1.2.6) already fixes
	the problem.

Changes since v1:
	- drop usb_modeswitch{,_data} version bumps patches as they are
	  already mainlined (thanks Gustavo for the heads up !)
	- use make conditions rather than shell conditions
	- drop the explicit strip
	- install the library into stating
	- make the library writable


Richard Genoud (5):
  tcl: use make conditions
  tcl: remove strip command
  tcl: install the libtcl into staging
  tcl: add a tclsh symlink
  tcl: make the libtcl writable in order to be stripped

 package/tcl/tcl.mk |   33 ++++++++++++++++++++++++---------
 1 file changed, 24 insertions(+), 9 deletions(-)

-- 
1.7.10.4




More information about the buildroot mailing list