From: Scott Murray Date: Wed, 26 Jun 2019 18:30:13 +0000 (-0400) Subject: poiapp: Add patch to add display permission X-Git-Tag: 7.99.2~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=a5e31b6d6b1b1c9256d1338da18d3e157e7a181e 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 --- diff --git a/recipes-demo-hmi/navigation/poiapp/0001-add-display-permission.patch b/recipes-demo-hmi/navigation/poiapp/0001-add-display-permission.patch new file mode 100644 index 000000000..25a8fc313 --- /dev/null +++ b/recipes-demo-hmi/navigation/poiapp/0001-add-display-permission.patch @@ -0,0 +1,21 @@ +Add display permission + +Add display permission required to work with the running as non-root +change for applications. + +Upstream-Status: pending + +Signed-off-by: Scott Murray + +diff --git a/config.xml.in b/config.xml.in +index b8cfccd..bec206d 100755 +--- a/config.xml.in ++++ b/config.xml.in +@@ -13,6 +13,7 @@ + + + ++ + + GPL + 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 a17979b62..9c9292b08 --- 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"