diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2015-03-02 23:26:20 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-03-02 23:26:20 +0100 |
commit | 7403ea730d75ce0af51cb1bd5665674bb5bfae42 (patch) | |
tree | d93cc0b4a8878d90ab0bb79c76d75805ee1c2a9d /package/python-dialog | |
parent | 1021766976319b40e64ca8dee12d21c758197801 (diff) | |
parent | e6803b9f91357773154daed13d6e83712d49476c (diff) | |
download | buildroot-7403ea730d75ce0af51cb1bd5665674bb5bfae42.tar.gz buildroot-7403ea730d75ce0af51cb1bd5665674bb5bfae42.zip |
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-dialog')
-rw-r--r-- | package/python-dialog/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/python-dialog/Config.in b/package/python-dialog/Config.in index 8dd3fdf4e7..c1fdb23723 100644 --- a/package/python-dialog/Config.in +++ b/package/python-dialog/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_PYTHON_DIALOG bool "python-dialog" depends on BR2_PACKAGE_PYTHON - depends on BR2_TOOLCHAIN_HAS_THREADS # dialog depends on BR2_USE_MMU # dialog select BR2_PACKAGE_DIALOG help @@ -9,7 +8,3 @@ config BR2_PACKAGE_PYTHON_DIALOG mostly-compatible programs. http://pythondialog.sourceforge.net/ - -comment "python-dialog needs a toolchain w/ threads" - depends on BR2_USE_MMU && BR2_PACKAGE_PYTHON - depends on !BR2_TOOLCHAIN_HAS_THREADS |