From 2e508eda05995a29ae745e6f877735f434bcbcda Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 7 Dec 2016 11:18:06 +0200 Subject: beaglebone: fix appends Use _append in correct order, otherwise it will override existing values. Task-number: QTBUG-57458 Change-Id: Ida9d85d7bb94f1fefb0b78352f93c9ea71157a01 Reviewed-by: Mikko Gronoff Reviewed-by: Samuli Piippo --- meta-ti-extras/recipes/linux/linux-ti-staging_4.4.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-ti-extras/recipes/linux/linux-ti-staging_4.4.bbappend b/meta-ti-extras/recipes/linux/linux-ti-staging_4.4.bbappend index f192ea5..5b0e2df 100644 --- a/meta-ti-extras/recipes/linux/linux-ti-staging_4.4.bbappend +++ b/meta-ti-extras/recipes/linux/linux-ti-staging_4.4.bbappend @@ -37,5 +37,5 @@ KERNEL_GIT_URI_beaglebone = "git://github.com/beagleboard/linux;nobranch=1" BRANCH_beaglebone = "4.4" SRCREV_beaglebone = "dbe8c873f443cb8ac52e95790d0c958b81d7eddf" PV_beaglebone = "4.4.19+git${SRCPV}" -DEPENDS_beaglebone_append = " lzop-native" -RRECOMMENDS_${PN}_beaglebone_append = " bb-org-overlays" +DEPENDS_append_beaglebone = " lzop-native" +RRECOMMENDS_${PN}_append_beaglebone = " bb-org-overlays" -- cgit v1.2.3-54-g00ecf