From a5e31b6d6b1b1c9256d1338da18d3e157e7a181e Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 26 Jun 2019 14:30:13 -0400 Subject: poiapp: Add patch to add display permission Add a patch to the poiapp's config.xml to add the new display permission. A patch is used for timeliness, it can be removed if/when the change goes into the upstream repo. Bug-AGL: SPEC-2559 Change-Id: Ibd52cb93847b2b7df9988ad276ebd8cbfc80900b Signed-off-by: Scott Murray --- recipes-demo-hmi/navigation/poiapp_git.bb | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 recipes-demo-hmi/navigation/poiapp_git.bb (limited to 'recipes-demo-hmi/navigation/poiapp_git.bb') diff --git a/recipes-demo-hmi/navigation/poiapp_git.bb b/recipes-demo-hmi/navigation/poiapp_git.bb old mode 100755 new mode 100644 index a17979b6..9c9292b0 --- a/recipes-demo-hmi/navigation/poiapp_git.bb +++ b/recipes-demo-hmi/navigation/poiapp_git.bb @@ -18,6 +18,7 @@ RDEPENDS_${PN} = " qtbase \ SRCREV = "c2691cb265d9198542482a860f1df378e8c2708b" SRC_URI = "git://github.com/AGLExport/genivi-navi-yelp-client.git;branch=agl \ + file://0001-add-display-permission.patch \ " S = "${WORKDIR}/git" -- cgit 1.2.3-korg