diff options
-rw-r--r-- | meta/recipes-devtools/mmc/mmc-utils_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index 2cba8609af..7858819c3c 100644 --- a/meta/recipes-devtools/mmc/mmc-utils_git.bb +++ b/meta/recipes-devtools/mmc/mmc-utils_git.bb | |||
@@ -13,8 +13,8 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git;branc | |||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | CFLAGS_append_powerpc64 = " -D__SANE_USERSPACE_TYPES__" | 15 | CFLAGS_append_powerpc64 = " -D__SANE_USERSPACE_TYPES__" |
16 | CFLAGS_append_mips64 = " -D__SANE_USERSPACE_TYPES__" | 16 | CFLAGS_append_mipsarchn64 = " -D__SANE_USERSPACE_TYPES__" |
17 | CFLAGS_append_mips64n32 = " -D__SANE_USERSPACE_TYPES__" | 17 | CFLAGS_append_mipsarchn32 = " -D__SANE_USERSPACE_TYPES__" |
18 | 18 | ||
19 | do_install() { | 19 | do_install() { |
20 | install -d ${D}${bindir} | 20 | install -d ${D}${bindir} |