From faf5fe04d84a99b01c703b783424d2a9d31e5129 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Thu, 14 Sep 2023 23:40:53 +0200 Subject: [PATCH] patches/packages: python3: include release number: rebase Due to changes in upstream, it is necessary to rebase this patch, otherwise it is not applied. --- ...011-python3-Make-python-version-part-of-release-number.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/packages/to-upstream/0011-python3-Make-python-version-part-of-release-number.patch b/patches/packages/to-upstream/0011-python3-Make-python-version-part-of-release-number.patch index 86d1be13a2..d8439defa1 100644 --- a/patches/packages/to-upstream/0011-python3-Make-python-version-part-of-release-number.patch +++ b/patches/packages/to-upstream/0011-python3-Make-python-version-part-of-release-number.patch @@ -20,7 +20,7 @@ index 36f4ab07e..e65f9bb32 100644 +PKG_RELEASE:=$(PYTHON3_VERSION)-$(PKG_RELEASE) + - -include $(PYTHON3_LIB_DIR)/config-$(PYTHON3_VERSION)/Makefile-vars + -include $(PYTHON3_LIB_DIR)/openwrt/Makefile-vars # These configure args are needed in detection of path to Python header files --