From d773df1d0fc283da5217492098f1df4ebd6060e6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 10 Jun 2024 21:44:26 +0200 Subject: [PATCH] build: Fix double use of objects item In waf, install targets must not be specified more than once. --- spec/build/bsps/objxqspiflash.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spec/build/bsps/objxqspiflash.yml b/spec/build/bsps/objxqspiflash.yml index e1aad09adc..8cd0605a3d 100644 --- a/spec/build/bsps/objxqspiflash.yml +++ b/spec/build/bsps/objxqspiflash.yml @@ -14,9 +14,7 @@ install: - destination: ${BSP_INCLUDEDIR}/dev/spi source: - bsps/include/dev/spi/xqspi_flash.h -links: -- role: build-dependency - uid: objxilinxsupport +links: [] source: - bsps/shared/dev/spi/xqspi_flash.c type: build