From: Maxime Hadjinlian Date: Sun, 26 Jul 2015 20:38:35 +0000 (+0200) Subject: python-pycrc16: Change site X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9603574567f77a262d0da1311d19b088bef68e75;p=buildroot.git python-pycrc16: Change site Google Code is a closing forge, python-pycrc16 has already made the move to Github. Signed-off-by: Maxime Hadjinlian Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-crc16/python-crc16.mk b/package/python-crc16/python-crc16.mk index 5b9b13b6aa..3a292a0ebe 100644 --- a/package/python-crc16/python-crc16.mk +++ b/package/python-crc16/python-crc16.mk @@ -5,8 +5,7 @@ ################################################################################ PYTHON_CRC16_VERSION = 0.1.1 -PYTHON_CRC16_SOURCE = crc16-$(PYTHON_CRC16_VERSION).tar.gz -PYTHON_CRC16_SITE = http://pycrc16.googlecode.com/files +PYTHON_CRC16_SITE = $(call github,gennady,pycrc16,v$(PYTHON_CRC16_VERSION)) PYTHON_CRC16_LICENSE = LGPLv3+ PYTHON_CRC16_LICENSE_FILES = COPYING.txt PYTHON_CRC16_SETUP_TYPE = distutils