u-boot-congatec: Don't override PROVIDES variable

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

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Fabio Berton 2017-08-30 09:19:32 -03:00 committed by Otavio Salvador
parent e79bbd0368
commit c1ca2e0acf

View File

@ -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"