mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-22 12:18:20 +00:00
Remove unnecessary exports of HOST_SYS and BUILD_SYS in python-based recipes
They are no longer required to build python software. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
e5f01cae38
commit
f9ce43cdf6
@@ -6,7 +6,6 @@ SRC_URI[md5sum] = "34eed507548117b2ab523ab14b2f8b55"
|
||||
SRC_URI[sha256sum] = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a"
|
||||
|
||||
do_compile_append() {
|
||||
export BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS}
|
||||
${PYTHON} setup.py -q bdist_egg --dist-dir ./
|
||||
}
|
||||
do_install_append() {
|
||||
|
||||
Reference in New Issue
Block a user