You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
ce75149eb5
Binary diff and patch using the BSDIFF4-format. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
576 B
Makefile
15 lines
576 B
Makefile
################################################################################
|
|
#
|
|
# python-bsdiff4
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_BSDIFF4_VERSION = 1.2.0
|
|
PYTHON_BSDIFF4_SOURCE = bsdiff4-$(PYTHON_BSDIFF4_VERSION).tar.gz
|
|
PYTHON_BSDIFF4_SITE = https://files.pythonhosted.org/packages/9b/ca/06cd939630ca78125c36489f92b52918980cbcfee2dcc0969411eb5ae8a8
|
|
PYTHON_BSDIFF4_LICENSE = BSD-2-Clause, BSD-Protection (core.c)
|
|
PYTHON_BSDIFF4_LICENSE_FILES = LICENSE
|
|
PYTHON_BSDIFF4_SETUP_TYPE = distutils
|
|
|
|
$(eval $(python-package))
|