From 26eb2df7ca7b6db058a1c368c550abd203f4b2d8 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Sat, 18 Mar 2017 08:31:54 +0000 Subject: Temporarily revert Update wayland-ivi-extension to 1.11.0 from series jsmoeller: I merged this one too early. We need to merge the whole series. Revert "Update wayland-ivi-extension to 1.11.0" This reverts commit 8ec9bc64f6bf1fb5b4208050392d2b1011c02222. Change-Id: If5c0228c7cab6a9c2576abd76feaae59bffab781 Signed-off-by: Jan-Simon Moeller --- .../wayland/wayland-ivi-extension_1.11.0.bbappend | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend (limited to 'recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend') diff --git a/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend b/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend deleted file mode 100644 index 16553da6..00000000 --- a/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend +++ /dev/null @@ -1,29 +0,0 @@ -FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" - -ENABLE_TEST = "-DBUILD_ILM_API_TESTS:BOOL=TRUE \ - -DINSTALL_ILM_API_TESTS:BOOL=TRUE \ - " - -DISABLE_TEST = "-DBUILD_ILM_API_TESTS:BOOL=FALSE \ - -DINSTALL_ILM_API_TESTS:BOOL=FALSE \ - " - -PACKAGECONFIG ??= "ilm_input test" -PACKAGECONFIG[test] = "${ENABLE_TEST},${DISABLE_TEST},gtest" - - -SRC_URI_append = "\ - file://0001-wayland-ivi-extension-patch-for-wl-shell-emulator.patch \ - file://cmake-find-gtest.patch \ - file://test-path.patch \ - " - -PACKAGES =+ "${PN}-test" - -FILES_${PN}-test = "${libdir}/${PN}/test/*/CTestTestfile.cmake \ - ${libdir}/${PN}/test/ivi-layermanagement-api-test \ - ${libdir}/${PN}/test/ivi-input-api-test \ - " -FILES_${PN}-dbg += "${libdir}/${PN}/test/.debug" - -RDEPENDS_${PN}-test += "cmake" -- cgit 1.2.3-korg