From fc944acfcca8e04d8420d8b69ef430767e156fe8 Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Fri, 25 Jul 2025 10:06:55 +0200 Subject: [PATCH] mmc-utils: properly set sparse option Commit [1] fixes the conditional invocation of sparse properly handling the corresponding 'C' option. Hence, the related change in the EXTRA_OEMAKE (i.e. C=0). [1] https://web.git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/commit/?id=a89cba2a0f8c6a19aa6b804877241170f5b6bdd2 Signed-off-by: Dario Binacchi Signed-off-by: Mathieu Dubois-Briand --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index 5b6a5f3777..a0e0ec9c11 100644 --- a/meta/recipes-devtools/mmc/mmc-utils_git.bb +++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb @@ -12,7 +12,7 @@ PV = "1.0" SRC_URI = "git://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git;branch=${SRCBRANCH};protocol=https;tag=v${PV}" DEPENDS = "python3-sphinx-native" -EXTRA_OEMAKE = "C=" +EXTRA_OEMAKE = "C=0" CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__" CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" -- 2.47.2