mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
external-python-tarball: Include SDKMACHINE in tarball name
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -29,7 +29,7 @@ TOOLCHAIN_HOST_TASK ?= "\
|
||||
python-nativesdk-netserver \
|
||||
python-nativesdk-distutils"
|
||||
|
||||
TOOLCHAIN_OUTPUTNAME ?= "python-nativesdk-standalone"
|
||||
TOOLCHAIN_OUTPUTNAME ?= "python-nativesdk-standalone-${SDKMACHINE}"
|
||||
|
||||
RDEPENDS = "${TOOLCHAIN_HOST_TASK}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user