summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mmc
diff options
context:
space:
mode:
authorZubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>2016-11-08 17:12:30 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-15 15:19:53 +0000
commit8d967de374fa1a157dbab9eb9407a0d8890b97ae (patch)
tree7a7e40110a635b3fe240d8e97dd0573b5ae4ea46 /meta/recipes-devtools/mmc
parent9911e1e1d92a232806d4a61a85515bf26bba570f (diff)
downloadpoky-8d967de374fa1a157dbab9eb9407a0d8890b97ae.tar.gz
mmc-utils: Reduce duplication in MIPS variants.
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined (From OE-Core rev: 66d595ac1fc909dcbe1f734d4984cc4c95ceacbb) Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mmc')
-rw-r--r--meta/recipes-devtools/mmc/mmc-utils_git.bb4
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
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15CFLAGS_append_powerpc64 = " -D__SANE_USERSPACE_TYPES__" 15CFLAGS_append_powerpc64 = " -D__SANE_USERSPACE_TYPES__"
16CFLAGS_append_mips64 = " -D__SANE_USERSPACE_TYPES__" 16CFLAGS_append_mipsarchn64 = " -D__SANE_USERSPACE_TYPES__"
17CFLAGS_append_mips64n32 = " -D__SANE_USERSPACE_TYPES__" 17CFLAGS_append_mipsarchn32 = " -D__SANE_USERSPACE_TYPES__"
18 18
19do_install() { 19do_install() {
20 install -d ${D}${bindir} 20 install -d ${D}${bindir}