python3-packages: Set PYTHON3_PKG_BUILD:=0

This sets PYTHON3_PKG_BUILD:=0 so that python3-package.mk does not set
any default build recipes.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-05-11 02:54:08 +08:00
parent 0aff57d001
commit bcba053fb0
No known key found for this signature in database
GPG Key ID: C616D9E719E868E4
1 changed files with 3 additions and 1 deletions

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