Merge pull request #20981 from jefferyto/python3-packages-fix-build

python3-packages: Set PYTHON3_PKG_BUILD:=0
This commit is contained in:
Tianling Shen
2023-05-20 08:01:25 +08:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=python3-packages
PKG_VERSION:=1.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
@@ -31,6 +31,8 @@ PKG_CONFIG_DEPENDS:= \
PKG_BUILD_DEPENDS:=python3 python3/host
PYTHON3_PKG_BUILD:=0
include $(INCLUDE_DIR)/package.mk
include ../python3-host.mk
include ../python3-package.mk