summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/mmc/mmc-utils_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
12SRC_URI = "git://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git;branch=${SRCBRANCH};protocol=https;tag=v${PV}" 12SRC_URI = "git://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git;branch=${SRCBRANCH};protocol=https;tag=v${PV}"
13 13
14DEPENDS = "python3-sphinx-native" 14DEPENDS = "python3-sphinx-native"
15EXTRA_OEMAKE = "C=" 15EXTRA_OEMAKE = "C=0"
16 16
17CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__" 17CFLAGS:append:powerpc64 = " -D__SANE_USERSPACE_TYPES__"
18CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" 18CFLAGS:append:mipsarchn64 = " -D__SANE_USERSPACE_TYPES__"