mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-09 14:03:26 +08:00
package/optee-client: fix util-linux dependency
When applying 917a961d9c
(package/optee-client: bump to version
3.19.0), a last-minute change was made in Config.in to change the
dependency to util-linux instead of util-linux-libs, but the
counterpart to that change in the .mk was omitted.
Fix that now.
Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
eea24067ad
commit
28f31d4694
@ -27,7 +27,7 @@ OPTEE_CLIENT_CONF_OPTS += -DCFG_TEE_SUPP_PLUGINS=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPTEE_CLIENT_TEEACL),y)
|
||||
OPTEE_CLIENT_EXT_DEPENDENCIES += host-pkgconf util-linux-libs
|
||||
OPTEE_CLIENT_EXT_DEPENDENCIES += host-pkgconf util-linux
|
||||
OPTEE_CLIENT_CONF_OPTS += -DWITH_TEEACL=ON
|
||||
else
|
||||
OPTEE_CLIENT_CONF_OPTS += -DWITH_TEEACL=OFF
|
||||
|
Loading…
Reference in New Issue
Block a user