summaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0001-Fix-ivi-application-lib-install.patch
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-03-01 15:07:32 +0100
committerronan Le Martret <ronan@iot.bzh>2017-03-19 19:55:33 +0000
commit864c74f41acc2aa29694fcd6698bc58c4414bee4 (patch)
tree8956ce5dde32002d41f842052aa94c454263cc73 /meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0001-Fix-ivi-application-lib-install.patch
parent5fba83e080ddaeed451b2520b7119551700fb4fe (diff)
update wayland-ivi-extension to 1.11.0
* remove patch already present in wayland-ivi-extension upstream * remove unused recipes wayland-ivi-extension 1.5.0 * wayland-ivi-extension_1.11.0.bb is a port of the recipes wayland-ivi-extension_1.10.90.bb from layer meta-ivi. * the wayland-ivi-extension_%.bbappend is the AGL part of the wayland-ivi-extension. patch -> commit id from upstream 0001-ivi-input-support-touch-and-pointer-on-subsurface.patch 183810b051a7a194bb260ff7db6c8a59ef44d18d Bug-AGL: SPEC-411 Change-Id: I0f27d00803cb5c06b9f2621918118c985a8dd9d6 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0001-Fix-ivi-application-lib-install.patch')
-rw-r--r--meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0001-Fix-ivi-application-lib-install.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0001-Fix-ivi-application-lib-install.patch b/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0001-Fix-ivi-application-lib-install.patch
new file mode 100644
index 000000000..4140ce576
--- /dev/null
+++ b/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension/0001-Fix-ivi-application-lib-install.patch
@@ -0,0 +1,30 @@
+From 1e13c6d494a8b542c2a7f8251afc7aec401e3ad8 Mon Sep 17 00:00:00 2001
+From: Ronan Le Martret <ronan.lemartret@iot.bzh>
+Date: Tue, 7 Feb 2017 17:13:47 +0100
+Subject: [PATCH] Fix ivi-application lib install
+
+ * libivi-application.so must be a link to
+ libivi-application.so.X.X.XX
+ * fix yocto package QA
+
+Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
+---
+ protocol/CMakeLists.txt | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/protocol/CMakeLists.txt b/protocol/CMakeLists.txt
+index 613a1a6..09d5126 100644
+--- a/protocol/CMakeLists.txt
++++ b/protocol/CMakeLists.txt
+@@ -170,6 +170,8 @@ install(
+ DESTINATION include/ilm
+ )
+
++SET_TARGET_PROPERTIES(${PROJECT_NAME} PROPERTIES VERSION ${ILM_API_VERSION} SOVERSION ${ILM_API_VERSION})
++
+ #=============================================================================================
+ # generate documentation for ivi-application API
+ #=============================================================================================
+--
+2.6.6
+