mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
e79bbd0368
commit
c1ca2e0acf
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user