commit: https://git.buildroot.net/buildroot/commit/?id=3934f1ec89a77e916e0f862ae9c6008fadbd32fc
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.08.x
Don't override IMX_VPUWRAP_DEPENDENCIES in a conditional
Signed-off-by: Fabrice Fontaine <redacted>
[yann.morin.1998@free.fr: keep multi-line conditional blocks]
Signed-off-by: Yann E. MORIN <redacted>
(cherry picked from commit 8e86c81418f681bce5d6507ee016d7786e048af0)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/freescale-imx/imx-vpuwrap/imx-vpuwrap.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/freescale-imx/imx-vpuwrap/imx-vpuwrap.mk b/package/freescale-imx/imx-vpuwrap/imx-vpuwrap.mk
index fdad3a5f2b..4f89165403 100644
--- a/package/freescale-imx/imx-vpuwrap/imx-vpuwrap.mk
+++ b/package/freescale-imx/imx-vpuwrap/imx-vpuwrap.mk
@@ -10,11 +10,11 @@ IMX_VPUWRAP_SOURCE = imx-vpuwrap-$(IMX_VPUWRAP_VERSION).bin
IMX_VPUWRAP_INSTALL_STAGING = YES
ifeq ($(BR2_PACKAGE_IMX_VPU),y)
-IMX_VPUWRAP_DEPENDENCIES = imx-vpu
+IMX_VPUWRAP_DEPENDENCIES += imx-vpu
endif
ifeq ($(BR2_PACKAGE_IMX_VPU_HANTRO),y)
-IMX_VPUWRAP_DEPENDENCIES = imx-vpu-hantro
+IMX_VPUWRAP_DEPENDENCIES += imx-vpu-hantro
endif
IMX_VPUWRAP_LICENSE = NXP Semiconductor Software License Agreement
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot