summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-oic/recipes-core/iotivity/iotivity_1.2.0.bbappend
diff options
context:
space:
mode:
authorPhilippe Coval <philippe.coval@osg.samsung.com>2017-01-09 11:23:40 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-01-11 12:46:50 +0000
commit7dd5a4100ffb71337c59046120c3c41547cb7f2b (patch)
tree1d722de8ac4866e7ad421838aa099a3450fd117a /meta-agl-bsp/meta-oic/recipes-core/iotivity/iotivity_1.2.0.bbappend
parentfee54bcb6585bed92ca1fdb0eefdd7601ddc9cee (diff)
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 <philippe.coval@osg.samsung.com>
Diffstat (limited to 'meta-agl-bsp/meta-oic/recipes-core/iotivity/iotivity_1.2.0.bbappend')
-rw-r--r--meta-agl-bsp/meta-oic/recipes-core/iotivity/iotivity_1.2.0.bbappend1
1 files changed, 1 insertions, 0 deletions
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"