[Buildroot] [git commit] package/python-pyasn-modules: select correct option

Peter Korsgaard peter at korsgaard.com
Fri Dec 13 15:02:55 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=31d4248554e9dd9a97fc0d83f8a216ddaa6fa64e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

BR2_PACKAGE_PYASN does not exist, it is BR2_PACKAGE_PYTHON_PYASN that
should be selected.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-pyasn-modules/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-pyasn-modules/Config.in b/package/python-pyasn-modules/Config.in
index 387020d9d6..cedd68b34e 100644
--- a/package/python-pyasn-modules/Config.in
+++ b/package/python-pyasn-modules/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_PYTHON_PYASN_MODULES
 	bool "python-pyasn-modules"
 	depends on BR2_INSTALL_LIBSTDCPP
-	select BR2_PACKAGE_PYASN # runtime
+	select BR2_PACKAGE_PYTHON_PYASN # runtime
 	help
 	  A collection of ASN.1-based protocols modules.
 


More information about the buildroot mailing list