Merge pull request #5360 from commodo/python_reproducible

python,python3: honour the SOURCE_DATE_EPOCH for the build-info
This commit is contained in:
Hannu Nyman
2018-01-14 17:32:57 +02:00
committed by GitHub
4 changed files with 58 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ include ../python-version.mk
PKG_NAME:=python
PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)
PKG_RELEASE:=8
PKG_RELEASE:=9
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION)