readline: remove BR2_PACKAGE_READLINE_TARGET configuration option

Other packages don't have this, and several packages are depending on
readline where they actually want readline-target instead.
This commit is contained in:
Peter Korsgaard
2009-01-30 09:50:13 +00:00
parent 7eec8ea560
commit ebf47824cc
4 changed files with 5 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ PYTHON_SITE_PACKAGE_DIR=$(TARGET_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site
BR2_PYTHON_DISABLED_MODULES=dbm zipfile
ifeq ($(BR2_PACKAGE_PYTHON_READLINE),y)
PYTHON_DEPS += readline-target
PYTHON_DEPS += readline
else
BR2_PYTHON_DISABLED_MODULES += readline
endif