All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3-resend 2/2] new program: usb_modeswitch_data
Date: Wed, 15 Feb 2012 00:46:57 +0100	[thread overview]
Message-ID: <201202150046.57364.arnout@mind.be> (raw)
In-Reply-To: <CAC78GpeY=K+DFxVn_USw=G3c+jAB_Fa0+MtVGTvsBhQiGt3Mwg@mail.gmail.com>

On Monday 13 February 2012 17:59:46 J.C. Woltz wrote:
> The script that get
> called from udev when it detects a device,
> usr/sbin/usb_modeswitch_dispatcher, uses tclsh. Specifically
> #!/usr/bin/tclsh
> 
> Three questions:
> 1. Should usb_modeswitch_data depend on tcl? (BR2_PACKAGE_TCL)
 Certainly.  Or rather, it should select it :-)

> 2. The tcl package creates a usr/bin/tclsh8.4 but not a usr/bin/tclsh.
> Should the BR2_PACKAGE_TCL when BR2_PACKAGE_TCL_SHLIB_ONLY is not
> selected, create a symlink?
 I guess it should...

> 3. How do I tell usb_modeswitch_data to depend on BR2_PACKAGE_TCL but
> to exclude BR2_PACKAGE_TCL_SHLIB_ONLY?
 Good question...  You can make the usb_modeswitch_data package depend
on !BR2_PACKAGE_TCL_SHLIB_ONLY.  Or you could define a new 
BR2_PACKAGE_TCL_TCLSH config, and make BR2_PACKAGE_TCL_SHLIB_ONLY
depend on !BR2_PACKAGE_TCL_TCLSH.


 Regards,
 Arnout


-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120215/24c5e138/attachment.html>

  reply	other threads:[~2012-02-14 23:46 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-12 19:09 [Buildroot] [PATCH v3-resend 1/2] usb_modeswitch: update to 1.2.3 J.C. Woltz
2012-02-12 19:09 ` [Buildroot] [PATCH v3-resend 2/2] new program: usb_modeswitch_data J.C. Woltz
2012-02-12 22:29   ` Arnout Vandecappelle
2012-02-13  3:00     ` J.C. Woltz
2012-02-13  8:03     ` Thomas De Schampheleire
2012-02-13 16:59       ` J.C. Woltz
2012-02-14 23:46         ` Arnout Vandecappelle [this message]
2012-02-14 23:48           ` [Buildroot] [PATCH] tcl: replace option to install library only with positive option to install tclsh Arnout Vandecappelle
2012-02-16  0:09             ` J.C. Woltz
2012-07-15 21:37             ` Thomas Petazzoni
2012-07-25 17:01               ` Arnout Vandecappelle
2012-02-13 21:40       ` [Buildroot] [PATCH v3-resend 2/2] new program: usb_modeswitch_data Arnout Vandecappelle
2012-02-14  9:22         ` Thomas De Schampheleire
2012-02-14 17:30           ` Arnout Vandecappelle
2012-02-12 19:19 ` [Buildroot] [PATCH v3-resend 1/2] usb_modeswitch: update to 1.2.3 J.C. Woltz
2012-02-12 22:21 ` Arnout Vandecappelle
2012-02-13  2:57   ` J.C. Woltz
2012-02-14  6:47     ` Arnout Vandecappelle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201202150046.57364.arnout@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.