You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user