diff mbox

[01/38] dialog: add missing comment when thread support is missing

Message ID 1386540907-7242-2-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 3e12e02a70a7a9634546b477854deba51e1386b3
Headers show

Commit Message

Thomas Petazzoni Dec. 8, 2013, 10:14 p.m. UTC
This was noticed when reviewing the packaging for the python-dialog
package.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/dialog/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Peter Korsgaard Dec. 8, 2013, 10:40 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > This was noticed when reviewing the packaging for the python-dialog
 > package.

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

Committed, thanks.
diff mbox

Patch

diff --git a/package/dialog/Config.in b/package/dialog/Config.in
index b3efd8d..c7cd8a4 100644
--- a/package/dialog/Config.in
+++ b/package/dialog/Config.in
@@ -10,3 +10,7 @@  config BR2_PACKAGE_DIALOG
 	  This application provides a method of displaying several different
 	  types of dialog boxes from shell scripts.  This allows a developer
 	  of a script to interact with the user in a much friendlier manner.
+
+comment "dialog needs a toolchain w/ threads"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_USE_MMU