meta-agl-ic-container: update wayland-ivi-extension for Weston 13
[AGL/meta-agl-devel.git] / meta-agl-ic-container / recipes-graphics / wayland / wayland-ivi-extension / 0005-Fix-buld-error-in-krikston.patch
diff --git a/meta-agl-ic-container/recipes-graphics/wayland/wayland-ivi-extension/0005-Fix-buld-error-in-krikston.patch b/meta-agl-ic-container/recipes-graphics/wayland/wayland-ivi-extension/0005-Fix-buld-error-in-krikston.patch
deleted file mode 100644 (file)
index ab9c13f..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-From c54194acfc807fa3e1f5ce14e83826ebc6966ca7 Mon Sep 17 00:00:00 2001
-From: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
-Date: Thu, 28 Apr 2022 07:26:09 +0900
-Subject: [PATCH 5/6] Fix buld error in krikston
-
-Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
----
- ivi-layermanagement-api/ilmClient/include/ilm_client_platform.h | 2 +-
- .../ilmClient/src/ilm_client_wayland_platform.c                 | 2 ++
- ivi-layermanagement-api/ilmCommon/include/ilm_common_platform.h | 2 +-
- .../ilmCommon/src/ilm_common_wayland_platform.c                 | 2 ++
- 4 files changed, 6 insertions(+), 2 deletions(-)
-
-diff --git a/ivi-layermanagement-api/ilmClient/include/ilm_client_platform.h b/ivi-layermanagement-api/ilmClient/include/ilm_client_platform.h
-index 1fb10af..56368dc 100644
---- a/ivi-layermanagement-api/ilmClient/include/ilm_client_platform.h
-+++ b/ivi-layermanagement-api/ilmClient/include/ilm_client_platform.h
-@@ -35,7 +35,7 @@ typedef struct _ILM_CLIENT_PLATFORM_FUNC
-     ilmErrorTypes (*destroy)();
- } ILM_CLIENT_PLATFORM_FUNC;
--ILM_CLIENT_PLATFORM_FUNC gIlmClientPlatformFunc;
-+extern  ILM_CLIENT_PLATFORM_FUNC gIlmClientPlatformFunc;
- void init_ilmClientPlatformTable();
-diff --git a/ivi-layermanagement-api/ilmClient/src/ilm_client_wayland_platform.c b/ivi-layermanagement-api/ilmClient/src/ilm_client_wayland_platform.c
-index 55b1621..8786251 100644
---- a/ivi-layermanagement-api/ilmClient/src/ilm_client_wayland_platform.c
-+++ b/ivi-layermanagement-api/ilmClient/src/ilm_client_wayland_platform.c
-@@ -35,6 +35,8 @@ static ilmErrorTypes wayland_surfaceRemove(const t_ilm_surface surfaceId);
- static ilmErrorTypes wayland_init(t_ilm_nativedisplay nativedisplay);
- static ilmErrorTypes wayland_destroy(void);
-+ILM_CLIENT_PLATFORM_FUNC gIlmClientPlatformFunc;
-+
- void init_ilmClientPlatformTable(void)
- {
-     gIlmClientPlatformFunc.surfaceCreate =
-diff --git a/ivi-layermanagement-api/ilmCommon/include/ilm_common_platform.h b/ivi-layermanagement-api/ilmCommon/include/ilm_common_platform.h
-index 4e7b55e..ec49467 100644
---- a/ivi-layermanagement-api/ilmCommon/include/ilm_common_platform.h
-+++ b/ivi-layermanagement-api/ilmCommon/include/ilm_common_platform.h
-@@ -32,7 +32,7 @@ typedef struct _ILM_COMMON_PLATFORM_FUNC
-     ilmErrorTypes (*destroy)();
- } ILM_COMMON_PLATFORM_FUNC;
--ILM_COMMON_PLATFORM_FUNC gIlmCommonPlatformFunc;
-+extern ILM_COMMON_PLATFORM_FUNC gIlmCommonPlatformFunc;
- void init_ilmCommonPlatformTable();
-diff --git a/ivi-layermanagement-api/ilmCommon/src/ilm_common_wayland_platform.c b/ivi-layermanagement-api/ilmCommon/src/ilm_common_wayland_platform.c
-index 7470d0d..eef842d 100644
---- a/ivi-layermanagement-api/ilmCommon/src/ilm_common_wayland_platform.c
-+++ b/ivi-layermanagement-api/ilmCommon/src/ilm_common_wayland_platform.c
-@@ -32,6 +32,8 @@ static t_ilm_nativedisplay wayland_getNativedisplay(void);
- static t_ilm_bool wayland_isInitialized(void);
- static ilmErrorTypes wayland_destroy(void);
-+ILM_COMMON_PLATFORM_FUNC gIlmCommonPlatformFunc;
-+
- void init_ilmCommonPlatformTable(void)
- {
-     gIlmCommonPlatformFunc.init = wayland_init;
--- 
-2.17.1
-