python3: enforce version assignment
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
9500f50f2b
commit
dee4a69cea
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
PYTHON_VERSION=3.4
|
PYTHON_VERSION:=3.4
|
||||||
PYTHON_VERSION_MICRO=1
|
PYTHON_VERSION_MICRO:=1
|
||||||
|
|
||||||
PYTHON_DIR:=$(STAGING_DIR)/usr
|
PYTHON_DIR:=$(STAGING_DIR)/usr
|
||||||
PYTHON_BIN_DIR:=$(PYTHON_DIR)/bin
|
PYTHON_BIN_DIR:=$(PYTHON_DIR)/bin
|
||||||
|
|
Loading…
Reference in a new issue