Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas De Schampheleire <patrickdepinguin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3 of 5 v3] flex: change config text of 'target binary' option
Date: Tue, 21 Jan 2014 08:54:11 +0100	[thread overview]
Message-ID: <85e558e9fde4fa4be75b.1390290851@argentina> (raw)
In-Reply-To: <patchbomb.1390290848@argentina>

The buildroot manual contains a list of deprecated items, with their config
title text, and the location in the config menu. If the config text does not
mention a package name, this can be confusing.

For example, the symbol BR2_PACKAGE_FLEX_BINARY has as text:
'Install tool in the target', which outside of the flex context makes no
sense at all.

To make sure the deprecated packages list in the manual is understandable,
rename the (deprecated) flex 'target binary' config option.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
v3: no changes
v2: new patch based on feedback from Arnout Vandecappelle

 package/flex/Config.in |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/flex/Config.in b/package/flex/Config.in
--- a/package/flex/Config.in
+++ b/package/flex/Config.in
@@ -10,7 +10,7 @@ config BR2_PACKAGE_FLEX
 if BR2_PACKAGE_FLEX
 
 config BR2_PACKAGE_FLEX_BINARY
-	bool "Install tool in the target"
+	bool "Install flex binary on target"
 	# needs fork()
 	depends on BR2_USE_MMU
 	# runtime dependency

  parent reply	other threads:[~2014-01-21  7:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-21  7:54 [Buildroot] [PATCH 0 of 5 v3] Deprecation: clarify manual, remove ttcp and lzma Thomas De Schampheleire
2014-01-21  7:54 ` [Buildroot] [PATCH 1 of 5 v3] manual: clarify handling of deprecated features Thomas De Schampheleire
2014-01-21  7:54 ` [Buildroot] [PATCH 2 of 5 v3] ttcp: remove deprecated package Thomas De Schampheleire
2014-01-21  7:54 ` Thomas De Schampheleire [this message]
2014-01-21  7:54 ` [Buildroot] [PATCH 4 of 5 v3] lzma: remove deprecated target package Thomas De Schampheleire
2014-01-21  7:54 ` [Buildroot] [PATCH 5 of 5 v3] Config.in.legacy: fix misc. problems with libnfc-llcp removal Thomas De Schampheleire
2014-01-21 20:59 ` [Buildroot] [PATCH 0 of 5 v3] Deprecation: clarify manual, remove ttcp and lzma Peter Korsgaard

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=85e558e9fde4fa4be75b.1390290851@argentina \
    --to=patrickdepinguin@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox