mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
u-boot: Fix appending to RDEPENDS
The += operator should not be used in combination with overrides as it will clear any existing values in the variable. Example: FOO = "bar" FOO_rpi += "baz" The above example would result in FOO being equal to " baz" instead of "bar baz". The bbappend is changed to use a wildcard instead of a specific version to simplify updating U-Boot. Signed-off-by: Jonathan Liu <net147@gmail.com>
This commit is contained in:
parent
9c12ac8280
commit
b0308141c1
1
recipes-bsp/u-boot/u-boot_%.bbappend
Normal file
1
recipes-bsp/u-boot/u-boot_%.bbappend
Normal file
|
@ -0,0 +1 @@
|
|||
RDEPENDS_${PN}_append_rpi = " rpi-u-boot-scr"
|
|
@ -1 +0,0 @@
|
|||
RDEPENDS_${PN}_rpi += "rpi-u-boot-scr"
|
Loading…
Reference in New Issue
Block a user