]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
Revert "libsdl2: disable SDL's own ccache"
authorChen Qi <Qi.Chen@windriver.com>
Thu, 1 Jun 2023 14:47:39 +0000 (07:47 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Jun 2023 13:41:48 +0000 (14:41 +0100)
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 <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb

index f8319a8f29bc8322a45b079fb7eb3eb2a14e2e88..3274475da1567abacbbb418980f0b7364a6e4cde 100644 (file)
@@ -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