From 89d69530421ae87ca3cca49f9b22a9d44a4d9e59 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Wed, 2 Nov 2016 17:59:45 +0100 Subject: Bugfix: conditional append instead of appending to override Change-Id: I337876d9d5311618efd3e5a627724801de0acd6c Signed-off-by: Anton Gerasimov --- .../meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles') diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend index 88f19c6c7..adb19c09c 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend +++ b/meta-agl-bsp/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bbappend @@ -1 +1 @@ -RDEPENDS_${PN}_sota += " u-boot-otascript" +RDEPENDS_${PN}_append_sota += " u-boot-otascript" -- cgit 1.2.3-korg