From: Chen Qi Date: Thu, 1 Jun 2023 14:47:39 +0000 (-0700) Subject: Revert "libsdl2: disable SDL's own ccache" X-Git-Tag: uninative-4.1~593 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b614147df47138d95da17800e39af923e15671ad;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb index f8319a8f29b..3274475da15 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