All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/xerces: fix typo, which re-enables package
@ 2020-09-13 13:30 Thomas Petazzoni
  2020-09-15 18:08 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2020-09-13 13:30 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=6e61a4ce04fee1613eea9b703348c15906de9013
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Commit 4e60247be67a8e7f9937a8bf2b123ddb2be9dad2 ("package/xerces: fix
coding style in Config.in") introduced a silly typo in the xerces
package depends on... which effectively made it impossible to enable
this package as the "USE_WCHAR" option does not exist.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/xerces/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/xerces/Config.in b/package/xerces/Config.in
index d3f4967413..828b5dd2a0 100644
--- a/package/xerces/Config.in
+++ b/package/xerces/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_XERCES
 	bool "xerces-c++"
 	depends on BR2_INSTALL_LIBSTDCPP
-	depends on USE_WCHAR
+	depends on BR2_USE_WCHAR
 	help
 	  Xerces-C++ is a validating XML parser written in portable C++.
 

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

* [Buildroot] [git commit] package/xerces: fix typo, which re-enables package
  2020-09-13 13:30 [Buildroot] [git commit] package/xerces: fix typo, which re-enables package Thomas Petazzoni
@ 2020-09-15 18:08 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2020-09-15 18:08 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=6e61a4ce04fee1613eea9b703348c15906de9013
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > Commit 4e60247be67a8e7f9937a8bf2b123ddb2be9dad2 ("package/xerces: fix
 > coding style in Config.in") introduced a silly typo in the xerces
 > package depends on... which effectively made it impossible to enable
 > this package as the "USE_WCHAR" option does not exist.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-09-15 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-13 13:30 [Buildroot] [git commit] package/xerces: fix typo, which re-enables package Thomas Petazzoni
2020-09-15 18:08 ` Peter Korsgaard

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.