[meta-freescale] [3rdparty][PATCH 2/5] u-boot-congatec: Don't override PROVIDES variable

Fabio Berton fabio.berton at ossystems.com.br
Wed Aug 30 05:19:32 PDT 2017


Append u-boot value to PROVIDES variable to do not override default
variable value.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 recipes-bsp/u-boot/u-boot-congatec_2016.01.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-congatec_2016.01.bb b/recipes-bsp/u-boot/u-boot-congatec_2016.01.bb
index f8e5483..0bf7425 100644
--- a/recipes-bsp/u-boot/u-boot-congatec_2016.01.bb
+++ b/recipes-bsp/u-boot/u-boot-congatec_2016.01.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "u-boot which includes support for Congatec Boards."
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://README;md5=587d8d939ae351bb11910921b1eafd42"
 
-PROVIDES = "u-boot"
+PROVIDES += "u-boot"
 
 PV = "2016.01"
 
-- 
2.11.0



More information about the meta-freescale mailing list