mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
distutils3: remove unused variable
This variable isn't used by the build task, despite it's name. (From OE-Core rev: 497ddaca42f805c119c022d77960d1eecc01436b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
062430b729
commit
8b57f9c534
@@ -1,7 +1,6 @@
|
||||
inherit distutils3-base
|
||||
|
||||
DISTUTILS_BUILD_ARGS ?= ""
|
||||
DISTUTILS_BUILD_EXT_ARGS ?= ""
|
||||
DISTUTILS_INSTALL_ARGS ?= "--root=${D} \
|
||||
--prefix=${prefix} \
|
||||
--install-lib=${PYTHON_SITEPACKAGES_DIR} \
|
||||
|
||||
Reference in New Issue
Block a user