|
@@ -262,18 +262,12 @@ endef
|
|
|
|
|
|
PYTHON3_POST_INSTALL_TARGET_HOOKS += PYTHON3_INSTALL_SYMLINK
|
|
PYTHON3_POST_INSTALL_TARGET_HOOKS += PYTHON3_INSTALL_SYMLINK
|
|
|
|
|
|
-# Some packages may have build scripts requiring python3, whatever is the
|
|
|
|
-# python version chosen for the target.
|
|
|
|
-# Only install the python symlink in the host tree if python3 is enabled
|
|
|
|
-# for the target.
|
|
|
|
-ifeq ($(BR2_PACKAGE_PYTHON3),y)
|
|
|
|
define HOST_PYTHON3_INSTALL_SYMLINK
|
|
define HOST_PYTHON3_INSTALL_SYMLINK
|
|
ln -fs python3 $(HOST_DIR)/bin/python
|
|
ln -fs python3 $(HOST_DIR)/bin/python
|
|
ln -fs python3-config $(HOST_DIR)/bin/python-config
|
|
ln -fs python3-config $(HOST_DIR)/bin/python-config
|
|
endef
|
|
endef
|
|
|
|
|
|
HOST_PYTHON3_POST_INSTALL_HOOKS += HOST_PYTHON3_INSTALL_SYMLINK
|
|
HOST_PYTHON3_POST_INSTALL_HOOKS += HOST_PYTHON3_INSTALL_SYMLINK
|
|
-endif
|
|
|
|
|
|
|
|
# Provided to other packages
|
|
# Provided to other packages
|
|
PYTHON3_PATH = $(STAGING_DIR)/usr/lib/python$(PYTHON3_VERSION_MAJOR)/
|
|
PYTHON3_PATH = $(STAGING_DIR)/usr/lib/python$(PYTHON3_VERSION_MAJOR)/
|