diff options
author | Michael Teyfel <mteyfel@de.adit-jv.com> | 2018-08-08 17:09:30 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-17 21:09:49 +0000 |
commit | 1509176b7b160d9e64f41d3de9d6b6ba996df5b5 (patch) | |
tree | 7b8b78d81f3667929fd8b326e11652b75fb1b974 /recipes-graphics/wayland/wayland-ivi-extension/disable-sanitizer-tests.patch | |
parent | 6c7341efd9c607f1c51dec918485f40a97a3f8b9 (diff) |
Clean-up of wayland-ivi-extension_1.13.0 related legacy stuff
Since the agl demo is now using wayland-ivi-extension
v2.0.2 everything related to v1.13.0 should be removed.
That means all bitbake recipes and also the used patch
files.
Change-Id: I4a8124df464ad92f5dd4224887be5119f52621ef
Signed-off-by: Michael Teyfel <mteyfel@de.adit-jv.com>
Diffstat (limited to 'recipes-graphics/wayland/wayland-ivi-extension/disable-sanitizer-tests.patch')
-rw-r--r-- | recipes-graphics/wayland/wayland-ivi-extension/disable-sanitizer-tests.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-graphics/wayland/wayland-ivi-extension/disable-sanitizer-tests.patch b/recipes-graphics/wayland/wayland-ivi-extension/disable-sanitizer-tests.patch deleted file mode 100644 index df5d616fd..000000000 --- a/recipes-graphics/wayland/wayland-ivi-extension/disable-sanitizer-tests.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: git/ivi-layermanagement-api/test/CMakeLists.txt -=================================================================== ---- git.orig/ivi-layermanagement-api/test/CMakeLists.txt -+++ git/ivi-layermanagement-api/test/CMakeLists.txt -@@ -58,7 +58,7 @@ IF(BUILD_ILM_API_TESTS) - ) - - SET(GCC_SANITIZER_COMPILE_FLAGS "-fsanitize=address -fsanitize=undefined -fno-sanitize-recover -fstack-protector-all") -- SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GCC_SANITIZER_COMPILE_FLAGS}" ) -+ SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}" ) - SET( CMAKE_CXX_LINK_FLAGS "${CMAKE_CXX_LINK_FLAGS} -static-libasan -static-libubsan" ) - - ADD_EXECUTABLE(${PROJECT_NAME} ${SRC_FILES}) |