mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
linux: install tools only at :target build
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ea1cd7616b
commit
902f9cdb7e
@ -46,8 +46,8 @@ PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
if [ "$PERF_SUPPORT" = "yes" -a "$DEVTOOLS" = "yes" ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS Python"
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS elfutils Python"
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS Python"
|
||||
PKG_BUILD_DEPENDS_TARGET="$PKG_BUILD_DEPENDS elfutils Python"
|
||||
fi
|
||||
|
||||
PKG_MAKE_OPTS_HOST="ARCH=$TARGET_ARCH headers_check"
|
||||
|
Loading…
x
Reference in New Issue
Block a user