mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
hfstools: move diskdev_cmds inclusion in image to virtual package
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
b46797c6a1
commit
08c37b5795
@ -14,10 +14,6 @@ PKG_DEPENDS_INIT="toolchain"
|
||||
PKG_LONGDESC="The filesystem utilities for the EXT2 filesystem, including e2fsck, mke2fs, dumpe2fs, fsck, and others."
|
||||
PKG_BUILD_FLAGS="-parallel"
|
||||
|
||||
if [ "${HFSTOOLS}" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET+=" diskdev_cmds"
|
||||
fi
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST="--prefix=${TOOLCHAIN}/ \
|
||||
--bindir=${TOOLCHAIN}/bin \
|
||||
--with-udev-rules-dir=no \
|
||||
|
@ -20,6 +20,9 @@ PKG_LONGDESC="Root package used to build and create complete image"
|
||||
# Automounter support
|
||||
[ "${UDEVIL}" = "yes" ] && PKG_DEPENDS_TARGET+=" udevil"
|
||||
|
||||
# HFS filesystem tools
|
||||
[ "${HFSTOOLS}" = "yes" ] && PKG_DEPENDS_TARGET+=" diskdev_cmds"
|
||||
|
||||
# NTFS 3G support
|
||||
[ "${NTFS3G}" = "yes" ] && PKG_DEPENDS_TARGET+=" ntfs-3g_ntfsprogs"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user