From e8753546fca9353e46daaf0f80d201bfdd2f8940 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Mon, 9 Jan 2017 11:23:40 +0100 Subject: meta-oic: Hotfix to use tools from sysroot before system PATH Prevent pkg-config not found issue This patch was in iotivity 1.1-rel branch, and (wrongly) removed in 1.2.0 So it needed to be reintroduced in upstream 1.2-rel and as a patch for 1.2.0, track upstream bug at: https://jira.iotivity.org/browse/IOT-1219 Bug-AGL: SPEC-158 Thanks-to: Alison Chaiken Change-Id: I6af59a590f8be489398623d29cf85c2f00000002 Signed-off-by: Philippe Coval (cherry picked from commit 7dd5a4100ffb71337c59046120c3c41547cb7f2b) --- meta-agl-bsp/meta-oic/recipes-core/iotivity/iotivity_1.2.0.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-agl-bsp/meta-oic/recipes-core/iotivity/iotivity_1.2.0.bbappend') diff --git a/meta-agl-bsp/meta-oic/recipes-core/iotivity/iotivity_1.2.0.bbappend b/meta-agl-bsp/meta-oic/recipes-core/iotivity/iotivity_1.2.0.bbappend index 8e4635b6a..0d97354e7 100644 --- a/meta-agl-bsp/meta-oic/recipes-core/iotivity/iotivity_1.2.0.bbappend +++ b/meta-agl-bsp/meta-oic/recipes-core/iotivity/iotivity_1.2.0.bbappend @@ -1,3 +1,4 @@ DEPENDS += " glib-2.0-native" FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += "file://0081-yocto-Add-aarch64-for-DragonBoard-410c.patch" +SRC_URI += "file://0364-yocto-Use-tools-from-sysroot-before-system-PATH-agai.patch" -- cgit 1.2.3-korg