From: Anton Gerasimov Date: Wed, 2 Nov 2016 16:59:45 +0000 (+0100) Subject: Bugfix: conditional append instead of appending to override X-Git-Tag: chinook_3.0.0~90 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=89d69530421ae87ca3cca49f9b22a9d44a4d9e59;p=AGL%2Fmeta-agl.git Bugfix: conditional append instead of appending to override Change-Id: I337876d9d5311618efd3e5a627724801de0acd6c Signed-off-by: Anton Gerasimov --- 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"