mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
external-python-tarball: rename output package
Update TOOLCHAIN_OUTPUTNAME to rename the output package which is the similiar style to name packages meta-toolchain-*. [YOCTO #3996] (From OE-Core rev: e40c36ff8610ebb9ce16a4d1c14c7cf94f87cd6a) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -29,7 +29,7 @@ TOOLCHAIN_HOST_TASK ?= "\
|
||||
nativesdk-chrpath \
|
||||
"
|
||||
|
||||
TOOLCHAIN_OUTPUTNAME ?= "python-nativesdk-standalone-${SDKMACHINE}"
|
||||
TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-python-nativesdk-standalone-${DISTRO_VERSION}"
|
||||
|
||||
RDEPENDS = "${TOOLCHAIN_HOST_TASK}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user