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:
parent
0aff57d001
commit
bcba053fb0
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue