Merge pull request #2674 from CvH/9.0-uboot-deps

add u-boot-tools package dependency for WC & WP
This commit is contained in:
Alex Deryskyba 2018-04-28 14:33:12 +03:00 committed by GitHub
commit 156b5fb2c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 1 additions and 7 deletions

View File

@ -37,7 +37,7 @@ case "$LINUX" in
PKG_SHA256="df34b086993fd3552efae92d84d28990a61a1ca79a8703a4b64241ab80e3b6db"
PKG_URL="https://github.com/LibreELEC/linux-amlogic/archive/$PKG_VERSION.tar.gz"
PKG_SOURCE_DIR="linux-amlogic-$PKG_VERSION"
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET aml-dtbtools:host"
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET aml-dtbtools:host u-boot-tools-aml:host"
PKG_BUILD_PERF="no"
;;
amlogic-3.14)

View File

@ -134,9 +134,6 @@
# build with installer (yes / no)
INSTALLER_SUPPORT="no"
# extra build dependeices
EXTRA_DEPS="mkimage"
# kernel image name
KERNEL_NAME="kernel.img"

View File

@ -131,8 +131,5 @@
# build with installer (yes / no)
INSTALLER_SUPPORT="no"
# extra build dependeices
EXTRA_DEPS="mkimage"
# kernel image name
KERNEL_NAME="kernel.img"