From 649ae001fdc99e86114830e6cfa8ecef20217714 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 1 Jun 2023 07:47:39 -0700 Subject: Revert "libsdl2: disable SDL's own ccache" The reverted patch's purpose is to avoid libsdl2-native from detecting ccache from host. Now that we have made cmake.bbclass to not search the host paths, the original patch is no longer needed. This reverts commit 01472f512f45bdd319611871a21172216c74e29a. (From OE-Core rev: b614147df47138d95da17800e39af923e15671ad) Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-graphics/libsdl2') diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb index f8319a8f29..3274475da1 100644 --- a/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb +++ b/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb @@ -47,7 +47,6 @@ EXTRA_OECMAKE = "-DSDL_OSS=OFF -DSDL_ESD=OFF -DSDL_ARTS=OFF \ -DSDL_X11_XRANDR=OFF \ -DSDL_X11_XSCRNSAVER=OFF \ -DSDL_X11_XSHAPE=OFF \ - -DSDL_CCACHE=OFF \ " # opengl packageconfig factored out to make it easy for distros -- cgit v1.2.3-54-g00ecf