package/python-pyasn-modules: select correct option
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 13 Dec 2019 14:27:13 +0000 (15:27 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 13 Dec 2019 15:02:55 +0000 (16:02 +0100)
BR2_PACKAGE_PYASN does not exist, it is BR2_PACKAGE_PYTHON_PYASN that
should be selected.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python-pyasn-modules/Config.in

index 387020d9d69e52f2df8207c60c4fa18d31032422..cedd68b34ecdee9d0f59beffbc3e4a7e2fc4e36d 100644 (file)
@@ -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.