Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH RFC 0/2] Add configuration item for custom JavaScript install path
@ 2012-06-19  6:56 spdawson at gmail.com
  2012-06-19  6:56 ` [Buildroot] [PATCH RFC 1/2] " spdawson at gmail.com
  2012-06-19  6:56 ` [Buildroot] [PATCH RFC 2/2] Use JavaScript install path from configuration during package installation spdawson at gmail.com
  0 siblings, 2 replies; 6+ messages in thread
From: spdawson at gmail.com @ 2012-06-19  6:56 UTC (permalink / raw)
  To: buildroot

From: Simon Dawson <spdawson@gmail.com>

JavaScript files are installed by convention into /var/www in the target
filesystem. This is inflexible, and not appropriate to all use cases.

This patch series adds a Buildroot-wide configuration item to allow the
JavaScript install path to be customised; the path will be /var/www by default.

Simon Dawson (2):
  Add configuration item for custom JavaScript install path
  Use JavaScript install path from configuration during package
    installation

 package/Config.in                              |    1 +
 package/explorercanvas/explorercanvas.mk       |    4 ++--
 package/flot/flot.mk                           |    4 ++--
 package/javascript/Config.in                   |    5 +++++
 package/jquery-sparkline/jquery-sparkline.mk   |    4 ++--
 package/jquery-validation/jquery-validation.mk |    4 ++--
 package/jquery/jquery.mk                       |    4 ++--
 7 files changed, 16 insertions(+), 10 deletions(-)
 create mode 100644 package/javascript/Config.in

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-06-28 22:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-19  6:56 [Buildroot] [PATCH RFC 0/2] Add configuration item for custom JavaScript install path spdawson at gmail.com
2012-06-19  6:56 ` [Buildroot] [PATCH RFC 1/2] " spdawson at gmail.com
2012-06-20 23:38   ` Arnout Vandecappelle
2012-06-26  8:32     ` Simon Dawson
2012-06-28 22:12       ` Arnout Vandecappelle
2012-06-19  6:56 ` [Buildroot] [PATCH RFC 2/2] Use JavaScript install path from configuration during package installation spdawson at gmail.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox