]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
mmc-utils: properly set sparse option
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Fri, 25 Jul 2025 08:06:55 +0000 (10:06 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Jul 2025 09:47:56 +0000 (10:47 +0100)
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 <dario.binacchi@amarulasolutions.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/mmc/mmc-utils_git.bb

index 5b6a5f3777324e528832d707a5121f47591b6eb3..a0e0ec9c11443022655258b306166b0e20170d45 100644 (file)
@@ -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__"